From a7f4d03c047ebbcbd014d89cde3d819f53f469bb Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Mon, 10 Feb 2020 21:08:34 +0100 Subject: Hide bookmark submission form by default. Change-Id: I542d39164297afa70d66102bd7db0bf064df9e02 --- .../templates/benki/bookmarks/bookmarkList.html | 64 ++++++++++++---------- 1 file changed, 34 insertions(+), 30 deletions(-) (limited to 'src/main/resources/templates') diff --git a/src/main/resources/templates/benki/bookmarks/bookmarkList.html b/src/main/resources/templates/benki/bookmarks/bookmarkList.html index 9d4c706..270a789 100644 --- a/src/main/resources/templates/benki/bookmarks/bookmarkList.html +++ b/src/main/resources/templates/benki/bookmarks/bookmarkList.html @@ -12,41 +12,45 @@ {#body} {#if authenticated} -
-
-
- Submit Bookmark + + +

+
+ +
+ New Bookmark -
- - -
+
+ + +
-
- - -
+
+ + +
-
- - -
+
+ + +
-
- - -
+
+ + +
-
- -
-
- -
+
+ +
+
+ +
+ {/if} {#for bookmark in bookmarks} -- cgit v1.2.3