Stay on the changetag page after tag deletion
+ fix changetag CSS alignement relates to #756
This commit is contained in:
parent
ae7f6b9d09
commit
b87442f216
3 changed files with 3 additions and 3 deletions
tpl/default
|
@ -55,7 +55,7 @@ strong {
|
|||
cursor: pointer;
|
||||
height: 24px;
|
||||
padding: 0 5px;
|
||||
margin: 5px 5px 0 0;
|
||||
margin: 0 5px 0 0;
|
||||
color: #606060;
|
||||
border-style: outset;
|
||||
border-width: 1px;
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
<label for="lf_private"><i>Private</i></label><br>
|
||||
{else}
|
||||
<input type="checkbox" name="lf_private" id="lf_private">
|
||||
<label for="lf_private"><i>Private</i></label><br>
|
||||
<label for="lf_private"><i>Private</i></label><br><br>
|
||||
{/if}
|
||||
<input type="submit" value="Save" name="save_edit" class="bigbutton">
|
||||
<input type="submit" value="Cancel" name="cancel_edit" class="bigbutton">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue