diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-01-14 05:34:37 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-01-14 05:34:37 +0000 |
commit | 26ff4cf67bf1bbc3c6a00343e9e42621f191ea1d (patch) | |
tree | 722c655a730a5e9d623609c0c65344b99a405b24 /templates/show_edit_album_row.inc.php | |
parent | 427c5ac163cd7a79c83102aaa3fcb6572ab59cfb (diff) | |
download | ampache-26ff4cf67bf1bbc3c6a00343e9e42621f191ea1d.tar.gz ampache-26ff4cf67bf1bbc3c6a00343e9e42621f191ea1d.tar.bz2 ampache-26ff4cf67bf1bbc3c6a00343e9e42621f191ea1d.zip |
reduced size of the font when editing
Diffstat (limited to 'templates/show_edit_album_row.inc.php')
-rw-r--r-- | templates/show_edit_album_row.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_edit_album_row.inc.php b/templates/show_edit_album_row.inc.php index 0e19c080..c6168972 100644 --- a/templates/show_edit_album_row.inc.php +++ b/templates/show_edit_album_row.inc.php @@ -21,7 +21,7 @@ ?> <td colspan="7"> <form method="post" id="edit_album_<?php echo $album->id; ?>" action="#"> -<table cellpadding="3" cellspacing="0"> +<table class="inline-edit" cellpadding="3" cellspacing="0"> <tr> <td> <input type="textbox" name="name" value="<?php echo scrub_out($album->full_name); ?>" /> |