partial bootstrap3 port, menus broken, thanks Paolo, sorry I broke it

This commit is contained in:
Massimo
2014-02-21 11:15:43 -06:00
parent e21aca045a
commit 8e5d6bc467
17 changed files with 457 additions and 247 deletions
+4 -8
View File
@@ -116,15 +116,13 @@
{{elif request.function == 'ccache':}}
<h2>{{=T("Cache")}}</h2>
<h2>{{T("Cache")}}</h2>
<div class="list">
<div class="list-header">
<h3>{{=T("Statistics")}}</h3>
<h3>{{T("Statistics")}}</h3>
</div>
{{if request.env.web2py_runtime_gae:}}
{{=BEAUTIFY(total)}}
{{else:}}
<div class="list">
<div class="content">
<h4>{{=T("Overview")}}</h4>
<p>{{=T.M("Number of entries: **%s**", total['entries'])}}</p>
@@ -212,8 +210,6 @@
{{pass}}
</div>
{{pass}}
<div class="list-header">
<h3>{{=T("Manage Cache")}}</h3>
</div>