source: OpenRLabs-Git/deploy/rlabs-docker/web2py-rlabs/applications/admin/views/default.mobile/uninstall.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: 320 bytes
Line 
1{{extend 'default.mobile/layout.html'}}
2
3<center>
4<h2>{{=T('Are you sure you want to uninstall application "%s"?', app)}}</h2>
5<table><tr>
6<td>{{=FORM(INPUT(_type='submit',_name='nodelete',_value=T('Abort')))}}</td>
7<td>{{=FORM(INPUT(_type='submit',_name='delete',_value=T('Uninstall')))}}</td>
8</tr></table>
9</center>
10
Note: See TracBrowser for help on using the repository browser.