From cf92b4dd1521241eefc58eaf6dcd202cd83969d8 Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Sat, 25 May 2019 15:52:27 +0200 Subject: Apply the new system (Bookmark + Service) to the whole code base See https://github.com/shaarli/Shaarli/issues/1307 --- tpl/vintage/configure.html | 13 +++++++++++++ tpl/vintage/editlink.html | 12 ++++++++++-- tpl/vintage/includes.html | 3 +++ 3 files changed, 26 insertions(+), 2 deletions(-) (limited to 'tpl/vintage') diff --git a/tpl/vintage/configure.html b/tpl/vintage/configure.html index 160286a5..53b0cad2 100644 --- a/tpl/vintage/configure.html +++ b/tpl/vintage/configure.html @@ -32,6 +32,19 @@ + + Description formatter: + + + + + Timezone: diff --git a/tpl/vintage/editlink.html b/tpl/vintage/editlink.html index 5fa7d194..6f7a330f 100644 --- a/tpl/vintage/editlink.html +++ b/tpl/vintage/editlink.html @@ -26,7 +26,16 @@
- {loop="$edit_link_plugin"} + {if="$formatter==='markdown'"} +
+ {'Description will be rendered with'|t} + + {'Markdown syntax'|t} + . +
+ {/if} + + {loop="$edit_link_plugin"} {$value} {/loop} @@ -38,7 +47,6 @@  

{/if} - {if="!$link_is_new && isset($link.id)"} +{if="$formatter==='markdown'"} + +{/if} {loop="$plugins_includes.css_files"} {/loop} -- cgit v1.2.3