summaryrefslogtreecommitdiffstats
path: root/templates/show_add_catalog.inc.php
diff options
context:
space:
mode:
authorpb1dft <pb1dft@ampache>2007-02-23 23:45:46 +0000
committerpb1dft <pb1dft@ampache>2007-02-23 23:45:46 +0000
commit13742eebf7607e39f2378fcdff638832ea264bb5 (patch)
treed7f649387385c3f5bec4b3f9850f008b18e74c98 /templates/show_add_catalog.inc.php
parent6a660dcb5f2bc9b93fdf601309a4cba90ccd5578 (diff)
downloadampache-13742eebf7607e39f2378fcdff638832ea264bb5.tar.gz
ampache-13742eebf7607e39f2378fcdff638832ea264bb5.tar.bz2
ampache-13742eebf7607e39f2378fcdff638832ea264bb5.zip
Fixed a lot of minor thing + play_type_switch for IE7
Diffstat (limited to 'templates/show_add_catalog.inc.php')
-rw-r--r--templates/show_add_catalog.inc.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/show_add_catalog.inc.php b/templates/show_add_catalog.inc.php
index 58feb238..c1f74639 100644
--- a/templates/show_add_catalog.inc.php
+++ b/templates/show_add_catalog.inc.php
@@ -88,7 +88,8 @@ $default_sort = "%a/%A";
<td>
<input type="hidden" name="action" value="add_catalog" />
<input class="button" type="submit" value="<?php echo _("Add Catalog"); ?>" />&nbsp;&nbsp;
- <input class="button" type="submit" name="action" value="Cancel" />
+ <input class="button" type="reset" value="<?php echo _("Reset"); ?>" />&nbsp;&nbsp;
+ <input type="button" onclick="javascript:history.go(-1)" value="<?php echo _("Cancel"); ?>" />
</td>
</tr>