1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-18 02:41:27 +02:00

Admin Panel: Tools #170 #165

- refactoring
This commit is contained in:
Awilum
2019-06-25 20:02:53 +03:00
parent 8ebd91ea80
commit d50070e763
2 changed files with 6 additions and 4 deletions

View File

@@ -230,5 +230,7 @@
"admin_value": "Value",
"admin_activate": "Activate",
"admin_active_theme": "Active Theme",
"admin_get_more_themes": "Get More Themes"
"admin_get_more_themes": "Get More Themes",
"admin_images": "Images",
"admin_data": "Data"
}

View File

@@ -13,7 +13,7 @@
<tbody>
<tr>
<td>
Data
{{ tr('admin_data') }}
</td>
<td>
{% if doctrine_size %}{{ doctrine_size }}{% else %}0 KB{% endif %}
@@ -30,7 +30,7 @@
</tr>
<tr>
<td>
Templates
{{ tr('admin_templates') }}
</td>
<td>
{% if twig_size %}{{ twig_size }}{% else %}0 KB{% endif %}
@@ -47,7 +47,7 @@
</tr>
<tr>
<td>
Images
{{ tr('admin_images') }}
</td>
<td>
{% if glide_size %}{{ glide_size }}{% else %}0 KB{% endif %}