From 09bc54c6901c5e4f6ec1d2a8b00fbf450aa258dd Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 3 Dec 2017 13:25:34 +0300 Subject: further stylesheet simplification related fixes --- classes/handler/public.php | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'classes/handler/public.php') diff --git a/classes/handler/public.php b/classes/handler/public.php index 9fccf884b..bd938cdbb 100644 --- a/classes/handler/public.php +++ b/classes/handler/public.php @@ -353,12 +353,11 @@ class Handler_Public extends Handler { "; - echo stylesheet_tag("css/utility.css"); echo stylesheet_tag("css/default.css"); echo javascript_tag("lib/prototype.js"); echo javascript_tag("lib/scriptaculous/scriptaculous.js?load=effects,controls"); print " - "; + "; $action = $_REQUEST["action"]; @@ -647,11 +646,12 @@ class Handler_Public extends Handler { "; - echo stylesheet_tag("css/utility.css"); + echo stylesheet_tag("lib/dijit/themes/claro/claro.css"); + echo stylesheet_tag("css/default.css"); echo javascript_tag("lib/prototype.js"); print " - "; + "; print ''; print "

".__("Password recovery")."

"; @@ -707,17 +707,17 @@ class Handler_Public extends Handler { print "
"; print ""; - print ""; + print ""; print "
"; print "
"; print ""; - print ""; + print ""; print "
"; print "
"; print ""; - print ""; + print ""; print "
"; print "

"; @@ -831,7 +831,7 @@ class Handler_Public extends Handler { Database Updater - + @@ -839,7 +839,7 @@ class Handler_Public extends Handler { span.ok { color : #009000; font-weight : bold; } span.err { color : #ff0000; font-weight : bold; } - +