From 9f52ab97cb947944546917623d8fe0999d8bda9b Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Fri, 27 Dec 2013 19:23:11 +0100 Subject: Début 0.8-dev MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Contribue à https://github.com/marienfressinaud/FreshRSS/issues/126 --- app/views/configure/archiving.phtml | 47 ++++++++++++++++++++++++ app/views/configure/display.phtml | 73 +------------------------------------ app/views/configure/users.phtml | 72 ++++++++++++++++++++++++++++++++++++ 3 files changed, 120 insertions(+), 72 deletions(-) create mode 100644 app/views/configure/archiving.phtml create mode 100644 app/views/configure/users.phtml (limited to 'app/views') diff --git a/app/views/configure/archiving.phtml b/app/views/configure/archiving.phtml new file mode 100644 index 000000000..e4aacc7c6 --- /dev/null +++ b/app/views/configure/archiving.phtml @@ -0,0 +1,47 @@ +partial('aside_configure'); ?> + +
+ + +
+ +

+ +
+ +
+ +   +
+
+
+ +
+ +
+
+ +
+
+ + +
+
+ + +
+ +
+

nb_total; ?> , size_total); ?>.

+

+ +

+ +
+
+
+
diff --git a/app/views/configure/display.phtml b/app/views/configure/display.phtml index fca533752..800181659 100644 --- a/app/views/configure/display.phtml +++ b/app/views/configure/display.phtml @@ -4,7 +4,7 @@
- +
@@ -38,65 +38,6 @@
- - -
- - conf->mailLogin (); ?> -
- - - -
-
- -
- - conf->token (); ?> -
- - -
-
- -
-
- - -
-
- - -

- -
- -
- -   -
-
-
- -
- -
-
- -
-
- - -
-
-
@@ -246,17 +187,5 @@
- - -
- -
-

nb_total; ?> , size_total); ?>.

-

- -

- -
-
diff --git a/app/views/configure/users.phtml b/app/views/configure/users.phtml new file mode 100644 index 000000000..a8e2deea1 --- /dev/null +++ b/app/views/configure/users.phtml @@ -0,0 +1,72 @@ +partial('aside_configure'); ?> + +
+ + +
+ + +
+ +
+ + $_SERVER['REMOTE_USER'] = +
+
+ +
+
+ +
+
+ +
+ +
+ + (selector not implemented yet) +
+
+ +
+
+ + +
+
+ + + +
+ + conf->mailLogin(); ?> +
+ + +
+
+ +
+ + conf->token(); ?> +
+ + +
+
+ +
+
+ + +
+
+
+
-- cgit v1.2.3