diff --git a/classes/handler/public.php b/classes/handler/public.php index 53051a1f8..1efaa0430 100644 --- a/classes/handler/public.php +++ b/classes/handler/public.php @@ -537,9 +537,9 @@ class Handler_Public extends Handler { - \"Tiny -

".__("Subscribe to feed...")."

"; +

".__("Subscribe to feed...")."

"; $rc = subscribe_to_feed($this->link, $feed_url); @@ -612,7 +612,7 @@ class Handler_Public extends Handler {

"; - print ""; + print "
"; } else { render_login_form($this->link); @@ -720,8 +720,9 @@ class Handler_Public extends Handler { "; - print ''; + print ''; print "

".__("Reset password")."

"; + print "
"; @$method = $_POST['method']; @@ -790,6 +791,7 @@ class Handler_Public extends Handler { } + print "
"; print ""; print ""; diff --git a/classes/opml.php b/classes/opml.php index d4a0e9875..4c188de5e 100644 --- a/classes/opml.php +++ b/classes/opml.php @@ -29,8 +29,8 @@ class Opml extends Handler_Protected { -
-

".__('OPML Utility')."

"; +
+

".__('OPML Utility')."

"; add_feed_category($this->link, "Imported feeds"); @@ -41,7 +41,7 @@ class Opml extends Handler_Protected { "; - print ""; + print "
"; } diff --git a/db-updater.php b/db-updater.php index 17a238d28..d1212d0d6 100644 --- a/db-updater.php +++ b/db-updater.php @@ -39,10 +39,12 @@ function confirmOP() { } - +

+
+ +
+ diff --git a/images/logo_small.png b/images/logo_small.png new file mode 100644 index 000000000..f7f28a687 Binary files /dev/null and b/images/logo_small.png differ diff --git a/include/sanity_check.php b/include/sanity_check.php index f428550fd..46e9e9d80 100644 --- a/include/sanity_check.php +++ b/include/sanity_check.php @@ -150,7 +150,8 @@ - + +

Startup failed

@@ -162,6 +163,8 @@

You might want to check tt-rss wiki or the forums for more information. Please search the forums before creating new topic for your question.

+ +
diff --git a/install/index.php b/install/index.php index 2ac7a0935..b0696ca6d 100644 --- a/install/index.php +++ b/install/index.php @@ -102,7 +102,7 @@ $link = mysql_connect($host, $user, $pass); if ($link) { $result = mysql_select_db($db, $link); - return $link; + if ($result) return $link; } } } @@ -131,10 +131,12 @@ ?> - +

Tiny Tiny RSS Installer

+
+ + +

Checking database

+
diff --git a/register.php b/register.php index 035a2cd8e..53627d912 100644 --- a/register.php +++ b/register.php @@ -181,10 +181,12 @@ - +

+
+ quickMail($email, "", "Registration information for Tiny Tiny RSS", $reg_text, false); if (!$rc) print_error($mail->ErrorInfo); - + unset($reg_text); unset($mail); unset($rc); @@ -321,13 +323,13 @@ "\n". "Login: $login\n". "Email: $email\n"; - - + + $mail = new ttrssMailer(); $mail->IsHTML(false); $rc = $mail->quickMail(REG_NOTIFY_ADDRESS, "", "Registration notice for Tiny Tiny RSS", $reg_text, false); if (!$rc) print_error($mail->ErrorInfo); - + print_notice(__("Account created successfully.")); print "

@@ -358,6 +360,8 @@ +
+ diff --git a/update.php b/update.php index 6850f1fb2..f74b95a98 100755 --- a/update.php +++ b/update.php @@ -51,7 +51,7 @@ - +

diff --git a/utility.css b/utility.css index 27054dfe9..89a6e71d1 100644 --- a/utility.css +++ b/utility.css @@ -1,8 +1,9 @@ body { - margin : 2em; - padding : 0em; + margin : 20px; + padding : 0px; font-family : sans-serif; font-size : 12px; + background : white; } p.warning { @@ -68,8 +69,10 @@ div.error { } h1 { - color : #88b0f0; - font-size : 16pt; + color : black; + font-size : 32px; + font-family : serif; + /* text-shadow : 2px 2px 2px #f0f0f0; */ } h2 {