From 9c95cca5bb7181f4e67383d896e1c915e2538211 Mon Sep 17 00:00:00 2001 From: Awilum Date: Mon, 27 Jan 2020 13:46:03 +0300 Subject: [PATCH] feat(admin-plugin): update fieldsets add templates #211 --- .../templates/extends/fieldsets/add.html | 64 ++++++++++--------- 1 file changed, 33 insertions(+), 31 deletions(-) diff --git a/site/plugins/admin/templates/extends/fieldsets/add.html b/site/plugins/admin/templates/extends/fieldsets/add.html index a64e320f..22f95bfb 100644 --- a/site/plugins/admin/templates/extends/fieldsets/add.html +++ b/site/plugins/admin/templates/extends/fieldsets/add.html @@ -3,37 +3,39 @@ {% block content %}
{{ csrf() }} -
-
- - - {{ tr('admin_help_text_for_fieldsets_label') }} -
-
- - - {{ tr('admin_help_text_for_fieldsets_name') }} -
-
- - - {{ tr('admin_help_text_for_fieldsets_icon', {':link': 'fontawesome'})|raw }} -
-
- - - {{ tr('admin_help_text_for_fieldsets_hide') }} -
-
- - -