diff options
Diffstat (limited to 'templates/show_play_selected.inc.php')
-rw-r--r-- | templates/show_play_selected.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_play_selected.inc.php b/templates/show_play_selected.inc.php index 3d2ce215..e545e0ac 100644 --- a/templates/show_play_selected.inc.php +++ b/templates/show_play_selected.inc.php @@ -60,7 +60,7 @@ if (is_object($GLOBALS['playlist'])) { ?> <option value="artist"><?php echo _('Artist'); ?></option> <option value="year"><?php echo _('Year'); ?></option> </select> - <input type="textbox" name="update_value" /> + <input type="text" name="update_value" /> <input class="button" type="button" value="<?php echo _('Update'); ?>" onclick="return SubmitToPage('songs','<?php echo $web_path; ?>/admin/flag.php?action=mass_update');" /> </td> </tr> |