mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-07-29 21:15:01 +02:00
removed the spam checkbox from the advanced search popup
This commit is contained in:
@@ -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;
|
||||||
|
@@ -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">
|
||||||
|
Reference in New Issue
Block a user