]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tpl/changetag.html
CSS: remove hardcoded style from templates
[github/shaarli/Shaarli.git] / tpl / changetag.html
index b22bddea98f7c169e63c4c52804c8c2ee4425f54..79fea9a9916a3c15a537becd7a76fce0ae0a5c56 100644 (file)
@@ -9,7 +9,8 @@
        <form method="POST" action="" name="changetag" id="changetag">
        <input type="hidden" name="token" value="{$token}">
        Tag: <input type="text" name="fromtag" id="fromtag">
-       <input type="text" name="totag" style="margin-left:40px;"><input type="submit" name="renametag" value="Rename tag" class="bigbutton">
+       <input type="text" name="totag" id="totag">
+       <input type="submit" name="renametag" value="Rename tag" class="bigbutton">
        &nbsp;&nbsp;or&nbsp; <input type="submit" name="deletetag" value="Delete tag" class="bigbutton" onClick="return confirmDeleteTag();"><br>(Case sensitive)</form>
 <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>
 </div>
@@ -23,4 +24,4 @@ $(document).ready(function()
 </script>
 {/if}
 </body>
-</html>
\ No newline at end of file
+</html>