summaryrefslogtreecommitdiffstats
path: root/templates/show_get_albumart.inc.php
diff options
context:
space:
mode:
authorspocky <spocky@ampache>2007-11-20 23:09:40 +0000
committerspocky <spocky@ampache>2007-11-20 23:09:40 +0000
commit794036ac1f462f302ce71e64132d981f69023e09 (patch)
tree0b2835d19cf7baf854fa3c894aa067bf5356e5cc /templates/show_get_albumart.inc.php
parent28b86ee456498776e596008ef531b950ec32e7c9 (diff)
downloadampache-794036ac1f462f302ce71e64132d981f69023e09.tar.gz
ampache-794036ac1f462f302ce71e64132d981f69023e09.tar.bz2
ampache-794036ac1f462f302ce71e64132d981f69023e09.zip
Almost finished css cleanup
Diffstat (limited to 'templates/show_get_albumart.inc.php')
-rw-r--r--templates/show_get_albumart.inc.php11
1 files changed, 4 insertions, 7 deletions
diff --git a/templates/show_get_albumart.inc.php b/templates/show_get_albumart.inc.php
index 67335e14..df863e50 100644
--- a/templates/show_get_albumart.inc.php
+++ b/templates/show_get_albumart.inc.php
@@ -55,15 +55,12 @@
<input type="file" size="40" id="file" name="file" value="" />
</td>
</tr>
-
-<tr>
- <td>
+</table>
+<div class="formValidation">
<input type="hidden" name="action" value="find_art" />
<input type="hidden" name="album_id" value="<?php echo $album->id; ?>" />
- <input type="hidden" name="MAX_FILE_SIZE" value="<?php echo Config::get('max_upload_size'); ?>" />
+ <input type="hidden" name="MAX_FILE_SIZE" value="<?php echo Config::get('max_upload_size'); ?>" />
<input type="submit" value="<?php echo _('Get Art'); ?>" />
- </td>
-</tr>
-</table>
+</div>
</form>
<?php show_box_bottom(); ?>