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_artist.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_artist.inc')
-rw-r--r-- | templates/show_artist.inc | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/templates/show_artist.inc b/templates/show_artist.inc index 2c6b4364..bd8a6e31 100644 --- a/templates/show_artist.inc +++ b/templates/show_artist.inc @@ -29,17 +29,17 @@ $web_path = conf('web_path'); <?php require (conf('prefix') . '/templates/show_artist_box.inc.php'); ?> <!-- *** Multi-Album Art Display Thx MrBlahh Updated by clader *** --> <br /> -<form name="songs" method="post" enctype="multipart/form-data" action="artists.php"> +<form id="songs" method="post" enctype="multipart/form-data" action="artists.php"> <table class="border" cellspacing="0" cellpadding="0" border="0"> <tr class="table-header"> <th align="center"> - <a href="#" onclick="check_songs(); return false;"><?php echo _("Select"); ?></a> + <a href="#" onclick="check_songs(); return false;"><?php echo _('Select'); ?></a> </th> - <th><?php echo _("Cover"); ?></th> - <th><?php echo _("Album Name"); ?></th> - <th><?php echo _("Album Year"); ?></th> - <th><?php echo _("Total Tracks"); ?></th> - <th><?php echo _("Action"); ?></th> + <th><?php echo _('Cover'); ?></th> + <th><?php echo _('Album Name'); ?></th> + <th><?php echo _('Album Year'); ?></th> + <th><?php echo _('Total Tracks'); ?></th> + <th><?php echo _('Action'); ?></th> </tr> <?php foreach ($albums as $album) { |