diff options
Diffstat (limited to 'templates/show_edit_album_row.inc.php')
-rw-r--r-- | templates/show_edit_album_row.inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/show_edit_album_row.inc.php b/templates/show_edit_album_row.inc.php index c6168972..e1a1a694 100644 --- a/templates/show_edit_album_row.inc.php +++ b/templates/show_edit_album_row.inc.php @@ -24,7 +24,7 @@ <table class="inline-edit" cellpadding="3" cellspacing="0"> <tr> <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> <td> <?php @@ -37,7 +37,7 @@ ?> </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> <td> <input type="hidden" name="id" value="<?php echo $album->id; ?>" /> |