diff options
author | xgizzmo <xgizzmo@ampache> | 2006-06-23 01:00:36 +0000 |
---|---|---|
committer | xgizzmo <xgizzmo@ampache> | 2006-06-23 01:00:36 +0000 |
commit | 2b62d84743744d01e71f8e6772261300b367fe8b (patch) | |
tree | b9bb47a3ae1be60267e48a7b91262fb0f0864aa4 /templates | |
parent | 9687564ce0256f807373ee947b1b6a5f38ddbdfb (diff) | |
download | ampache-2b62d84743744d01e71f8e6772261300b367fe8b.tar.gz ampache-2b62d84743744d01e71f8e6772261300b367fe8b.tar.bz2 ampache-2b62d84743744d01e71f8e6772261300b367fe8b.zip |
Added new pages to ui.lib,Fixed typo in show_playlist,Some XHTML fix ups
Diffstat (limited to 'templates')
-rw-r--r-- | templates/show_playlist_box.inc.php | 2 | ||||
-rw-r--r-- | templates/show_random_play.inc | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/templates/show_playlist_box.inc.php b/templates/show_playlist_box.inc.php index bd120127..26055365 100644 --- a/templates/show_playlist_box.inc.php +++ b/templates/show_playlist_box.inc.php @@ -44,7 +44,7 @@ $playlist_id = scrub_out($_REQUEST['playlist_id']); <li><a href="<?php echo $web_path; ?>/playlist.php?action=show_import_playlist"><?php echo _('Import From File'); ?></a></li> <li><a href="<?php echo $web_path; ?>/playlist.php?action=new"><?php echo _('Create New Playlist'); ?></a></li> <?php if ($GLOBALS['user']->has_access(100)) { ?> - <li><a href="<?php echo $web_path; ?>/playlist.php?action=prune_empty"><?php echo _('Delete Empty Playlists'); ?></a</li> + <li><a href="<?php echo $web_path; ?>/playlist.php?action=prune_empty"><?php echo _('Delete Empty Playlists'); ?></a></li> <?php } ?> <?php } ?> </ul> diff --git a/templates/show_random_play.inc b/templates/show_random_play.inc index 5dfd321c..84ef198a 100644 --- a/templates/show_random_play.inc +++ b/templates/show_random_play.inc @@ -76,6 +76,7 @@ <option value="1024">1024MB</option> </select> </td> +</tr> <tr> <td colspan="4"> <input type="hidden" name="action" value="random" /> |