partial bootstrap3 port, menus broken, thanks Paolo, sorry I broke it
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user