diff options
author | xgizzmo <xgizzmo@ampache> | 2006-10-02 22:56:03 +0000 |
---|---|---|
committer | xgizzmo <xgizzmo@ampache> | 2006-10-02 22:56:03 +0000 |
commit | b4859cf9629953605bdbd57bd975c5a0925327d3 (patch) | |
tree | fabb05af7ac1f695c8eea572c05fa2a6c5b5114d /templates | |
parent | 6de6f894275ed0f31b9a18f4ff21f983ee22600b (diff) | |
download | ampache-b4859cf9629953605bdbd57bd975c5a0925327d3.tar.gz ampache-b4859cf9629953605bdbd57bd975c5a0925327d3.tar.bz2 ampache-b4859cf9629953605bdbd57bd975c5a0925327d3.zip |
Fixed up the table and closed some inputs.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/show_mail_users.inc.php | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/templates/show_mail_users.inc.php b/templates/show_mail_users.inc.php index 1315ca86..b3d34f6e 100644 --- a/templates/show_mail_users.inc.php +++ b/templates/show_mail_users.inc.php @@ -40,38 +40,38 @@ <tr> <td><?php echo _('Catalog Statistics'); ?>:</td> <td> - <input type="checkbox" name="cat_stats" value="yes"> + <input type="checkbox" name="cat_stats" value="yes" /> </td> <td><?php echo _('Most Popular Albums'); ?>:</td> <td> - <input type="checkbox" name="pop_albums" value="yes"> + <input type="checkbox" name="pop_albums" value="yes" /> </td> </tr> <tr> <td><?php echo _('Newest Artist Additions'); ?>:</td> <td> - <input type="checkbox" name="new_artists" value="yes"> + <input type="checkbox" name="new_artists" value="yes" /> </td> <td><?php echo _('Most Popular Artists'); ?>:</td> <td> - <input type="checkbox" name="pop_artists" value="yes"> + <input type="checkbox" name="pop_artists" value="yes" /> </td> </tr> <tr> <td><?php echo _('Newest Album Additions'); ?>:</td> <td> - <input type="checkbox" name="new_albums" value="yes"> + <input type="checkbox" name="new_albums" value="yes" /> </td> <td><?php echo _('Most Popular Songs'); ?>:</td> <td> - <input type="checkbox" name="pop_songs" value="yes"> + <input type="checkbox" name="pop_songs" value="yes" /> </td> </tr> </table> </td> - <tr> + </tr> <tr> <td><?php echo _('Subject'); ?>:</td> |