summaryrefslogtreecommitdiffstats
path: root/templates/show_confirmation.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-03-20 08:35:05 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-03-20 08:35:05 +0000
commit6f8fe88948cdc9e32dc9cb4d90c5c023bbfcfe1f (patch)
tree5fae977520a79eb3a68412d0999f801f8fcfc05d /templates/show_confirmation.inc.php
parente1113fa54352ee57b8b2287f1a2e3b2a6896932e (diff)
downloadampache-6f8fe88948cdc9e32dc9cb4d90c5c023bbfcfe1f.tar.gz
ampache-6f8fe88948cdc9e32dc9cb4d90c5c023bbfcfe1f.tar.bz2
ampache-6f8fe88948cdc9e32dc9cb4d90c5c023bbfcfe1f.zip
more tweaking to catalog builds.. still in a transition point so it is a little ugly
Diffstat (limited to 'templates/show_confirmation.inc.php')
-rw-r--r--templates/show_confirmation.inc.php23
1 files changed, 9 insertions, 14 deletions
diff --git a/templates/show_confirmation.inc.php b/templates/show_confirmation.inc.php
index 2ba325a0..d561f137 100644
--- a/templates/show_confirmation.inc.php
+++ b/templates/show_confirmation.inc.php
@@ -19,17 +19,12 @@
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
?>
-<br />
-<table class="text-box" align="center" cellspacing="7">
-<tr>
- <td align="center">
- <span class="header1"><?php echo $title; ?></span><br />
- <?php echo $text; ?>
- </td>
-</tr>
-<tr>
- <td>
- [ <a href="<?php echo $path; ?>"><?php echo _("Continue"); ?></a> ]<br />
- </td>
-</tr>
-</table>
+<div class="text-box" style="width:35em;">
+<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 />
+<?php } ?>
+</div>