change the headline as suggested
This commit is contained in:
parent
c300d9b225
commit
f62b75b2b8
|
@ -7,7 +7,7 @@ script('federation', 'settings-admin');
|
|||
style('federation', 'settings-admin')
|
||||
?>
|
||||
<div id="ocFederationSettings" class="section">
|
||||
<h2><?php p($l->t('Federation')); ?></h2>
|
||||
<h2><?php p($l->t('Trusted Servers')); ?></h2>
|
||||
<p class="settings-hint"><?php p($l->t('Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing.')); ?></p>
|
||||
|
||||
<p>
|
||||
|
@ -15,7 +15,6 @@ style('federation', 'settings-admin')
|
|||
<label for="autoAddServers"><?php p($l->t('Add server automatically once a federated share was created successfully')); ?></label>
|
||||
</p>
|
||||
|
||||
<h3><?php if(count($_['trustedServers'])>0) p($l->t('Trusted servers')); ?></h3>
|
||||
<ul id="listOfTrustedServers">
|
||||
<?php foreach($_['trustedServers'] as $trustedServer) { ?>
|
||||
<li id="<?php p($trustedServer['id']); ?>">
|
||||
|
|
Loading…
Reference in New Issue