diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-03-23 02:05:38 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-03-23 02:05:38 +0000 |
commit | 78164aefef355b07df4b28f913f38fc0b0473508 (patch) | |
tree | c1d819a4ffa2ee4a2ff437dc864c117648c46031 /templates/show_songs.inc | |
parent | bb5dafb7da7682fb0fa54bc281fb69589126f6ba (diff) | |
download | ampache-78164aefef355b07df4b28f913f38fc0b0473508.tar.gz ampache-78164aefef355b07df4b28f913f38fc0b0473508.tar.bz2 ampache-78164aefef355b07df4b28f913f38fc0b0473508.zip |
more interface tweaks, and a bunch of log_event cleanup
Diffstat (limited to 'templates/show_songs.inc')
-rw-r--r-- | templates/show_songs.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_songs.inc b/templates/show_songs.inc index 1297d2b3..be31f8da 100644 --- a/templates/show_songs.inc +++ b/templates/show_songs.inc @@ -28,7 +28,7 @@ if (is_object($playlist) && ($GLOBALS['user']->username == $playlist->user || $G } ?> -<form name="songs" method="post" enctype="multipart/form-data" action="#" style="Display:inline;"> +<form id="songs" method="post" enctype="multipart/form-data" action="#" style="Display:inline;"> <table class="border" cellspacing="0" cellpadding="0" border="0"> <tr class="table-header"> <th> <a href="#" onclick="check_songs(); return false;">Select</a></th> |