Skip to content
Snippets Groups Projects
Commit a8720b8a authored by Guillaume ROUSSE's avatar Guillaume ROUSSE
Browse files

use a legend element instead of a label

parent 50035bce
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
[% FOREACH group IN groups.keys.sort() %] [% FOREACH group IN groups.keys.sort() %]
<fieldset> <fieldset>
<label for="[% group %]">[% groups.$group.label %]</label> <legend>[% groups.$group.label %]</legend>
<select id="[% group %]" name="[% group %]"> <select id="[% group %]" name="[% group %]">
<option value=""></option> <option value=""></option>
[% FOREACH entity IN groups.$group.entities.sort('name') %] [% FOREACH entity IN groups.$group.entities.sort('name') %]
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
[% FOREACH group IN groups.keys.sort() %] [% FOREACH group IN groups.keys.sort() %]
<fieldset> <fieldset>
<label for="[% group %]">[% groups.$group.label %]</label> <legend>[% groups.$group.label %]</legend>
<select id="[% group %]" name="[% group %]"> <select id="[% group %]" name="[% group %]">
<option value=""></option> <option value=""></option>
[% FOREACH entity IN groups.$group.entities.sort('name') %] [% FOREACH entity IN groups.$group.entities.sort('name') %]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment