diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-10-27 09:24:34 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-10-27 09:24:34 +0000 |
commit | f593f18131d6a0cbf30b558b208e86b9fc957f13 (patch) | |
tree | af665d7fb2f7ec17b1948c8d1146dd9a6deaba29 /templates/show_create_democratic.inc.php | |
parent | 14019e88c5370df8251b8d9836ea5867b670af1c (diff) | |
download | ampache-f593f18131d6a0cbf30b558b208e86b9fc957f13.tar.gz ampache-f593f18131d6a0cbf30b558b208e86b9fc957f13.tar.bz2 ampache-f593f18131d6a0cbf30b558b208e86b9fc957f13.zip |
Commit, still no internet paying for it.. curse you free.fr
Diffstat (limited to 'templates/show_create_democratic.inc.php')
-rw-r--r-- | templates/show_create_democratic.inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/show_create_democratic.inc.php b/templates/show_create_democratic.inc.php index 7059cebe..3175da2b 100644 --- a/templates/show_create_democratic.inc.php +++ b/templates/show_create_democratic.inc.php @@ -24,7 +24,7 @@ show_box_top(_('Create Democratic Playlist')); ?> <table class="tabledata" cellspacing="0" cellpadding="0"> <tr> <td><?php echo _('Name'); ?></td> - <td><input type="textbox" name="name" value="" /></td> + <td><input type="text" name="name" value="" /></td> </tr> <tr> <td><?php echo _('Base Playlist'); ?></td> @@ -32,7 +32,7 @@ show_box_top(_('Create Democratic Playlist')); ?> </tr> <tr> <td><?php echo _('Cooldown Time'); ?></td> - <td><input type="textbox" size="4" maxlength="6" name="cooldown" value="5" /><?php echo _('minutes'); ?></td> + <td><input type="text" size="4" maxlength="6" name="cooldown" value="5" /><?php echo _('minutes'); ?></td> </tr> <tr> <td><?php echo _('Level'); ?></td> |