diff options
Diffstat (limited to 'templates/show_add_playlist.inc.php')
-rw-r--r-- | templates/show_add_playlist.inc.php | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/templates/show_add_playlist.inc.php b/templates/show_add_playlist.inc.php index 1dae3679..bc1800ce 100644 --- a/templates/show_add_playlist.inc.php +++ b/templates/show_add_playlist.inc.php @@ -37,12 +37,10 @@ </select> </td> </tr> -<tr> - <td colspan="2"> +</table> +<div class="formValidation"> <input class="button" type="submit" value="<?php echo _('Create'); ?>" /> <input type="hidden" name="action" value="Create" /> - </td> -</tr> -</table> +</div> </form> <?php show_box_bottom(); ?> |