Fix wrong syntax in template.zul
FEA: ItEr76S30PermissionsEnhancements
This commit is contained in:
parent
699e8d5d85
commit
c9a7fccb56
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ signature="java.lang.Boolean isDefaultPasswordsControl()"?>
|
|||
</window>
|
||||
</div>
|
||||
</n:td>
|
||||
<n:td class="usuario">${i18n:_('user')}: ${templateController.username}</n:td>
|
||||
<n:td class="usuario">${i18n:_('user')}: ${templateCtrl.username}</n:td>
|
||||
<n:td><n:a href="${contextPath}/j_spring_security_logout" class="cerrar_sesion">[${i18n:_('Log out')}]</n:a></n:td>
|
||||
</n:tr>
|
||||
</n:table>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue