main
Last change
on this file was
42bd667,
checked in by David Fuertes <dfuertes@…>, 4 years ago
|
Historial Limpio
|
-
Property mode set to
100755
|
File size:
719 bytes
|
Line | |
---|
1 | {{extend 'layout.html'}} |
---|
2 | {{block sectionclass}}change_password{{end}} |
---|
3 | <!-- begin "change_password" block --> |
---|
4 | <h2>web2py™ {{=T('Web Framework')}}</h2> |
---|
5 | <h3>{{=T('Change Admin Password')}}</h3> |
---|
6 | <div class="pwform"> |
---|
7 | {{=form.custom.begin}} |
---|
8 | {{ for fieldname in form.table.fields: }} |
---|
9 | {{if fieldname is not 'id':}} |
---|
10 | <label>{{=form.custom.label[fieldname]}}</label> |
---|
11 | {{=form.custom.widget[fieldname]}} |
---|
12 | {{pass}} |
---|
13 | {{pass}} |
---|
14 | <div class="controls"><button type="submit" class="btn">{{=T('Submit')}}</button></div> |
---|
15 | {{=form.custom.end}} |
---|
16 | </div> |
---|
17 | <script type="text/javascript"> |
---|
18 | jQuery(document).ready(function() { |
---|
19 | jQuery(":input:visible:enabled:first").focus(); |
---|
20 | }); |
---|
21 | </script> |
---|
22 | <!-- end "change_password" block --> |
---|
Note: See
TracBrowser
for help on using the repository browser.