diff options
author | pb1dft <pb1dft@ampache> | 2006-11-09 01:37:19 +0000 |
---|---|---|
committer | pb1dft <pb1dft@ampache> | 2006-11-09 01:37:19 +0000 |
commit | 29aca5c21898ad71bbb537bf533a8adf0e74978d (patch) | |
tree | 0b94d25c1816de63096fd52b04ba14abf9451069 /templates/show_mail_users.inc.php | |
parent | 70853913cf0d21bd44643c7333dd5810fe5a81d3 (diff) | |
download | ampache-29aca5c21898ad71bbb537bf533a8adf0e74978d.tar.gz ampache-29aca5c21898ad71bbb537bf533a8adf0e74978d.tar.bz2 ampache-29aca5c21898ad71bbb537bf533a8adf0e74978d.zip |
Fixed mail threshold and added user ability to change it
Diffstat (limited to 'templates/show_mail_users.inc.php')
-rw-r--r-- | templates/show_mail_users.inc.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/show_mail_users.inc.php b/templates/show_mail_users.inc.php index ff9740c0..a8157d21 100644 --- a/templates/show_mail_users.inc.php +++ b/templates/show_mail_users.inc.php @@ -69,6 +69,13 @@ <input type="checkbox" name="pop_songs" 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'); ?>" /> + </td> + </tr> + </table> </td> </tr> |