diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-03-20 19:12:49 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-03-20 19:12:49 +0000 |
commit | 5730ee7803e19265f71c479ab9175b3badd55a82 (patch) | |
tree | 85affa3af9ba496d07b460288ab4f50e5fc094ef /templates/show_confirmation.inc.php | |
parent | 29aa64da7da1681cd0c0cbb7cf35a3b8aeb845fd (diff) | |
download | ampache-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.php | 4 |
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> |