changed "discard changes" to a more useful "cancel" button

„cancel” will take you back to the last view you were in.
This commit is contained in:
BNoiZe
2013-12-04 21:59:33 +01:00
parent 50bd0302b6
commit 429be9f774
4 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
<tr> <tr>
<td colspan="2" style="text-align:right;"> <td colspan="2" style="text-align:right;">
<input type="reset" value="{$lng['panel']['reset']}" /> <input type="reset" value="{$lng['panel']['cancel']}" id="historyback" />
<input type="submit" value="{$lng['panel']['save']}" /> <input type="submit" value="{$lng['panel']['save']}" />
</td> </td>
</tr> </tr>

View File

@@ -3,7 +3,7 @@
<img src="templates/{$theme}/assets/img/{$image}" alt="{$title}" />&nbsp;<strong>{$title}</strong> <img src="templates/{$theme}/assets/img/{$image}" alt="{$title}" />&nbsp;<strong>{$title}</strong>
</td> </td>
<td style="text-align:right;"> <td style="text-align:right;">
<input type="reset" value="{$lng['panel']['reset']}" /> <input type="reset" value="{$lng['panel']['cancel']}" id="historyback" />
<input type="submit" value="{$lng['panel']['save']}" /> <input type="submit" value="{$lng['panel']['save']}" />
</td> </td>
</tr> </tr>

View File

@@ -1,7 +1,7 @@
<tfoot> <tfoot>
<tr> <tr>
<td colspan="2" style="text-align:right;"> <td colspan="2" style="text-align:right;">
<input type="reset" value="{$lng['panel']['reset']}" /> <input type="reset" value="{$lng['panel']['cancel']}" id="historyback" />
<input type="submit" value="{$lng['panel']['save']}" /> <input type="submit" value="{$lng['panel']['save']}" />
</td> </td>
</tr> </tr>

View File

@@ -3,7 +3,7 @@
{$title} {$title}
</th> </th>
<th style="text-align:right;"> <th style="text-align:right;">
<input type="reset" value="{$lng['panel']['reset']}" /> <input type="reset" value="{$lng['panel']['cancel']}" id="historyback" />
<input type="submit" value="{$lng['panel']['save']}" /> <input type="submit" value="{$lng['panel']['save']}" />
</th> </th>
</tr> </tr>