From fb57be5a5af3a2fb46b2dbf2b503ffe78eb5cf49 Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Sun, 21 Oct 2012 18:47:57 +0200 Subject: First commit --- app/views/configure/categorize.phtml | 3 +++ app/views/configure/display.phtml | 28 ++++++++++++++++++++++++++++ app/views/configure/flux.phtml | 3 +++ 3 files changed, 34 insertions(+) create mode 100644 app/views/configure/categorize.phtml create mode 100644 app/views/configure/display.phtml create mode 100644 app/views/configure/flux.phtml (limited to 'app/views/configure') diff --git a/app/views/configure/categorize.phtml b/app/views/configure/categorize.phtml new file mode 100644 index 000000000..126f6b48a --- /dev/null +++ b/app/views/configure/categorize.phtml @@ -0,0 +1,3 @@ +
+ Fonctionnalité non implémentée (pour le moment) +
diff --git a/app/views/configure/display.phtml b/app/views/configure/display.phtml new file mode 100644 index 000000000..23c41712b --- /dev/null +++ b/app/views/configure/display.phtml @@ -0,0 +1,28 @@ +
+
+

Configuration de l'affichage

+ + + + + +
+ conf->defaultView () == 'all' ? ' checked="checked"' : ''; ?> /> + +
+ conf->defaultView () == 'not_read' ? ' checked="checked"' : ''; ?> /> + +
+ + +
+ conf->displayPosts () ? ' checked="checked"' : ''; ?> /> + +
+ conf->displayPosts () ? ' checked="checked"' : ''; ?> /> + +
+ + +
+
diff --git a/app/views/configure/flux.phtml b/app/views/configure/flux.phtml new file mode 100644 index 000000000..126f6b48a --- /dev/null +++ b/app/views/configure/flux.phtml @@ -0,0 +1,3 @@ +
+ Fonctionnalité non implémentée (pour le moment) +
-- cgit v1.2.3