mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
chore: run "composer run cs:fix" in user_ldap/templates
Not ideal output for part.wizard-server.php but this is legacy code anyway. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
parent
8d8891c5bc
commit
eb3bbf4f58
3 changed files with 11 additions and 11 deletions
|
|
@ -9,16 +9,16 @@
|
|||
<fieldset id="ldapWizard1">
|
||||
<p>
|
||||
<select id="ldap_serverconfig_chooser" name="ldap_serverconfig_chooser">
|
||||
<?php
|
||||
$i = 1;
|
||||
$sel = ' selected';
|
||||
foreach ($_['serverConfigurationPrefixes'] as $prefix) {
|
||||
?>
|
||||
<?php
|
||||
$i = 1;
|
||||
$sel = ' selected';
|
||||
foreach ($_['serverConfigurationPrefixes'] as $prefix) {
|
||||
?>
|
||||
<option value="<?php p($prefix); ?>"<?php p($sel);
|
||||
$sel = ''; ?>><?php p($l->t('%s. Server:', [$i++])); ?> <?php p(' '.$_['serverConfigurationHosts'][$prefix]); ?></option>
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
$sel = ''; ?>><?php p($l->t('%s. Server:', [$i++])); ?> <?php p(' '.$_['serverConfigurationHosts'][$prefix]); ?></option>
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
</select>
|
||||
<button type="button" id="ldap_action_add_configuration"
|
||||
aria-describedby="ldap_action_add_configuration_instructions"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<?php
|
||||
<?php
|
||||
|
||||
/**
|
||||
* SPDX-FileCopyrightText: 2017 Nextcloud GmbH and Nextcloud contributors
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
* SPDX-FileCopyrightText: 2011-2016 ownCloud, Inc.
|
||||
* SPDX-License-Identifier: AGPL-3.0-only
|
||||
*/
|
||||
|
||||
|
||||
style('user_ldap', 'vendor/ui-multiselect/jquery.multiselect');
|
||||
|
||||
script('user_ldap', [
|
||||
|
|
|
|||
Loading…
Reference in a new issue