This commit is contained in:
Xavier Guimard 2017-12-21 16:37:43 +01:00
parent 483a3ec972
commit 98124a2703
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,6 @@
<h3 trspan="openidAp"></h3>
<table class="openidsreg">
<tbody>
<TMPL_LOOP NAME="required">
<tr class="required">
<td>
@ -26,4 +27,5 @@
</td>
</tr>
</TMPL_LOOP>
</tbody>
</table>

View File

@ -1,4 +1,6 @@
<h3 trspan="logoutFromSP"></h3>
<table class="sloState">
<TMPL_VAR NAME="content">
<tbody>
<TMPL_VAR NAME="content">
</tbody>
</table>