Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9ae35349 authored by Jordan Bieder's avatar Jordan Bieder
Browse files

Fix tabulation indentation

Try new label for auto login
parent 86d87c8a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -18,19 +18,19 @@
				<div style="display: flex;">
					<input type="radio" id="rainloop-noautologin" name="rainloop-autologin" value="0" <?php if (!$_['rainloop-autologin']&&!$_['rainloop-autologin-with-email']): ?>checked="checked"<?php endif; ?> />
					<label style="margin: auto 5px;" for="rainloop-noautologin">
						<?php p($l->t('Do not automatically login')); ?>
						<?php p($l->t('Let the user define its own email/password credentials only')); ?>
					</label>
				</div>
				<div style="display: flex;">
					<input type="radio" 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')); ?>
						<?php p($l->t('Automatically login with Nextcloud user credentials or user defined credentials')); ?>
					</label>
				</div>
				<div style="display: flex;">
					<input type="radio" id="rainloop-autologin-with-email" name="rainloop-autologin" value="2" <?php if ($_['rainloop-autologin-with-email']): ?>checked="checked"<?php endif; ?> />
					<label style="margin: auto 5px;" for="rainloop-autologin-with-email">
						<?php p($l->t('Automatically login with Nextcloud user email credentials')); ?>
						<?php p($l->t('Automatically login with Nextcloud user email credentials or user defined credentials')); ?>
					</label>
				</div>
				<br />
+3 −3

File changed.

Contains only whitespace changes.