diff options
Diffstat (limited to 'templates/show_mail_users.inc.php')
-rw-r--r-- | templates/show_mail_users.inc.php | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/templates/show_mail_users.inc.php b/templates/show_mail_users.inc.php index a8157d21..ee33a90f 100644 --- a/templates/show_mail_users.inc.php +++ b/templates/show_mail_users.inc.php @@ -64,12 +64,24 @@ <td> <input type="checkbox" name="new_albums" value="yes" /> </td> - <td><?php echo _('Most Popular Songs'); ?>:</td> + <td><?php echo _('Most Popular Songs'); ?>:</td> <td> <input type="checkbox" name="pop_songs" value="yes" /> </td> </tr> <tr> + <td><?php echo _('Flagged Songs'); ?>:</td> + <td> + <input type="checkbox" name="flagged" value="yes" /> + </td> + <td><?php echo _('Disabled Songs'); ?>:</td> + <td> + <input type="checkbox" name="disabled" value="yes" /> + </td> + + </tr> + + <tr> <td colspan = "2"><?php echo _('Most Popular Threshold in days'); ?>:</td> <td> <input type="text" name="threshold" value="<?php echo conf('popular_threshold'); ?>" /> |