diff options
Diffstat (limited to 'templates/show_edit_album_row.inc.php')
-rw-r--r-- | templates/show_edit_album_row.inc.php | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/templates/show_edit_album_row.inc.php b/templates/show_edit_album_row.inc.php index 8ccbdecd..0f4d5324 100644 --- a/templates/show_edit_album_row.inc.php +++ b/templates/show_edit_album_row.inc.php @@ -7,7 +7,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License v2 - as published by the Free Software Foundation. + as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -28,17 +28,17 @@ <input type="text" name="name" value="<?php echo scrub_out($album->full_name); ?>" /> </td> <td> - <?php - if ($album->artist_count == '1') { - show_artist_select('artist',$album->artist_id); - } - else { - echo _('Various'); - } + <?php + if ($album->artist_count == '1') { + show_artist_select('artist',$album->artist_id); + } + else { + echo _('Various'); + } ?> </td> <td> - <input type="text" 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="text" name="disk" value="<?php echo scrub_out($album->disk); ?>" /> |