added remember me checkbox to diabook login template
This commit is contained in:
parent
964f2bc4b1
commit
d4d3fa90e7
1 changed files with 3 additions and 0 deletions
|
@ -18,6 +18,9 @@
|
||||||
</div>
|
</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
|
{{include file="field_checkbox.tpl" field=$lremember}}
|
||||||
|
|
||||||
|
|
||||||
<div id="login-submit-wrapper" >
|
<div id="login-submit-wrapper" >
|
||||||
<input type="submit" name="submit" id="login-submit-button" value="{{$login}}" />
|
<input type="submit" name="submit" id="login-submit-button" value="{{$login}}" />
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue