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:
666 bytes
|
Line | |
---|
1 | {{extend 'layout.html'}} |
---|
2 | {{ |
---|
3 | dlg = dialog |
---|
4 | smt_button = dlg.element(_type="submit") |
---|
5 | smt_button['_class'] = 'btn' |
---|
6 | smt_button['_style'] = 'margin-right:4px;' |
---|
7 | ccl_button = dlg.element(_type="button") |
---|
8 | ccl_button['_class'] = 'btn' |
---|
9 | }} |
---|
10 | {{block sectionclass}}upgrade{{end}} |
---|
11 | <!-- begin "shell" block --> |
---|
12 | <h2>{{=T('web2py upgrade')}}</h2> |
---|
13 | <p class="center"><div class="alert"><strong class="att">{{=T('ATTENTION:')}}</strong> {{=T('This is an experimental feature and it needs more testing. If you decide to upgrade you do it at your own risk')}}<br /> |
---|
14 | {{=T('If start the upgrade, be patient, it may take a while to download')}}</p></div> |
---|
15 | <div class="center"> |
---|
16 | {{=dialog}} |
---|
17 | </div> |
---|
Note: See
TracBrowser
for help on using the repository browser.