summaryrefslogtreecommitdiffstats
path: root/templates/show_mail_users.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/show_mail_users.inc.php')
-rw-r--r--templates/show_mail_users.inc.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/show_mail_users.inc.php b/templates/show_mail_users.inc.php
index 5a328b5d..46aefe31 100644
--- a/templates/show_mail_users.inc.php
+++ b/templates/show_mail_users.inc.php
@@ -95,6 +95,15 @@
</tr>
-->
<tr>
+ <td><?php echo _('From'); ?>:</td>
+ <td>
+ <select name="from">
+ <option value="self" title="Self"><?php echo _('Yourself'); ?></option>
+ <option value="system" title="System"><?php echo _('Ampache'); ?></option>
+ </select>
+ </td>
+ </tr>
+ <tr>
<td><?php echo _('Subject'); ?>:</td>
<td colspan="3">
<input name="subject" value="<?php echo scrub_out($_POST['subject']); ?>" size="50"></input>