aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl
diff options
context:
space:
mode:
authorArthur <arthur@hoa.ro>2016-12-03 08:52:12 +0100
committerGitHub <noreply@github.com>2016-12-03 08:52:12 +0100
commit19b3930ff39384fef890fb8949792a07e73151ae (patch)
treebc386ea21e60b5d84b06919ef8e21d272f480ef6 /tpl
parent6781465fda8ad5dc3a37439446d4ff1100f1fd39 (diff)
parent3d8f5cf84b8baa4a212f5089633af7c640609b62 (diff)
downloadShaarli-19b3930ff39384fef890fb8949792a07e73151ae.tar.gz
Shaarli-19b3930ff39384fef890fb8949792a07e73151ae.tar.zst
Shaarli-19b3930ff39384fef890fb8949792a07e73151ae.zip
Merge pull request #701 from ArthurHoaro/plugins/md-html-doc
Describe markdown HTML rendering and display a warning
Diffstat (limited to 'tpl')
-rw-r--r--tpl/pluginsadmin.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/tpl/pluginsadmin.html b/tpl/pluginsadmin.html
index 672f4993..ead1734e 100644
--- a/tpl/pluginsadmin.html
+++ b/tpl/pluginsadmin.html
@@ -38,11 +38,11 @@
38 <tr data-line="{$key}" data-order="{$counter}"> 38 <tr data-line="{$key}" data-order="{$counter}">
39 <td class="center"><input type="checkbox" name="{$key}" id="{$key}" checked="checked"></td> 39 <td class="center"><input type="checkbox" name="{$key}" id="{$key}" checked="checked"></td>
40 <td class="center"> 40 <td class="center">
41 <a href="#" 41 <a href="#" class="arrow"
42 onclick="return orderUp(this.parentNode.parentNode.getAttribute('data-order'));"> 42 onclick="return orderUp(this.parentNode.parentNode.getAttribute('data-order'));">
43 43
44 </a> 44 </a>
45 <a href="#" 45 <a href="#" class="arrow"
46 onclick="return orderDown(this.parentNode.parentNode.getAttribute('data-order'));"> 46 onclick="return orderDown(this.parentNode.parentNode.getAttribute('data-order'));">
47 47
48 </a> 48 </a>