File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,14 +38,14 @@ class="filterSearch"
3838 >
3939 <th id="name"><span class="filter">⫧ </span>Name</th>
4040 <th id="uid"><span class="filter">⫧ </span>UID</th>
41- <th id="org"><span class="filter hidden-by-default">⫧ </span>Org</th>
41+ <th id="org" class="hidden-by-default"><span class="filter ">⫧ </span>Org</th>
4242 <th id="mail"><span class="filter">⫧ </span>Mail</th>
4343 <th id="groups"><span class="filter">⫧ </span>Groups</th>
4444 <th>Actions</th>
4545 <?php
4646 foreach (UserFlag::cases () as $ flag ) {
47- $ value = $ flag ->value ;
48- echo "<th id=' $ value '><span class='filter hidden-by-default'>⫧ </span>$ value </th> " ;
47+ $ val = $ flag ->value ;
48+ echo "<th id=' $ val ' class='hidden-by-default'><span class='filter'> ⫧ </span>$ val </th> " ;
4949 }
5050 ?>
5151 </tr>
You can’t perform that action at this time.
0 commit comments