Artifact 75f792cca9c3ff9c15b8136c06b0e4e653d05cc6:
- File applications/admin/views/default/uninstall.html — part of check-in [eba4a35a21] at 2011-08-08 04:53:38 on branch develop — Added web2py 1.98.2 (user: spiffy, size: 304) [annotate] [blame] [check-ins using] [more...]
{{extend 'layout.html'}} <center> <h2>{{=T('Are you sure you want to uninstall application "%s"?', app)}}</h2> <table><tr> <td>{{=FORM(INPUT(_type='submit',_name='nodelete',_value=T('Abort')))}}</td> <td>{{=FORM(INPUT(_type='submit',_name='delete',_value=T('Uninstall')))}}</td> </tr></table> </center>