From 682737270e77b4e9b09e1dbd03f29cb024f00521 Mon Sep 17 00:00:00 2001 From: CaMer0n Date: Wed, 16 May 2012 07:52:39 +0000 Subject: [PATCH] Minor fixes --- e107_admin/users.php | 4 ++-- e107_themes/jayya/admin_theme.php | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/e107_admin/users.php b/e107_admin/users.php index 55eaf0227..881100919 100644 --- a/e107_admin/users.php +++ b/e107_admin/users.php @@ -62,8 +62,8 @@ if (isset ($_POST['useraction']) && $_POST['useraction'] == 'usersettings') function headerjs() { - require_once (e_HANDLER.'js_helper.php'); - return ""; +// require_once (e_HANDLER.'js_helper.php'); +// return ""; } diff --git a/e107_themes/jayya/admin_theme.php b/e107_themes/jayya/admin_theme.php index da3245942..8b48535f6 100644 --- a/e107_themes/jayya/admin_theme.php +++ b/e107_themes/jayya/admin_theme.php @@ -110,7 +110,7 @@ e107::js('inline',' }); $(function() { - $( "#datepicker" ).datepicker(); + $( ".e-date" ).datepicker(); }); $(function() { @@ -119,6 +119,8 @@ e107::js('inline',' $(".adminlist tr:even").addClass("even"); $(".adminlist tr:odd").addClass("odd"); + $(".adminlist tr:first").addClass("first"); + $(".adminlist tr:last").addClass("last"); $("a.e-dialog").colorbox({ iframe:true,