summaryrefslogtreecommitdiffstats
path: root/templates/show_edit_album_row.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-07-29 21:42:42 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-07-29 21:42:42 +0000
commit3fa94f564493d930f5049526e18d35c1213ba9ca (patch)
tree6c6dfe75bd3ade082cc9d69be457b281e4248c89 /templates/show_edit_album_row.inc.php
parente46b19547e7d16999b05577ec64631cc12796355 (diff)
downloadampache-3fa94f564493d930f5049526e18d35c1213ba9ca.tar.gz
ampache-3fa94f564493d930f5049526e18d35c1213ba9ca.tar.bz2
ampache-3fa94f564493d930f5049526e18d35c1213ba9ca.zip
fixed a few more warnings, fixed artist editing and improved album editing a little (so it cleans up after its self)
Diffstat (limited to 'templates/show_edit_album_row.inc.php')
-rw-r--r--templates/show_edit_album_row.inc.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/show_edit_album_row.inc.php b/templates/show_edit_album_row.inc.php
index 340fb685..19bac5ef 100644
--- a/templates/show_edit_album_row.inc.php
+++ b/templates/show_edit_album_row.inc.php
@@ -22,6 +22,7 @@
<td colspan="6">
<form method="post" id="edit_album_<?php echo $album->id; ?>">
<table border="0" cellpadding="3" cellspacing="0">
+<tr>
<td>
<input type="textbox" name="name" value="<?php echo scrub_out($album->name); ?>" />
</td>
@@ -43,6 +44,7 @@
<input type="hidden" name="type" value="album" />
<?php echo Ajax::button('?action=edit_object&id=' . $album->id . '&type=album','download',_('Save Changes'),'save_album_' . $album->id,'edit_album_' . $album->id); ?>
</td>
+</tr>
</table>
</form>
</td>