' . _("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"; } 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. If no file is specified, \"(none)\", no sound will be used.") ) . "\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" . 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' ) . ''. ''. ''. ''. html_tag( 'tr', "\n" . html_tag( 'td', _("Current File:"), 'right', '', 'nowrap' ) . html_tag( 'td', '' . $media . '', 'left' ) ) . "\n"; } echo html_tag( 'tr', "\n" . html_tag( 'td', ' ' ) . html_tag( 'td', ''. '', 'left' ) ) . "\n" . ''. "\n" . '
'. "\n" . ''. "\n" . ''; ?>