diff options
author | ArthurHoaro <arthur@hoa.ro> | 2017-03-12 12:59:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-12 12:59:05 +0100 |
commit | 5eca4ea11ef7c292e8b1352a41db12183e159361 (patch) | |
tree | 268362f0c4cc4ef9b19b0a1e93099acb34059a60 /tpl/default/pluginsadmin.html | |
parent | cffc5ce3d1fb1d7154cf1e63ae09987d6528606c (diff) | |
parent | b9b41d25e319f44f9fb8259a0237a8ee81ad394b (diff) | |
download | Shaarli-5eca4ea11ef7c292e8b1352a41db12183e159361.tar.gz Shaarli-5eca4ea11ef7c292e8b1352a41db12183e159361.tar.zst Shaarli-5eca4ea11ef7c292e8b1352a41db12183e159361.zip |
Merge pull request #809 from ArthurHoaro/cleanup/inline-js
Remove inline JS and add LibreJS headers in JS files
Diffstat (limited to 'tpl/default/pluginsadmin.html')
-rw-r--r-- | tpl/default/pluginsadmin.html | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/tpl/default/pluginsadmin.html b/tpl/default/pluginsadmin.html index 92af2eef..5cc1802f 100644 --- a/tpl/default/pluginsadmin.html +++ b/tpl/default/pluginsadmin.html | |||
@@ -48,14 +48,8 @@ | |||
48 | <td><div class="pure-u-0 pure-u-lg-visible"><label for="{$key}">{$value.description}</label></div></td> | 48 | <td><div class="pure-u-0 pure-u-lg-visible"><label for="{$key}">{$value.description}</label></div></td> |
49 | <td class="center"> | 49 | <td class="center"> |
50 | {if="count($enabledPlugins)>1"} | 50 | {if="count($enabledPlugins)>1"} |
51 | <a href="#" class="order" | 51 | <a href="#" class="order order-up">▲</a> |
52 | onclick="return orderUp(this.parentNode.parentNode.getAttribute('data-order'));"> | 52 | <a href="#" class="order order-down">▼</a> |
53 | ▲ | ||
54 | </a> | ||
55 | <a href="#" class="order" | ||
56 | onclick="return orderDown(this.parentNode.parentNode.getAttribute('data-order'));"> | ||
57 | ▼ | ||
58 | </a> | ||
59 | {/if} | 53 | {/if} |
60 | <input type="hidden" name="order_{$key}" value="{$counter}"> | 54 | <input type="hidden" name="order_{$key}" value="{$counter}"> |
61 | </td> | 55 | </td> |