From 5394876236afc3eb724ceebeac08abbbd9f2382b Mon Sep 17 00:00:00 2001 From: Christian Klinger Date: Fri, 24 Jun 2016 13:02:38 +0200 Subject: also allow users to edit the help. The code is still a little ugly. --- modules-available/news/templates/page-news.html | 129 ++++++++++++++++-------- 1 file changed, 88 insertions(+), 41 deletions(-) (limited to 'modules-available/news/templates/page-news.html') diff --git a/modules-available/news/templates/page-news.html b/modules-available/news/templates/page-news.html index 8e400498..e29d85fb 100644 --- a/modules-available/news/templates/page-news.html +++ b/modules-available/news/templates/page-news.html @@ -1,10 +1,13 @@ -
-
- {{lang_editNews}} -
-
-

{{lang_newsIntro}}

+ + + +
+
+

{{lang_newsIntro}}

@@ -14,44 +17,88 @@

{{lang_latestUpdate}}: {{latestDate}}

- +
+
+
+
+ {{lang_newsOld}} +
+
+
+
+ + + + + + + + + + + {{#list}} + + + + + + + {{/list}} + +
{{lang_date}}{{lang_title}}{{lang_content}}
{{date}}{{title}}{{content}} + {{lang_show}} + +
+ +
+
+
+
-
- -
-
- {{lang_newsOld}} -
-
-
-
- - - - - - - - - - - - {{#list}} - - - - - - - {{/list}} - -
{{lang_date}}{{lang_title}}{{lang_content}}
{{date}}{{title}}{{content}} - {{lang_show}} - -
-
+
+
+
+ + +
+ + +
+
+
+ {{lang_oldHelp}} +
+
+
+
+ + + + + + + + + + {{#listHelp}} + + + + + + {{/listHelp}} + +
{{lang_date}}{{lang_content}}
{{date}}{{content}} + {{lang_show}} + +
+ +
+
+
+ -- cgit v1.2.3-55-g7522