From 38b4ba034f1ef9e9861c8891964f87277725e785 Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Thu, 28 Nov 2013 02:52:30 +0100 Subject: Déplacement de config Shaarli MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Page dédiée pour les options de partage Voir #175 --- app/views/configure/display.phtml | 8 -------- app/views/configure/sharing.phtml | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 8 deletions(-) create mode 100644 app/views/configure/sharing.phtml (limited to 'app/views') diff --git a/app/views/configure/display.phtml b/app/views/configure/display.phtml index 846595895..52fd80185 100644 --- a/app/views/configure/display.phtml +++ b/app/views/configure/display.phtml @@ -192,14 +192,6 @@ - -
- -
- -
-
-
diff --git a/app/views/configure/sharing.phtml b/app/views/configure/sharing.phtml new file mode 100644 index 000000000..e28122b00 --- /dev/null +++ b/app/views/configure/sharing.phtml @@ -0,0 +1,22 @@ +partial ('aside_configure'); ?> + +
+ + +
+ +
+ +
+ +
+
+ +
+
+ + +
+
+
+
-- cgit v1.2.3