diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-01-21 03:02:23 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-01-21 03:02:23 +0000 |
commit | 4957be23099939f26aef84954c012488653111d0 (patch) | |
tree | d73850d62318ab19c76483d67512398e52ffd2fc /templates/show_add_catalog.inc.php | |
parent | 8e1e11bdb72832ce5297471f21e2b15cf2b95c55 (diff) | |
download | ampache-4957be23099939f26aef84954c012488653111d0.tar.gz ampache-4957be23099939f26aef84954c012488653111d0.tar.bz2 ampache-4957be23099939f26aef84954c012488653111d0.zip |
fixed a problem with catalog builds in windows and fixed a bug I created when I was playing with the album art
Diffstat (limited to 'templates/show_add_catalog.inc.php')
-rw-r--r-- | templates/show_add_catalog.inc.php | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/templates/show_add_catalog.inc.php b/templates/show_add_catalog.inc.php index a58d3a37..58feb238 100644 --- a/templates/show_add_catalog.inc.php +++ b/templates/show_add_catalog.inc.php @@ -76,23 +76,7 @@ $default_sort = "%a/%A"; <tr> <td valign="top"><?php echo _("Gather Album Art"); ?>:</td> - <td><input type="checkbox" onclick="flipField('artextra1');flipField('artextra2');flipField('artextra3');" name="gather_art" value="1" /><br /> - <table border="0" width="100%" cellpadding="0" cellspacing="0"> - <tr class="even"> - <td><?php echo _('ID3V2 Tags'); ?>:</td> - <td><input id="artextra1" disabled="disabled" type="checkbox" name="art_id3v2" value="1" /></td> - </tr> - <tr class="even"> - <td><?php echo _('Amazon'); ?>:</td> - <td><input id="artextra2" disabled="disabled" type="checkbox" name="art_amazon" value="1" /></td> - </tr> - <tr class="even"> - <td><?php echo _('File Folder'); ?>:</td> - <td><input id="artextra3" disabled="disabled" type="checkbox" name="art_folder" value="1" /></td> - </tr> - </table> - <br /> - </td> + <td><input type="checkbox" name="gather_art" value="1" /></td> </tr> <tr> <td valign="top"><?php echo _('Build Playlists from m3u Files'); ?>:</td> |