From 5a801bd6f066825c75ec94210f728f61e3fffb06 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 28 Jan 2014 15:32:19 +0400 Subject: [PATCH] load stylesheets/scripts using helper functions in a few more places --- include/functions.php | 3 +- include/login_form.php | 21 +- install/index.php | 1 + lib/scriptaculous/controls.js | 965 ++++++++++++++++++++++++++++++++++ register.php | 9 +- 5 files changed, 987 insertions(+), 12 deletions(-) create mode 100644 lib/scriptaculous/controls.js diff --git a/include/functions.php b/include/functions.php index 6c6bf2661..f8c614ac7 100644 --- a/include/functions.php +++ b/include/functions.php @@ -3262,7 +3262,8 @@ Tiny Tiny RSS - ".$line["title"]."". stylesheet_tag("css/tt-rss.css"). - stylesheet_tag("css/zoom.css")." + stylesheet_tag("css/zoom.css"). + stylesheet_tag("css/dijit.css")." diff --git a/include/login_form.php b/include/login_form.php index 3d2c957a7..0000bc2f6 100644 --- a/include/login_form.php +++ b/include/login_form.php @@ -2,15 +2,22 @@ Tiny Tiny RSS : Login - - + + + - - - - - + + - - + + + + +