lemonldap-ng/lemonldap-ng-portal/site/templates/bootstrap/checklogins.tpl
Xavier Guimard 18d00d44b8 Reorganize templates (#595)
- mv *.tpl in site/templates
- manage external javascripts with bower
- mv the rest in site/static
2016-04-14 05:17:51 +00:00

11 lines
318 B
Smarty

<TMPL_IF NAME="CHECK_LOGINS">
<div class="checkbox">
<label for="checkLogins">
<input type="checkbox" id="checkLogins" name="checkLogins" <TMPL_IF NAME="ASK_LOGINS">checked</TMPL_IF> />
<span trspan="checkLastLogins">Check my last logins</span>
</label>
</div>
</TMPL_IF>