Merge pull request #13818 from nextcloud/design/backgroundjobs-accessibility
Contain background jobs options in fieldset to improve accessibility
This commit is contained in:
commit
fdd81e6c6e
|
@ -55,6 +55,9 @@
|
|||
href="<?php p(link_to_docs('admin-background-jobs')); ?>"></a>
|
||||
|
||||
<p class="settings-hint"><?php p($l->t('For optimal performance it\'s important to configure background jobs correctly. For bigger instances \'Cron\' is the recommended setting. Please see the documentation for more information.'));?></p>
|
||||
<form action="#">
|
||||
<fieldset>
|
||||
<legend class="hidden-visually"><?php p($l->t('Pick background job setting'));?></legend>
|
||||
<p>
|
||||
<input type="radio" name="mode" value="ajax" class="radio"
|
||||
id="backgroundjobs_ajax" <?php if ($_['backgroundjobs_mode'] === "ajax") {
|
||||
|
@ -92,4 +95,6 @@
|
|||
} ?></em>
|
||||
|
||||
</p>
|
||||
</fieldset>
|
||||
</form>
|
||||
</div>
|
Loading…
Reference in New Issue