source: OpenRLabs-Git/deploy/rlabs-docker/web2py-rlabs/applications/admin/views/default/install_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: 477 bytes
Line 
1{{extend 'layout.html'}}
2{{if True:}}
3  {{=P(T("Installation of %(plugin)s for %(app)s") % dict(plugin=plugin, app=app))}}
4  {{=H3(T("Are you sure?"))}}
5  {{form.custom.submit["_value"] = T("Yes")}}
6  {{=form}}
7{{pass}}
8{{=A(T("Back to the plugins list"), _href=URL(f="plugins", args=[app,]))}}
9{{=P("Note: this is an experimental feature; If you find problems using the automatic plugin installation, try uploading the installer directly from ", A(T("here"), _href=source))}}
Note: See TracBrowser for help on using the repository browser.