diff options
Diffstat (limited to 'templates/show_edit_album.inc.php')
-rw-r--r-- | templates/show_edit_album.inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/show_edit_album.inc.php b/templates/show_edit_album.inc.php index e8f30373..41e6ccb7 100644 --- a/templates/show_edit_album.inc.php +++ b/templates/show_edit_album.inc.php @@ -26,13 +26,13 @@ <tr class="<?php echo flip_class(); ?>"> <td><?php echo _('Name'); ?></td> <td> - <input type="textbox" name="name" value="<?php echo scrub_out($album->full_name); ?>"> + <input type="text" name="name" value="<?php echo scrub_out($album->full_name); ?>"> </td> </tr> <tr class="<?php echo flip_class(); ?>"> <td><?php echo _('Year'); ?></td> <td> - <input type="textbox" name="year" value="<?php echo scrub_out($album->year); ?>"> + <input type="text" name="year" value="<?php echo scrub_out($album->year); ?>"> </td> </tr> <tr class="<?php echo flip_class(); ?>"> |