summaryrefslogtreecommitdiffstats
path: root/templates/show_mail_users.inc.php
diff options
context:
space:
mode:
authorpb1dft <pb1dft@ampache>2006-11-09 01:37:19 +0000
committerpb1dft <pb1dft@ampache>2006-11-09 01:37:19 +0000
commit29aca5c21898ad71bbb537bf533a8adf0e74978d (patch)
tree0b94d25c1816de63096fd52b04ba14abf9451069 /templates/show_mail_users.inc.php
parent70853913cf0d21bd44643c7333dd5810fe5a81d3 (diff)
downloadampache-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.php7
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>