diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-01-25 21:32:15 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-01-25 21:32:15 +0000 |
commit | e1b4e203f7546499ae85d8caa0b0b924a225b96a (patch) | |
tree | 0e8489bcbe029db892220b2ef48f422cd024a805 /templates/show_localplay.inc.php | |
parent | 0fbaabb4c3047b4b49ec35d04e5aa10c7c0a3213 (diff) | |
download | ampache-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.php | 3 |
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')) { ?> - <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 = "&return=1"; ?> <?php require_once(conf('prefix') . '/templates/show_localplay_status.inc.php'); ?> </td> </tr> |