From 046070d5ed6bf8af1fd76f8f99a4f04629591496 Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Thu, 14 Nov 2013 18:20:08 +0100 Subject: Page "à propos" accessible aux visiteurs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Voir #266 --- app/i18n/en.php | 1 + app/i18n/fr.php | 1 + app/layout/aside_flux.phtml | 2 ++ app/views/index/index.phtml | 1 + public/themes/default/freshrss.css | 1 - public/themes/flat-design/freshrss.css | 1 - 6 files changed, 5 insertions(+), 2 deletions(-) diff --git a/app/i18n/en.php b/app/i18n/en.php index 2f9232160..140979393 100644 --- a/app/i18n/en.php +++ b/app/i18n/en.php @@ -12,6 +12,7 @@ return array ( 'category' => 'Category', 'shortcuts' => 'Shortcuts', 'about' => 'About', + 'about_freshrss' => 'About FreshRSS', 'your_rss_feeds' => 'Your RSS feeds', 'add_rss_feed' => 'Add a RSS feed', diff --git a/app/i18n/fr.php b/app/i18n/fr.php index 922bda134..79ca9a026 100644 --- a/app/i18n/fr.php +++ b/app/i18n/fr.php @@ -12,6 +12,7 @@ return array ( 'category' => 'Catégorie', 'shortcuts' => 'Raccourcis', 'about' => 'À propos', + 'about_freshrss' => 'À propos de FreshRSS', 'your_rss_feeds' => 'Vos flux RSS', 'add_rss_feed' => 'Ajouter un flux RSS', diff --git a/app/layout/aside_flux.phtml b/app/layout/aside_flux.phtml index 72de9b6dd..ea2ea04ec 100644 --- a/app/layout/aside_flux.phtml +++ b/app/layout/aside_flux.phtml @@ -9,6 +9,8 @@ + conf)) { ?> +
  • diff --git a/app/views/index/index.phtml b/app/views/index/index.phtml index 73e5fcc4d..bd18d2d77 100644 --- a/app/views/index/index.phtml +++ b/app/views/index/index.phtml @@ -23,6 +23,7 @@ if(!login_is_conf ($this->conf) ||

    +

    .item.title a:hover { text-decoration: none; diff --git a/public/themes/flat-design/freshrss.css b/public/themes/flat-design/freshrss.css index 32dd72c42..96bb0d455 100644 --- a/public/themes/flat-design/freshrss.css +++ b/public/themes/flat-design/freshrss.css @@ -26,7 +26,6 @@ body { .header > .item.title h1 { display: inline-block; margin: 0; - vertical-align: middle; } .header > .item.title a:hover { text-decoration: none; -- cgit v1.2.3