From 59d80a74282599afeda4f225bd1adf9f23c505de Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Tue, 30 Oct 2012 22:01:04 +0100 Subject: Fix issue #5 : menu tout le temps visible --- app/views/configure/categorize.phtml | 26 +++++----- app/views/configure/display.phtml | 86 ++++++++++++++++++---------------- app/views/configure/feed.phtml | 2 + app/views/configure/importExport.phtml | 19 ++++---- app/views/configure/shortcut.phtml | 64 +++++++++++++------------ 5 files changed, 107 insertions(+), 90 deletions(-) (limited to 'app/views/configure') diff --git a/app/views/configure/categorize.phtml b/app/views/configure/categorize.phtml index 093ec1dcf..9f03c187f 100644 --- a/app/views/configure/categorize.phtml +++ b/app/views/configure/categorize.phtml @@ -1,14 +1,18 @@ -
-

Gérer les catégories

+
+ partial ('configure_aside'); ?> + + +

Gérer les catégories

- categories as $cat) { $i++; ?> - - - - + categories as $cat) { $i++; ?> + + + + - - + + - - + + +
diff --git a/app/views/configure/display.phtml b/app/views/configure/display.phtml index 089533aff..b468839c2 100644 --- a/app/views/configure/display.phtml +++ b/app/views/configure/display.phtml @@ -1,43 +1,47 @@ -
-

Configuration générale

- - - - - -

- conf->mailLogin (); ?> - -
- -

Configuration de l'affichage

- - - - - -
- conf->defaultView () == 'all' ? ' checked="checked"' : ''; ?> /> - -
- conf->defaultView () == 'not_read' ? ' checked="checked"' : ''; ?> /> - -
- - - - - -
- conf->displayPosts () == 'yes' ? ' checked="checked"' : ''; ?> /> - +
+ partial ('configure_aside'); ?> + + +

Configuration générale

+ + + + + +

+ conf->mailLogin (); ?> +
- conf->displayPosts () == 'no' ? ' checked="checked"' : ''; ?> /> - -
- - +

Configuration de l'affichage

+ + + + + +
+ conf->defaultView () == 'all' ? ' checked="checked"' : ''; ?> /> + +
+ conf->defaultView () == 'not_read' ? ' checked="checked"' : ''; ?> /> + +
+ + + + + +
+ conf->displayPosts () == 'yes' ? ' checked="checked"' : ''; ?> /> + +
+ conf->displayPosts () == 'no' ? ' checked="checked"' : ''; ?> /> + +
+ + + +
diff --git a/app/views/configure/feed.phtml b/app/views/configure/feed.phtml index 582457b63..54867ba9a 100644 --- a/app/views/configure/feed.phtml +++ b/app/views/configure/feed.phtml @@ -1,4 +1,6 @@
+ partial ('configure_aside'); ?> +
  • Vox flux RSS

  • diff --git a/app/views/configure/importExport.phtml b/app/views/configure/importExport.phtml index c8ee6b7f1..03e4746ac 100644 --- a/app/views/configure/importExport.phtml +++ b/app/views/configure/importExport.phtml @@ -11,14 +11,17 @@ +
    + partial ('configure_aside'); ?> -
    -

    Exporter au format OPML

    - + +

    Exporter au format OPML

    + -

    Importer au format OPML

    - - - -
    +

    Importer au format OPML

    + + + + +
    diff --git a/app/views/configure/shortcut.phtml b/app/views/configure/shortcut.phtml index cf8af7ff9..eeaa89cda 100644 --- a/app/views/configure/shortcut.phtml +++ b/app/views/configure/shortcut.phtml @@ -1,41 +1,45 @@ - - list_keys as $key) { ?> - +
    + partial ('configure_aside'); ?> -conf->shortcuts (); ?> + + list_keys as $key) { ?> + -
    -

    Gérer les raccourcis

    + conf->shortcuts (); ?> + + +

    Gérer les raccourcis

    - + - - -

    + shift pour marquer tous les articles comme non lus

    + + +

    + shift pour marquer tous les articles comme non lus

    - - + + - - + + - - -

    + shift pour passer au dernier article de la page

    + + +

    + shift pour passer au dernier article de la page

    - - -

    + shift pour passer au premier article de la page

    + + +

    + shift pour passer au premier article de la page

    - - -

    + shift pour passer à la dernière page

    + + +

    + shift pour passer à la dernière page

    - - -

    + shift pour passer à la première page

    + + +

    + shift pour passer à la première page

    - -
    + + +
    -- cgit v1.2.3