From 2a69c63c9529300623ec5e7001652899c95afa7e Mon Sep 17 00:00:00 2001 From: Awilum Date: Tue, 28 May 2019 10:20:31 +0300 Subject: [PATCH] Flextype Box Plugin: Admin #125 #117 - Templates Controller/Views implementation --- .../templates/extends/templates/index.html | 36 ++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) diff --git a/site/plugins/admin/views/templates/extends/templates/index.html b/site/plugins/admin/views/templates/extends/templates/index.html index ea4164ae..7cf25f48 100644 --- a/site/plugins/admin/views/templates/extends/templates/index.html +++ b/site/plugins/admin/views/templates/extends/templates/index.html @@ -50,7 +50,41 @@ {% endif %} {% if partials_list|length > 0 %} - + {% for id in partials_list %} + + + {{ id }} + + {{ tr('admin_partial') }} + +
+ {{ tr('admin_edit') }} + + +
+ + + {{ tr('admin_delete') }} + + + {% endfor %} {% endif %}