aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/changetag.html
diff options
context:
space:
mode:
authornodiscc <nodiscc@gmail.com>2014-12-05 17:56:19 +0100
committernodiscc <nodiscc@gmail.com>2014-12-05 17:56:19 +0100
commitcdd870b72efbb24fbf4e247f529121d2e04ed86e (patch)
treec0bba497d51ab9d0e50dc95b7b024cf20de30886 /tpl/changetag.html
parentdff9ee543d8194787bf087565e9242914c5d6393 (diff)
parentc133612f32849b76785635efe19d4afedcfd0248 (diff)
downloadShaarli-cdd870b72efbb24fbf4e247f529121d2e04ed86e.tar.gz
Shaarli-cdd870b72efbb24fbf4e247f529121d2e04ed86e.tar.zst
Shaarli-cdd870b72efbb24fbf4e247f529121d2e04ed86e.zip
Merge pull request #68 from virtualtam/hardcoded-style
CSS: remove hardcoded style from templates
Diffstat (limited to 'tpl/changetag.html')
-rw-r--r--tpl/changetag.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/tpl/changetag.html b/tpl/changetag.html
index b22bddea..79fea9a9 100644
--- a/tpl/changetag.html
+++ b/tpl/changetag.html
@@ -9,7 +9,8 @@
9 <form method="POST" action="" name="changetag" id="changetag"> 9 <form method="POST" action="" name="changetag" id="changetag">
10 <input type="hidden" name="token" value="{$token}"> 10 <input type="hidden" name="token" value="{$token}">
11 Tag: <input type="text" name="fromtag" id="fromtag"> 11 Tag: <input type="text" name="fromtag" id="fromtag">
12 <input type="text" name="totag" style="margin-left:40px;"><input type="submit" name="renametag" value="Rename tag" class="bigbutton"> 12 <input type="text" name="totag" id="totag">
13 <input type="submit" name="renametag" value="Rename tag" class="bigbutton">
13 &nbsp;&nbsp;or&nbsp; <input type="submit" name="deletetag" value="Delete tag" class="bigbutton" onClick="return confirmDeleteTag();"><br>(Case sensitive)</form> 14 &nbsp;&nbsp;or&nbsp; <input type="submit" name="deletetag" value="Delete tag" class="bigbutton" onClick="return confirmDeleteTag();"><br>(Case sensitive)</form>
14<script language="JavaScript">function confirmDeleteTag() { var agree=confirm("Are you sure you want to delete this tag from all links ?"); if (agree) return true ; else return false ; }</script> 15<script language="JavaScript">function confirmDeleteTag() { var agree=confirm("Are you sure you want to delete this tag from all links ?"); if (agree) return true ; else return false ; }</script>
15</div> 16</div>
@@ -23,4 +24,4 @@ $(document).ready(function()
23</script> 24</script>
24{/if} 25{/if}
25</body> 26</body>
26</html> \ No newline at end of file 27</html>