2 more tpl files with generic-content-wrapper-styled

This commit is contained in:
jeroenpraat 2015-10-26 22:47:47 +01:00
parent 6cb7afcbc0
commit 35857931ef
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,4 @@
<div class="generic-content-wrapper-styled">
<form action="{{$dest_url}}" id="{{$form_id}}" method="post" >
<input type="hidden" name="auth-params" value="login" />
<div id="login-main">
@ -16,4 +17,5 @@
<input type="hidden" name="{{$k}}" value="{{$v}}" />
{{/foreach}}
</form>
</div>
<script type="text/javascript"> $(document).ready(function() { $("#id_{{$lname.0}}").focus();} );</script>

View File

@ -1,3 +1,4 @@
<div class="generic-content-wrapper-styled">
<h2>{{$title}}</h2>
<form action="register" method="post" id="register-form">
@ -49,3 +50,4 @@
<div id="register-submit-end" class="register-field-end"></div>
</form>
</div>