summaryrefslogtreecommitdiffstats
path: root/templates/show_confirmation.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-03-20 19:12:49 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-03-20 19:12:49 +0000
commit5730ee7803e19265f71c479ab9175b3badd55a82 (patch)
tree85affa3af9ba496d07b460288ab4f50e5fc094ef /templates/show_confirmation.inc.php
parent29aa64da7da1681cd0c0cbb7cf35a3b8aeb845fd (diff)
downloadampache-5730ee7803e19265f71c479ab9175b3badd55a82.tar.gz
ampache-5730ee7803e19265f71c479ab9175b3badd55a82.tar.bz2
ampache-5730ee7803e19265f71c479ab9175b3badd55a82.zip
more catalog fun!
Diffstat (limited to 'templates/show_confirmation.inc.php')
-rw-r--r--templates/show_confirmation.inc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/show_confirmation.inc.php b/templates/show_confirmation.inc.php
index d561f137..07994401 100644
--- a/templates/show_confirmation.inc.php
+++ b/templates/show_confirmation.inc.php
@@ -19,12 +19,12 @@
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
?>
-<div class="text-box" style="width:35em;">
+<div class="confirmation-box">
<span class="header1"><?php echo scrub_out($title); ?></span><br />
<?php echo scrub_out($text); ?>
<br /><br />
[ <a href="<?php echo $path; ?>"><?php echo _('Continue'); ?></a> ]
<?php if ($cancel) { ?>
- [ <a href="<?php echo return_referer(); ?>"><?php echo _('Cancel'); ?></a> ]<br />
+ [ <a href="<?php echo conf('web_path') . "/" . return_referer(); ?>"><?php echo _('Cancel'); ?></a> ]<br />
<?php } ?>
</div>