From 6a7ac9c03fcef8a4afb4630a6ea8f166f63115dd Mon Sep 17 00:00:00 2001 From: Mike Koch Date: Mon, 15 Jun 2015 22:10:06 -0400 Subject: [PATCH] #196 JavaScript for selecting checkboxes now working --- inc/profile_functions.inc.php | 57 +++++++++++++++++++++++++++++------ 1 file changed, 48 insertions(+), 9 deletions(-) diff --git a/inc/profile_functions.inc.php b/inc/profile_functions.inc.php index 0447b77a..85391291 100644 --- a/inc/profile_functions.inc.php +++ b/inc/profile_functions.inc.php @@ -144,7 +144,7 @@ function hesk_profile_tab($session_array='new',$is_profile_page=true,$action='pr $excludeSql = $_SESSION['isadmin'] ? '' : " WHERE `heskprivileges` <> 'ALL'"; $res = hesk_dbQuery("SELECT * FROM `".hesk_dbEscape($hesk_settings['db_pfix'])."permission_templates`".$excludeSql); $templates = array(); - echo ''; while ($row = hesk_dbFetchAssoc($res)) { array_push($templates, $row); echo ''; @@ -162,7 +162,7 @@ function hesk_profile_tab($session_array='new',$is_profile_page=true,$action='pr $catname) { - echo '