partial mobile admin

This commit is contained in:
Massimo Di Pierro
2011-11-28 00:18:26 -06:00
parent eaaa5de179
commit 6b4c6d478b
38 changed files with 1766 additions and 2 deletions
@@ -0,0 +1,9 @@
{{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>