summaryrefslogtreecommitdiffstats
path: root/templates/show_create_democratic.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/show_create_democratic.inc.php')
-rw-r--r--templates/show_create_democratic.inc.php8
1 files changed, 3 insertions, 5 deletions
diff --git a/templates/show_create_democratic.inc.php b/templates/show_create_democratic.inc.php
index 5fa0dbc5..cce0857d 100644
--- a/templates/show_create_democratic.inc.php
+++ b/templates/show_create_democratic.inc.php
@@ -34,11 +34,9 @@ show_box_top(_('Create Democratic Playlist')); ?>
<td><?php echo _('Make Default'); ?></td>
<td><input type="checkbox" name="make_default" value="1" /></td>
</tr>
-<tr>
- <td>
- <input type="submit" value="<?php echo _('Create'); ?>" />
- </td>
-</tr>
</table>
+<div class="formValidation">
+ <input type="submit" value="<?php echo _('Create'); ?>" />
+</div>
</form>
<?php show_box_bottom(); ?>