source: OpenRLabs-Git/deploy/rlabs-docker/web2py-rlabs/applications/admin/views/default/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: 453 bytes
Line 
1{{extend 'layout.html'}}
2{{
3dlg = dialog
4smt_button = dlg.element(_type="submit")
5smt_button['_class'] = 'btn'
6smt_button['_style'] = 'margin-right:4px;'
7ccl_button = dlg.element(_type="button")
8ccl_button['_class'] = 'btn'
9}}
10{{block sectionclass}}delete_plugin{{end}}
11<!-- begin "delete_plugin" block -->
12<h2>{{=T('Are you sure you want to delete plugin "%s"?', plugin)}}</h2>
13<div class="center">
14{{=dialog}}
15</div>
16<!-- end "delete_plugin" block -->
Note: See TracBrowser for help on using the repository browser.