Archived
1
0

Back to button style.

Partial manual revert of 168cb146ea.
Please note that this does *not* contain any changes to the UI as
discussed; those will follow later.

References #41
This commit is contained in:
Matthias Mees
2013-09-23 11:19:31 +02:00
parent 474953daa5
commit 1fb8c54efb
16 changed files with 49 additions and 51 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
{if $showSubmit_head}
<div class="form_buttons">
{if $postKey == "template"}
<a href="?serendipity[adminModule]=templates">{$CONST.BACK}</a>
<a class="button_link" href="?serendipity[adminModule]=templates">{$CONST.BACK}</a>
{/if}
<input name="SAVECONF" type="submit" value="{$CONST.SAVE}">
</div>
@@ -35,7 +35,7 @@
{if $showSubmit_foot}
<div class="form_buttons">
{if $postKey == "template"}
<a href="?serendipity[adminModule]=templates">{$CONST.BACK}</a>
<a class="button_link" href="?serendipity[adminModule]=templates">{$CONST.BACK}</a>
{/if}
<input name="SAVECONF" type="submit" value="{$CONST.SAVE}">
</div>