X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=plugins%2Fnewmail%2Fnewmail_opt.php;h=5b194f3875e87d890f9d17a77ecb7c34b9f775af;hp=bd39948de364b07f21e39dab87cbe91a8494fda9;hb=8ab3c1bd38409d09e1c336107ebee474b5a7dd39;hpb=4cf438432a1f2bfdba752e075ec6458ec3e290ba;ds=sidebyside diff --git a/plugins/newmail/newmail_opt.php b/plugins/newmail/newmail_opt.php index bd39948d..5b194f38 100644 --- a/plugins/newmail/newmail_opt.php +++ b/plugins/newmail/newmail_opt.php @@ -1,163 +1,226 @@ ' . - html_tag( 'table', '', 'center', '', 'width="95%" border="0" cellpadding="2" cellspacing="0"' ) . "\n" . - html_tag( 'tr', "\n" . - html_tag( 'td', '' . _("Options") . ' - ' . _("New Mail Notification") . '', 'center', $color[0] ) - ) . "\n" . - html_tag( 'tr' ) . "\n" . - html_tag( 'td', '', 'left' ); - if ($allowsound == "true") { - echo html_tag( 'p', - _("Select Enable Media Playing 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.") - ) . "\n"; - } +/** + * newmails_opt.php - options page + * + * Displays all options relating to new mail sounds + * + * @copyright © 1999-2007 The SquirrelMail Project Team + * @license http://opensource.org/licenses/gpl-license.php GNU Public License + * @version $Id$ + * @package plugins + * @subpackage newmail + */ + +/** + * Path for SquirrelMail required files. + * @ignore + */ +require('../../include/init.php'); + +/** Plugin functions (also loads plugin's config) */ +include_once(SM_PATH . 'plugins/newmail/functions.php'); + +include_once(SM_PATH . 'functions/forms.php'); + +displayPageHeader($color, 'None'); + +echo html_tag( 'table', '', 'center', $color[0], 'width="95%" cellpadding="1" cellspacing="0" border="0"' ) . "\n" . + html_tag( 'tr' ) . "\n" . + html_tag( 'td', '', 'center' ) . + '' . _("Options") . ' - ' . _("New Mail Notification") . "
\n" . + html_tag( 'table', '', '', '', 'width="100%" cellpadding="5" cellspacing="0" border="0"' ) . "\n" . + html_tag( 'tr' ) . "\n" . + html_tag( 'td', '', 'left', $color[4] ) . "
\n"; + +echo html_tag( 'p',_("The NewMail plugin will follow the Folder Preferences option "Enable Unread Message Notification"")) . "\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").'"') + ) . "\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").'"') + ) . "\n"; +if ($newmail_allowsound) { echo html_tag( 'p', - _("The Check all boxes, not just INBOX option will check ALL of your folders for unseen mail, not just the inbox for notification.") - ) . "\n" . - html_tag( 'p', - _("Selecting the Show popup option will enable the showing of a popup window when unseen mail is in your folders (requires JavaScript).") - ) . "\n" . - html_tag( 'p', - _("Use the Check RECENT 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.") - ) . "\n" . - html_tag( 'p', - _("Selecting the Change title 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 Check RECENT enabled.") - ); - if ($allowsound == "true") { - echo html_tag( 'p', - _("Select from the list of server files the media file to play when new mail arrives. Selecting local media will play the file specified in the local media file box to play from the local computer. If no file is specified, the system will use a default from the server.") - ) . "\n"; - } - echo '
'. - html_tag( 'table', '', '', '', 'width="100%" cellpadding="0" cellspacing="2" border="0"' ) . "\n" . - html_tag( 'tr' ) . "\n" . - html_tag( 'td', ' ', 'right', '', 'nowrap' ) . "\n"; - if ($allowsound == "true") { - echo html_tag( 'td', '', 'left' ) . - ' ' . _("Enable Media Playing") . ''. - '' . "\n"; - } - echo html_tag( 'tr' ) . "\n" . - html_tag( 'td', ' ', 'right', '', 'nowrap' ) . "\n" . - html_tag( 'td', '', 'left' ) . - ' ' . _("Check all boxes, not just INBOX") . ''. - ''. "\n" . - html_tag( 'tr' ) . "\n" . - html_tag( 'td', ' ', 'right', '', 'nowrap' ) . "\n" . - html_tag( 'td', '', 'left' ) . - ' ' . _("Count only messages that are RECENT") . ''. - ''. "\n" . - html_tag( 'tr' ) . "\n" . - html_tag( 'td', ' ', 'right', '', 'nowrap' ) . "\n" . - html_tag( 'td', '', 'left' ) . - ' ' . _("Change title on supported browsers.") . '   (' . _("requires JavaScript to work") . ')'. - ''. "\n" . - html_tag( 'tr' ) . "\n" . - html_tag( 'td', ' ', 'right', '', 'nowrap' ) . "\n" . + 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" . + html_tag( 'p', + sprintf(_("Select from the list of %s the media file to play when new mail arrives. If no file is specified, %s, no sound will be used."), '"'._("Select server file").'"', '"'._("(none)").'"') + ) . "\n"; +} + +echo '' . + html_tag( 'tr' ) . + html_tag( 'td', '', 'center', $color[4] ) . "\n" . '
' . "\n"; + +echo '' . "\n" . + html_tag( 'table', '', '', '', 'width="100%" cellpadding="5" cellspacing="0" border="0"' ) . "\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', '', 'left' ) . + '' . "\n"; + +// Option: media_changetitle +echo html_tag( 'tr' ) . + html_tag( 'td', _("Change title on supported browsers").':', 'right', '', 'style="white-space: nowrap;"' ) . + html_tag( 'td', '', 'left' ) . + ' ('._("requires JavaScript to work").')' . "\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', '', 'left' ) . + ' ('._("requires JavaScript to work").')' . "\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', '', 'left' ) . ' ' . _("Show popup window on new mail") . '   (' . _("requires JavaScript to work") . ')'. - '' . "\n"; - if ($allowsound == "true") { - echo html_tag( 'tr' ) . "\n" . - html_tag( 'td', _("Select server file:"), 'right', '', 'nowrap' ) . "\n" . - html_tag( 'td', '', 'left' ) . - '' . "\n" . + '' . "\n"; // Iterate sound files for options - - $d = dir('../plugins/newmail/sounds'); + $d = dir(SM_PATH . 'plugins/newmail/sounds'); while($entry=$d->read()) { - $fname = $d->path . "/" . $entry; - if ($entry != '..' && $entry != '.') { - echo "\n"; + echo 'value="' . htmlspecialchars($entry) . '">' . + htmlspecialchars($entry) . "\n"; } } $d->close(); - echo ''. - ''. - ''. - ''. - html_tag( 'tr', "\n" . - html_tag( 'td', _("Local Media File:"), 'right', '', 'nowrap' ) . - html_tag( 'td', '', 'left' ) - ) . "\n" . - html_tag( 'tr', "\n" . - html_tag( 'td', _("Current File:"), 'right', '', 'nowrap' ) . - html_tag( 'td', '' . $media . '', 'left' ) - ) . "\n"; + // display media selection + foreach($newmail_mmedia as $newmail_mm_name => $newmail_mm_data) { + echo '\n"; + } + + if($newmail_uploadsounds) { + // display local file option + echo '\n"; + // end of local file option } - echo html_tag( 'tr', "\n" . - html_tag( 'td', ' ' ) . - html_tag( 'td', - ''. - '', - 'left' ) - ) . "\n" . - ''. "\n" . - '
'. "\n" . - ''. "\n" . -''; + // Set media file name + if ($newmail_media == '(none)') { + $media_output = _("none"); + } elseif ($newmail_media == '(userfile)') { + $media_output = basename($newmail_userfile_name); + } elseif (preg_match("/^mmedia_+/",$newmail_media)) { + $media_output = preg_replace("/^mmedia_/",'',$newmail_media); + } else { + $media_output = basename($newmail_media); + } + + echo ''. + ''; + 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($media_output) . '', 'left' ) + ) . "\n"; +} +echo html_tag( 'tr', "\n" . + html_tag( 'td', ' ' ) . + html_tag( 'td', + '' . + '' . + '', + 'left' ) + ) . "\n"; ?> + +