Skip to content

Commit

Permalink
Merge pull request #22710 from braders/fulltext-template-accessibility
Browse files Browse the repository at this point in the history
Improve field accessibility in legacycustomsearches
  • Loading branch information
seamuslee001 authored Feb 5, 2022
2 parents 7b0a937 + ef8edaa commit d7a3e0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ public function buildForm(&$form) {
}
}

$form->add('select', 'table', ts('Tables'), $tables);
$form->add('select', 'table', ts('in...'), $tables);

$form->assign('csID', $form->get('csid'));

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
<table class="form-layout-compressed">
<tr>
<td>
<label>{$form.text.label}</label>
{$form.text.label}
{$form.text.html}
</td>
<td>
<label>{ts}in...{/ts}</label>
{$form.table.label}
{$form.table.html}
</td>
<td>{$form.buttons.html} {help id="id-fullText"}</td>
Expand Down

0 comments on commit d7a3e0f

Please sign in to comment.