source: OpenRLabs-Git/deploy/rlabs-docker/web2py-rlabs/applications/admin/views/default.mobile/downgrade_web2py.html

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: 562 bytes
Line 
1{{extend 'default.mobile/layout.html'}}
2
3{{block sectionclass}}upgrade{{end}}
4
5<h2>{{=T('web2py downgrade')}}</h2>
6
7<p><strong>{{=T('ATTENTION:')}}</strong> {{=T('This is an experimental feature and it needs more testing. If you decide to downgrade you do it at your own risk')}}<br />
8{{=T('If start the downgrade, be patient, it may take a while to rollback')}}</p>
9
10<div>
11{{=FORM(INPUT(_type='submit',_name='nodowngrade',_value=T('Cancel')), _class='inline')}}
12{{=FORM(INPUT(_type='submit',_name='downgrade',_value=T('Downgrade')), _class='inline')}}
13</div>
14
Note: See TracBrowser for help on using the repository browser.