summaryrefslogtreecommitdiffstats
path: root/templates/show_edit_artist.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/show_edit_artist.inc.php')
-rw-r--r--templates/show_edit_artist.inc.php10
1 files changed, 4 insertions, 6 deletions
diff --git a/templates/show_edit_artist.inc.php b/templates/show_edit_artist.inc.php
index f3f5119a..50e256c8 100644
--- a/templates/show_edit_artist.inc.php
+++ b/templates/show_edit_artist.inc.php
@@ -35,12 +35,10 @@
<input type="checkbox" name="flag" value="1" checked="checked" /> <?php echo _('Flag for Retagging'); ?>
</td>
</tr>
-<tr class="<?php echo flip_class(); ?>">
- <td colspan="2">
- <input type="hidden" name="artist_id" value="<?php echo $artist->id; ?>" />
- <input type="submit" value="<?php echo _('Update Album'); ?>" />
- </td>
-</tr>
</table>
+<div class="formValidation">
+ <input type="hidden" name="artist_id" value="<?php echo $artist->id; ?>" />
+ <input type="submit" value="<?php echo _('Update Artist'); ?>" />
+</div>
</form>
<?php show_box_bottom(); ?>