summaryrefslogtreecommitdiffstats
path: root/templates/show_localplay.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-01-25 21:32:15 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-01-25 21:32:15 +0000
commite1b4e203f7546499ae85d8caa0b0b924a225b96a (patch)
tree0e8489bcbe029db892220b2ef48f422cd024a805 /templates/show_localplay.inc.php
parent0fbaabb4c3047b4b49ec35d04e5aa10c7c0a3213 (diff)
downloadampache-e1b4e203f7546499ae85d8caa0b0b924a225b96a.tar.gz
ampache-e1b4e203f7546499ae85d8caa0b0b924a225b96a.tar.bz2
ampache-e1b4e203f7546499ae85d8caa0b0b924a225b96a.zip
fixed some issues with refresh on the localplay page and hopefully improved the french translation a little more
Diffstat (limited to 'templates/show_localplay.inc.php')
-rw-r--r--templates/show_localplay.inc.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/show_localplay.inc.php b/templates/show_localplay.inc.php
index 206389d2..2cac12bd 100644
--- a/templates/show_localplay.inc.php
+++ b/templates/show_localplay.inc.php
@@ -29,9 +29,10 @@ $localplay = init_localplay();
<td valign="top">
<strong><?php echo _('Actions'); ?>:</strong><br />
<?php if ($localplay->has_function('delete_all')) { ?>
- &nbsp;&nbsp;&nbsp;<a href="<?php echo $web_path; ?>/localplay.php?action=delete_all"><?php echo _('Clear Playlist'); ?></a>
+ <div class="text-action"><a href="<?php echo $web_path; ?>/localplay.php?action=delete_all"><?php echo _('Clear Playlist'); ?></a></div>
<?php } ?>
</td><td>
+ <?php $add_info = "&amp;return=1"; ?>
<?php require_once(conf('prefix') . '/templates/show_localplay_status.inc.php'); ?>
</td>
</tr>