summaryrefslogtreecommitdiffstats
path: root/templates/show_import_playlist.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/show_import_playlist.inc.php')
-rw-r--r--templates/show_import_playlist.inc.php14
1 files changed, 6 insertions, 8 deletions
diff --git a/templates/show_import_playlist.inc.php b/templates/show_import_playlist.inc.php
index d80e167f..4f469442 100644
--- a/templates/show_import_playlist.inc.php
+++ b/templates/show_import_playlist.inc.php
@@ -20,8 +20,8 @@
*/
?>
-<form method="post" name="import_playlist" action="<?php echo conf('web_path'); ?>/playlist.php" enctype="multipart/form-data">
<?php show_box_top(_('Importing a Playlist from a File')); ?>
+<form method="post" name="import_playlist" action="<?php echo conf('web_path'); ?>/playlist.php" enctype="multipart/form-data">
<table cellpadding="0" cellspacing="0">
<tr>
<td>
@@ -41,13 +41,11 @@
</select>
</td>
</tr>
-<tr>
- <td>&nbsp;</td>
- <td>
+</table>
+<div class="formValidation">
<input type="hidden" name="action" value="import_playlist" />
<input type="submit" value="<?php echo _('Import Playlist'); ?>" />
- </td>
-</tr>
-</table>
-<?php show_box_bottom(); ?>
+</div>
</form>
+<?php show_box_bottom(); ?>
+