Added missing plugin download views

This commit is contained in:
spametki
2013-10-14 15:12:14 -03:00
parent 62061ae737
commit 37e0e1c384
2 changed files with 14 additions and 0 deletions
@@ -0,0 +1,9 @@
{{extend 'layout.html'}}
{{if True:}}
{{=P(T("Installation of %(plugin)s for %(app)s") % dict(plugin=plugin, app=app))}}
{{=H3(T("Are you sure?"))}}
{{form.custom.submit["_value"] = T("Yes")}}
{{=form}}
{{pass}}
{{=A(T("Back to the plugins list"), _href=URL(f="plugins", args=[app,]))}}
{{=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))}}
@@ -0,0 +1,5 @@
{{extend 'layout.html'}}
{{=H3("Available plugins")}}
{{=P("Source: web2pyslices")}}
{{=plugins}}