summaryrefslogtreecommitdiffstatshomepage
path: root/templates/editbookmark.tpl.php
diff options
context:
space:
mode:
authorGravatar mensonge2009-02-04 14:00:16 +0000
committerGravatar mensonge2009-02-04 14:00:16 +0000
commit68298638472af19eccb8a19c77f05609e7fcf4d7 (patch)
tree1f203ac78acb7562a067edb55339f1b4c6666a98 /templates/editbookmark.tpl.php
parentc0e46287e41ac5be4c4832c915c8e2ba78b9a1d5 (diff)
downloadscuttle-68298638472af19eccb8a19c77f05609e7fcf4d7.tar.gz
scuttle-68298638472af19eccb8a19c77f05609e7fcf4d7.zip
Interface fix: improve referer behaviour (going back to a page)
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@248 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'templates/editbookmark.tpl.php')
-rw-r--r--templates/editbookmark.tpl.php1
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) {
?>