source: OpenRLabs-Git/deploy/rlabs-docker/web2py-rlabs/applications/admin/views/default.mobile/delete_plugin.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: 314 bytes
Line 
1{{extend 'default.mobile/layout.html'}}
2
3{{block sectionclass}}delete_plugin{{end}}
4
5<div>
6<h2>{{=T('Are you sure you want to delete plugin "%s"?', plugin)}}</h2>
7<p>{{=FORM(INPUT(_type='submit',_name='nodelete',_value=T('NO')))}}</p>
8<p>{{=FORM(INPUT(_type='submit',_name='delete',_value=T('YES')))}}</p>
9</div>
10
Note: See TracBrowser for help on using the repository browser.