nextcloud/apps/user_ldap/templates/part.wizard-groupfilter.php

46 lines
1.4 KiB
PHP
Raw Normal View History

2013-10-10 01:03:45 +04:00
<fieldset id="ldapWizard4">
<div>
<p>
<?php p($l->t('Groups meeting these criteria are available in %s:', $theme->getName()));?>
2013-10-10 01:03:45 +04:00
</p>
<p>
<label for="ldap_groupfilter_objectclass">
<?php p($l->t('only those object classes:'));?>
</label>
<select id="ldap_groupfilter_objectclass" multiple="multiple"
name="ldap_groupfilter_objectclass">
</select>
</p>
<p>
<label for="ldap_groupfilter_groups">
<?php p($l->t('only from those groups:'));?>
</label>
<select id="ldap_groupfilter_groups" multiple="multiple"
name="ldap_groupfilter_groups">
</select>
</p>
<p>
<label><a id='toggleRawGroupFilter'> <?php p($l->t('Edit raw filter instead'));?></a></label>
</p>
<p id="rawGroupFilterContainer" class="invisible">
<input type="text" id="ldap_group_filter" name="ldap_group_filter"
class="lwautosave"
placeholder="<?php p($l->t('Raw LDAP filter'));?>"
2013-10-22 01:15:21 +04:00
title="<?php p($l->t('The filter specifies which LDAP groups shall have access to the %s instance.', $theme->getName()));?>"
2013-10-10 01:03:45 +04:00
/>
<button class="ldapGetEntryCount hidden" name="ldapGetEntryCount" type="button">
<?php p($l->t('Test Filter'));?>
</button>
2013-10-10 01:03:45 +04:00
</p>
<p>
<div class="ldapWizardInfo invisible">&nbsp;</div>
</p>
<p class="ldap_count">
<span id="ldap_group_count">0 <?php p($l->t('groups found'));?></span>
2013-10-10 01:03:45 +04:00
</p>
<?php print_unescaped($_['wizardControls']); ?>
</div>
</fieldset>