diff options
Diffstat (limited to 'templates/show_add_catalog.inc.php')
-rw-r--r-- | templates/show_add_catalog.inc.php | 12 |
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> </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(); ?> |