Web: remove legacy xhtml syntax (#1723)

This commit is contained in:
Gaspard Beernaert
2020-06-17 00:45:35 +02:00
committed by GitHub
parent f5d0e1dbb3
commit 17ec6095d6
6 changed files with 11 additions and 8 deletions
@@ -195,7 +195,7 @@
<? ENDIF ?>
</td>
<td class="mod_descr"><? VAR Description ?></td>
<td align="center">
<td class="center">
<? IF CanBeLoadedGlobally ?>
<input type="checkbox" name="loaded_globally" id="loaded_globally_<? VAR Name ?>"
<? IF LoadedGlobally ?>
@@ -204,7 +204,7 @@
disabled="disabled"/>
<? ENDIF ?>
</td>
<td align="center">
<td class="center">
<? IF CanBeLoadedByNetwork ?>
<input type="checkbox" name="loaded_by_network" id="loaded_by_net_<? VAR Name ?>"
<? IF LoadedBySomeNetworks && LoadedByAllNetworks ?>