summaryrefslogtreecommitdiffstats
path: root/templates/show_disabled_songs.inc
diff options
context:
space:
mode:
authorpb1dft <pb1dft@ampache>2007-02-16 00:05:09 +0000
committerpb1dft <pb1dft@ampache>2007-02-16 00:05:09 +0000
commit79d6b4b7e407a4bfa5fa2521df107114f082761d (patch)
tree8a7f9e595f61c94853d76c5d11da6780d5406555 /templates/show_disabled_songs.inc
parent68917e09f5f47928ca31773a5ee17ad93bc9ab3c (diff)
downloadampache-79d6b4b7e407a4bfa5fa2521df107114f082761d.tar.gz
ampache-79d6b4b7e407a4bfa5fa2521df107114f082761d.tar.bz2
ampache-79d6b4b7e407a4bfa5fa2521df107114f082761d.zip
javascript modification/rss no_session fix/On useradd display right accesslevel(bounty1370)
Diffstat (limited to 'templates/show_disabled_songs.inc')
-rw-r--r--templates/show_disabled_songs.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_disabled_songs.inc b/templates/show_disabled_songs.inc
index 0c592777..833d1881 100644
--- a/templates/show_disabled_songs.inc
+++ b/templates/show_disabled_songs.inc
@@ -22,7 +22,7 @@
<form name="songs" method="post" action="<?php echo conf('web_path'); ?>/admin/catalog.php" enctype="multipart/form-data" style="Display:inline">
<table class="tabledata" cellspacing="0">
<tr class="table-header">
- <td><a href="#" onclick="check_songs(); return false;"><?php echo _('Select'); ?></a></td>
+ <td><a href="#" onclick="check_select('song'); return false;"><?php echo _('Select'); ?></a></td>
<td><?php echo _('Title'); ?></td>
<td><?php echo _('Album'); ?></td>
<td><?php echo _('Artist'); ?></td>