removed the spam checkbox from the advanced search popup

This commit is contained in:
SJ 2013-04-22 22:14:19 +02:00
parent 6a2a3263fc
commit 95e76fc83d
2 changed files with 0 additions and 10 deletions

View File

@ -58,9 +58,6 @@ $config['LDAP_DISTRIBUTIONLIST_ATTR'] = 'zimbraMailForwardingAddress';
//$config['LDAP_DISTRIBUTIONLIST_ATTR'] = 'mail'; //$config['LDAP_DISTRIBUTIONLIST_ATTR'] = 'mail';
// enable SSO against an Active Directory
$config['ENABLE_SSO_LOGIN'] = 0;
// enable authentication against an imap server (disabled by default) // enable authentication against an imap server (disabled by default)
$config['ENABLE_IMAP_AUTH'] = 0; $config['ENABLE_IMAP_AUTH'] = 0;

View File

@ -59,13 +59,6 @@
</div> </div>
</div> </div>
<div class="control-group">
<label class="control-label" for="xis_spam"><?php print $text_spam; ?>:</label>
<div class="controls">
<input type="checkbox" name="xis_spam" id="xis_spam" <?php if(isset($is_spam) && $is_spam == 1) { ?>checked="checked"<?php } ?> />
</div>
</div>
<div class="control-group"> <div class="control-group">
<label class="control-label" for="date1"><?php print $text_from; ?> <?php print $text_date; ?>:</label> <label class="control-label" for="date1"><?php print $text_from; ?> <?php print $text_date; ?>:</label>
<div class="controls"> <div class="controls">