blob: 5e8cb5f47c66223c2a61fc2c0921f64544ed879e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<h2>{{$title}}</h2>
<h3>{{$account.account_email}}</h3>
<form action="admin/account_edit/{{$account.account_id}}" method="post" >
<input type="hidden" name="aid" value="{{$account.account_id}}" />
{{include file="field_password.tpl" field=$pass1}}
{{include file="field_password.tpl" field=$pass2}}
<input type="submit" name="submit" value="{{$submit}}" />
</form>
|