summaryrefslogtreecommitdiffstats
path: root/templates/show_add_catalog.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/show_add_catalog.inc.php')
-rw-r--r--templates/show_add_catalog.inc.php12
1 files changed, 4 insertions, 8 deletions
diff --git a/templates/show_add_catalog.inc.php b/templates/show_add_catalog.inc.php
index 2d685a10..cb88f3d9 100644
--- a/templates/show_add_catalog.inc.php
+++ b/templates/show_add_catalog.inc.php
@@ -79,14 +79,10 @@ $default_sort = "%a/%A";
<td valign="top"><?php echo _('Build Playlists from m3u Files'); ?>:</td>
<td><input type="checkbox" name="parse_m3u" value="1" /></td>
</tr>
-
-<tr>
- <td>&nbsp;</td>
- <td>
- <input type="hidden" name="action" value="add_catalog" />
- <input class="button" type="submit" value="<?php echo _('Add Catalog'); ?>" />
- </td>
-</tr>
</table>
+<div class="formValidation">
+ <input type="hidden" name="action" value="add_catalog" />
+ <input class="button" type="submit" value="<?php echo _('Add Catalog'); ?>" />
+</div>
</form>
<?php show_box_bottom(); ?>