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,