2 more tpl files with generic-content-wrapper-styled
This commit is contained in:
parent
6cb7afcbc0
commit
35857931ef
@ -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>
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user