Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Update admin-local.php
Browse files Browse the repository at this point in the history
Correcting style and changing the description in "Additional settings".
  • Loading branch information
Valdnet authored Jul 31, 2019
1 parent babdc50 commit 212be08
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions rainloop/templates/admin-local.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,17 @@
<br />
<?php endif; ?>
<p>
<input type="checkbox" id="rainloop-autologin" id="rainloop-autologin" name="rainloop-autologin" value="1" <?php if ($_['rainloop-autologin']): ?>checked="checked"<?php endif; ?> />
<label for="rainloop-autologin">
<?php p($l->t('Automatically login with ownCloud user credentials')); ?>
</label>
<div style="display: flex;">
<input type="checkbox" id="rainloop-autologin" name="rainloop-autologin" value="1" <?php if ($_['rainloop-autologin']): ?>checked="checked"<?php endif; ?> />
<label style="margin: auto 5px;" for="rainloop-autologin">
<?php p($l->t('Automatically login with Nextcloud user credentials')); ?>
</label>
</div>
<br />
<br />
<input type="button" id="rainloop-save-button" name="rainloop-save-button" value="<?php p($l->t('Save')); ?>" />
&nbsp;&nbsp;<span class="rainloop-result-desc"></span>
</p>
</fieldset>
</form>
</div>
</div>

0 comments on commit 212be08

Please sign in to comment.