From 1cd6a4f4f65bc4f10835af59af3ac5e454e7f8be Mon Sep 17 00:00:00 2001 From: Philip Häusler Date: Thu, 13 Aug 2015 22:57:29 +0200 Subject: keep the show all users checkbox --- includes/pages/admin_active.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'includes/pages/admin_active.php') diff --git a/includes/pages/admin_active.php b/includes/pages/admin_active.php index 79bb5b35..b79d1bd1 100644 --- a/includes/pages/admin_active.php +++ b/includes/pages/admin_active.php @@ -133,13 +133,13 @@ function admin_active() { $actions = array(); if ($usr['Aktiv'] == 0) - $actions[] = '' . _("set active") . ''; + $actions[] = '' . _("set active") . ''; if ($usr['Aktiv'] == 1 && $usr['Tshirt'] == 0) { - $actions[] = '' . _("remove active") . ''; - $actions[] = '' . _("got t-shirt") . ''; + $actions[] = '' . _("remove active") . ''; + $actions[] = '' . _("got t-shirt") . ''; } if ($usr['Tshirt'] == 1) - $actions[] = '' . _("remove t-shirt") . ''; + $actions[] = '' . _("remove t-shirt") . ''; $usr['actions'] = join(' ', $actions); @@ -162,7 +162,7 @@ function admin_active() { form_text('search', _("Search angel:"), $search), form_checkbox('show_all_shifts', _("Show all shifts"), $show_all_shifts), form_submit('submit', _("Search")) - )), + ), page_link_to('admin_active')), $set_active == "" ? form(array( form_text('count', _("How much angels should be active?"), $count), form_submit('set_active', _("Preview")) -- cgit v1.2.3-54-g00ecf