diff options
| author | 2014-01-23 22:51:35 +0100 | |
|---|---|---|
| committer | 2014-01-23 22:51:35 +0100 | |
| commit | 451cae8d12920a0f5d4d178e3be92989426b6c29 (patch) | |
| tree | 39780359d004d39c8b8c94faebbd170c7be160e3 /app | |
| parent | c35c49df8868bccf924f39e6eebdc57da7811f19 (diff) | |
Réduit la place de la date
https://github.com/marienfressinaud/FreshRSS/issues/385
+ oublie formLogin d'un patch précédent
https://github.com/marienfressinaud/FreshRSS/commit/ae539f68395f9a09dbc04042fa281d97578f0d1e
https://github.com/marienfressinaud/FreshRSS/issues/380
Diffstat (limited to 'app')
| -rw-r--r-- | app/i18n/en.php | 2 | ||||
| -rw-r--r-- | app/i18n/fr.php | 2 | ||||
| -rw-r--r-- | app/views/index/formLogin.phtml | 24 |
3 files changed, 4 insertions, 24 deletions
diff --git a/app/i18n/en.php b/app/i18n/en.php index bb983d397..ae03af8d0 100644 --- a/app/i18n/en.php +++ b/app/i18n/en.php @@ -295,5 +295,5 @@ return array ( 'Dec' => '\D\e\c\e\m\b\e\r', // format for date() function, %s allows to indicate month in letter 'format_date' => '%s j\<\s\u\p\>S\<\/\s\u\p\> Y', - 'format_date_hour' => '%s j\<\s\u\p\>S\<\/\s\u\p\> Y \a\t H\.i', + 'format_date_hour' => '%s j\<\s\u\p\>S\<\/\s\u\p\> Y \a\t H\:i', ); diff --git a/app/i18n/fr.php b/app/i18n/fr.php index 2c44aa8d0..d927b3fbb 100644 --- a/app/i18n/fr.php +++ b/app/i18n/fr.php @@ -295,5 +295,5 @@ return array ( 'Dec' => '\d\é\c\e\m\b\r\e', // format pour la fonction date(), %s permet d'indiquer le mois en toutes lettres 'format_date' => 'j %s Y', - 'format_date_hour' => '\l\e j %s Y \à H\:i', + 'format_date_hour' => 'j %s Y \à H\:i', ); diff --git a/app/views/index/formLogin.phtml b/app/views/index/formLogin.phtml index c92b5c187..e4560c1a0 100644 --- a/app/views/index/formLogin.phtml +++ b/app/views/index/formLogin.phtml @@ -1,25 +1,4 @@ -<style> -h1, div > p { - text-align:center; -} -p { - margin:1em auto; -} -form { - display:block; - margin:1em auto 3em auto; - padding:0; - width:10em; -} -input, button.btn { - display:block; - margin:.5em auto; -} -input { - width:99%; -} -</style> - +<div class="prompt"> <?php if (Minz_Configuration::canLogIn()) { ?><h1><?php echo Minz_Translate::t('login'); ?></h1><?php @@ -52,3 +31,4 @@ if (Minz_Configuration::canLogIn()) { ?> <p><a href="<?php echo _url('index', 'about'); ?>"><?php echo Minz_Translate::t('about_freshrss'); ?></a></p> +</div> |
