[ Index ] |
|
Code source de IMP H3 (4.1.5) |
1 <form method="post" name="prefs" action="<?php echo Horde::selfUrl() ?>"> 2 <?php Util::pformInput() ?> 3 <input type="hidden" name="actionID" value="update_prefs" /> 4 <input type="hidden" name="group" value="<?php echo $group ?>" /> 5 <input type="hidden" name="app" value="<?php echo $app ?>" /> 6 7 <div class="header"> 8 <?php Prefs_UI::generateNavigationCell('filters') ?> 9 <?php echo _("Filter Settings") ?> 10 </div> 11 <p class="item"> 12 <?php if (!empty($filters_link)): ?> 13 <?php echo Horde::img('filters.png', _("Edit Filters")) . ' ' . Horde::link(Horde::url($filters_link), _("Edit your filter rules")) . _("Edit your filter rules") ?></a> 14 <?php echo Help::link('imp', 'filter-edit-rules') ?><br /> 15 <?php endif; ?> 16 17 <?php if (!empty($blacklist_link)): ?> 18 <?php echo Horde::img('filters.png', _("Edit Blacklist")) . ' ' . Horde::link(Horde::url($blacklist_link), _("Edit your blacklist")) . _("Edit your blacklist") ?></a> 19 <?php echo Help::link('imp', 'filter-edit-blacklist') ?><br /> 20 <?php endif; ?> 21 22 <?php if (!empty($whitelist_link)): ?> 23 <?php echo Horde::img('filters.png', _("Edit Whitelist")) . ' ' . Horde::link(Horde::url($whitelist_link), _("Edit your whitelist")) . _("Edit your whitelist") ?></a> 24 <?php echo Help::link('imp', 'filter-edit-whitelist') ?><br /> 25 <?php endif; ?> 26 </p> 27 28 <?php if (!$login_locked || !$display_locked || !$menuitem_locked): ?> 29 <br /> 30 <h1 class="header"> 31 <?php echo _("Filter Options") ?> 32 </h1> 33 <p class="item" style="padding:1px;"> 34 <?php if (!$login_locked): ?> 35 <input type="checkbox" id="filter_login" name="filter_login" <?php echo ($prefs->getValue('filter_on_login')) ? "checked=\"checked\"" : "" ?> /> 36 <?php echo Horde::label('filter_login', _("Apply filter rules upon logging on?")) ?> 37 <?php echo Help::link('imp', 'filter-on-login') ?><br /> 38 <?php endif; ?> 39 40 <?php if (!$display_locked): ?> 41 <input type="checkbox" id="filter_display" name="filter_display" <?php echo ($prefs->getValue('filter_on_display')) ? "checked=\"checked\"" : "" ?> /> 42 <?php echo Horde::label('filter_display', _("Apply filter rules whenever INBOX is displayed?")) ?> 43 <?php echo Help::link('imp', 'filter-on-display') ?><br /> 44 <?php endif; ?> 45 46 <?php if (!$anymailbox_locked): ?> 47 <input type="checkbox" id="filter_any_mailbox" name="filter_any_mailbox" <?php echo ($prefs->getValue('filter_any_mailbox')) ? "checked=\"checked\"" : "" ?> /> 48 <?php echo Horde::label('filter_anymailbox', _("Allow filter rules to be applied in any mailbox?")) ?> 49 <?php echo Help::link('imp', 'filter-any-mailbox') ?><br /> 50 <?php endif; ?> 51 52 <?php if (!$menuitem_locked): ?> 53 <input type="checkbox" id="filter_menuitem" name="filter_menuitem" <?php echo ($prefs->getValue('filter_menuitem')) ? "checked=\"checked\"" : "" ?> /> 54 <?php echo Horde::label('filter_menuitem', _("Show the filter icon on the menubar?")) ?> 55 <?php endif; ?> 56 </p> 57 58 <input type="submit" name="save" class="button" onclick="document.prefs.actionID.value='update_prefs';return true;" value="<?php echo _("Save Options") ?>" /> 59 <input type="button" name="back" class="button" onclick="document.location.href='<?php echo IMP::prefsURL(true) ?>'" value="<?php echo _("Return to Options") ?>" /> 60 <?php endif; ?> 61 62 </form>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Thu Nov 29 12:30:07 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |