diff options
author | Arthur <arthur@hoa.ro> | 2016-12-12 03:07:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-12 03:07:13 +0100 |
commit | a0d079141eb155c263ebfaa1aad2629382223e31 (patch) | |
tree | e72090d95310391fdbe155906eab050764a95c47 /tpl/linklist.html | |
parent | bea80e43a3714663b0c32879f7bdf4fd19161b2e (diff) | |
parent | ba0fd80732acbff0fcda57a0b31e4edfaa337001 (diff) | |
download | Shaarli-a0d079141eb155c263ebfaa1aad2629382223e31.tar.gz Shaarli-a0d079141eb155c263ebfaa1aad2629382223e31.tar.zst Shaarli-a0d079141eb155c263ebfaa1aad2629382223e31.zip |
Merge pull request #679 from ArthurHoaro/plugins/header
Improve theme dependent plugin placeholders:
Diffstat (limited to 'tpl/linklist.html')
-rw-r--r-- | tpl/linklist.html | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/tpl/linklist.html b/tpl/linklist.html index ddfd729a..3fe86deb 100644 --- a/tpl/linklist.html +++ b/tpl/linklist.html | |||
@@ -28,7 +28,17 @@ | |||
28 | <input type="submit" value="Search" class="bigbutton"> | 28 | <input type="submit" value="Search" class="bigbutton"> |
29 | </form> | 29 | </form> |
30 | {loop="$plugins_header.fields_toolbar"} | 30 | {loop="$plugins_header.fields_toolbar"} |
31 | {$value} | 31 | <form |
32 | {loop="$value.attr"} | ||
33 | {$key}="{$value}" | ||
34 | {/loop}> | ||
35 | {loop="$value.inputs"} | ||
36 | <input | ||
37 | {loop="$value"} | ||
38 | {$key}="{$value}" | ||
39 | {/loop}> | ||
40 | {/loop} | ||
41 | </form> | ||
32 | {/loop} | 42 | {/loop} |
33 | </div> | 43 | </div> |
34 | </div> | 44 | </div> |