X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=plugins%2Fnewmail%2Fnewmail_opt.php;h=3d618e1d0c373a77f371cd46d7a1dbda11ab94fa;hp=4b450c7bd0e25fa414c51d14a8b4b557e407e714;hb=9c0ecb48c6667f0edc259437e5d75e1f000a4a86;hpb=dbc7cd0a8df7e94c0732d2c6ed38bf708e2f7146 diff --git a/plugins/newmail/newmail_opt.php b/plugins/newmail/newmail_opt.php index 4b450c7b..3d618e1d 100644 --- a/plugins/newmail/newmail_opt.php +++ b/plugins/newmail/newmail_opt.php @@ -1,40 +1,38 @@ \n"; -echo html_tag( 'p', - sprintf(_("The %s option will check ALL of your folders for unseen mail, not just the inbox for notification."), '"'._("Check all boxes, not just INBOX").'"') - ) . "\n" . +echo html_tag( 'p',_("Based on the Folder Preferences option "Enable Unread Message Notification", you can be notified when new messages arrive in your account.")) . "\n" . html_tag( 'p', - sprintf(_("Selecting the %s option will enable the showing of a popup window when unseen mail is in your folders (requires JavaScript)."), '"'._("Show popup window on new mail").'"') + sprintf(_("Selecting the %s option will enable the showing of a popup window when unseen mail is in one of your folders (requires JavaScript)."), '"'._("Show popup window on new mail").'"') ) . "\n" . html_tag( 'p', sprintf(_("Use the %s option to only check for messages that are recent. Recent messages are those that have just recently showed up and have not been \"viewed\" or checked yet. This can prevent being continuously annoyed by sounds or popups for unseen mail."), '"'._("Count only messages that are RECENT").'"') ) . "\n" . html_tag( 'p', - sprintf(_("Selecting the %s option will change the title in some browsers to let you know when you have new mail (requires JavaScript, and only works in IE but you won't see errors with other browsers). This will always tell you if you have new mail, even if you have %s enabled."), '"'._("Change title on supported browsers").'"', '"'._("Count only messages that are RECENT").'"') + sprintf(_("Selecting the %s option will change the browser title bar to let you know when you have new mail (requires JavaScript and may only work in some browsers). This will always tell you if you have new mail, even if you have %s enabled."), '"'._("Change title on supported browsers").'"', '"'._("Count only messages that are RECENT").'"') ) . "\n"; -if ($allowsound == "true") { +if ($newmail_allowsound) { echo html_tag( 'p', sprintf(_("Select %s to turn on playing a media file when unseen mail is in your folders. When enabled, you can specify the media file to play in the provided file box."), '"'._("Enable Media Playing").'"') ) . "\n" . @@ -69,58 +65,74 @@ echo '' . html_tag( 'td', '', 'center', $color[4] ) . "\n" . '
' . "\n"; echo '
' . "\n" . + '' . "\n" . html_tag( 'table', '', '', '', 'width="100%" cellpadding="5" cellspacing="0" border="0"' ) . "\n"; -// Option: media_allbox -echo html_tag( 'tr' ) . - html_tag( 'td', _("Check all boxes, not just INBOX").':', 'right', '', 'style="white-space: nowrap;"' ) . - html_tag( 'td', '', 'left' ) . - '' . "\n"; +/* newmail_unseen_notify */ +$newmail_unseen_opts = array( 0 => _("Follow folder preferences"), + SMPREF_UNSEEN_INBOX => _("INBOX"), + SMPREF_UNSEEN_ALL => _("All folders"), + SMPREF_UNSEEN_SPECIAL => _("Special folders"), + SMPREF_UNSEEN_NORMAL => _("Regular folders")); +echo html_tag('tr', + html_tag('td',_("Check for new messages in:"),'right', '', 'style="white-space: nowrap;"'). + html_tag('td',addSelect('newmail_unseen_notify',$newmail_unseen_opts,$newmail_unseen_notify,true),'left') + ); // Option: media_recent echo html_tag( 'tr' ) . - html_tag( 'td', _("Count only messages that are RECENT").':', 'right', '', 'style="white-space: nowrap;"' ) . + html_tag( 'td', '', 'right', '', 'style="white-space: nowrap;"' ) . html_tag( 'td', '', 'left' ) . '' . "\n"; +echo 'name="media_recent" id="media_recent" />' . "\n"; // Option: media_changetitle echo html_tag( 'tr' ) . - html_tag( 'td', _("Change title on supported browsers").':', 'right', '', 'style="white-space: nowrap;"' ) . + html_tag( 'td', '', 'right', '', 'style="white-space: nowrap;"' ) . html_tag( 'td', '', 'left' ) . ' ('._("requires JavaScript to work").')' . "\n"; +echo 'name="media_changetitle" id="media_changetitle" /> ' . "\n"; // Option: media_popup echo html_tag( 'tr' ) . - html_tag( 'td', _("Show popup window on new mail").':', 'right', '', 'style="white-space: nowrap;"' ) . + html_tag( 'td', '', 'right', '', 'style="white-space: nowrap;"' ) . html_tag( 'td', '', 'left' ) . ' ('._("requires JavaScript to work").')' . "\n"; - -if ($allowsound == "true") { +echo 'name="media_popup" id="media_popup" /> ' . "\n"; + +echo html_tag( 'tr' ) + . html_tag('td',_("Width of popup window:"),'right','', 'style="white-space: nowrap;"') + . html_tag('td','' + . ' (' . _("If set to 0, reverts to default value") . ')','left') + . "\n"; + +echo html_tag( 'tr' ) + . html_tag('td',_("Height of popup window:"),'right','', 'style="white-space: nowrap;"') + . html_tag('td','' + . ' (' . _("If set to 0, reverts to default value") . ')','left') + . "\n"; + +if ($newmail_allowsound) { // Option: media_enable echo html_tag( 'tr' ) . - html_tag( 'td', _("Enable Media Playing").':', 'right', '', 'style="white-space: nowrap;"' ) . + html_tag( 'td', '', 'right', '', 'style="white-space: nowrap;"' ) . html_tag( 'td', '', 'left' ) . '' . "\n"; + echo 'name="media_enable" id="media_enable" />' . "\n"; // Option: media_sel echo html_tag( 'tr' ) . @@ -128,20 +140,20 @@ if ($allowsound == "true") { html_tag( 'td', '', 'left' ) . ''. @@ -181,30 +196,29 @@ if ($allowsound == "true") { "'width=150,height=30,scrollbars=no');" . 'return false;' . '" />'; - echo ''. - '' . _("Upload Media File:") . - ''. - ''. - ''. - ''; - - echo ''. - '' . _("Uploaded Media File:") . - ''. - ($media_userfile_name!='' ? htmlspecialchars($media_userfile_name) : _("unavailable")). - ''. - ''; - - if ($media_userfile_name!='') { - echo '' - .'' - .sprintf(_("Media file %s will be removed, if you upload other media file."),basename($media_userfile_name)) - .''; + if ($newmail_uploadsounds) { + // upload form + echo html_tag('tr') + . html_tag('td',_("Upload Media File:"),'right','','style="white-space: nowrap;"') + . html_tag('td','') + . "\n"; + // display currently uploaded file information + echo html_tag('tr') + . html_tag('td',_("Uploaded Media File:"),'right','','style="white-space: nowrap;"') + . html_tag('td',($newmail_userfile_name!='' ? htmlspecialchars($newmail_userfile_name) : _("unavailable"))) + ."\n"; + + if ($newmail_userfile_name!='') { + echo '' + .'' + .sprintf(_("Media file %s will be removed, if you upload other media file."),basename($newmail_userfile_name)) + .''; + } } echo html_tag( 'tr', "\n" . html_tag( 'td', _("Current File:"), 'right', '', 'style="white-space: nowrap;"' ) . html_tag( 'td', '' . + htmlspecialchars($newmail_media) . '" name="media_default" />' . htmlspecialchars($media_output) . '', 'left' ) ) . "\n"; } @@ -217,4 +231,4 @@ echo html_tag( 'tr', "\n" . 'left' ) ) . "\n"; ?> -
\ No newline at end of file +