diff options
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> |