diff options
Diffstat (limited to 'templates/editbookmark.tpl.php')
| -rw-r--r-- | templates/editbookmark.tpl.php | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/templates/editbookmark.tpl.php b/templates/editbookmark.tpl.php index b3514f3..d6f2115 100644 --- a/templates/editbookmark.tpl.php +++ b/templates/editbookmark.tpl.php @@ -95,6 +95,7 @@ $this->includeTemplate("dojo.inc");      <td></td>      <td>          <input type="submit" name="submitted" value="<?php echo $btnsubmit; ?>" /> +        <input type="button" name="cancel" value="<?php echo T_('Cancel') ?>" onclick="javascript: history.go(-1)" />          <?php          if (isset($showdelete) && $showdelete) {          ?> | 
