From 3066ae4b0e0a315149d88f3d0f161cf3855657d0 Mon Sep 17 00:00:00 2001 From: Awilum Date: Wed, 29 Jan 2020 19:58:27 +0300 Subject: [PATCH] feat(admin-plugin): udpate admin templates #211 --- .../admin/templates/extends/snippets/add.html | 42 +++++++------- .../templates/extends/snippets/edit.html | 18 +++--- .../templates/extends/snippets/rename.html | 30 +++++----- .../extends/themes/templates/add.html | 58 +++++++++---------- .../extends/themes/templates/edit.html | 22 ++++--- .../extends/themes/templates/rename.html | 34 +++++------ 6 files changed, 100 insertions(+), 104 deletions(-) diff --git a/site/plugins/admin/templates/extends/snippets/add.html b/site/plugins/admin/templates/extends/snippets/add.html index 39da1e8b..bb0c631f 100644 --- a/site/plugins/admin/templates/extends/snippets/add.html +++ b/site/plugins/admin/templates/extends/snippets/add.html @@ -1,27 +1,27 @@ {% extends "plugins/admin/templates/partials/base.html" %} {% block content %} -
- {{ csrf() }} -
-
-
- - - {{ tr('admin_help_text_for_snippets_name') }} -
-
-
- - - + + {{ csrf() }} +
+
+
+ + + {{ tr('admin_help_text_for_snippets_name') }} +
+
+
+ + + +
-
- -{% endblock %} + +{% endblock %} \ No newline at end of file diff --git a/site/plugins/admin/templates/extends/snippets/edit.html b/site/plugins/admin/templates/extends/snippets/edit.html index c7270d42..82dde786 100644 --- a/site/plugins/admin/templates/extends/snippets/edit.html +++ b/site/plugins/admin/templates/extends/snippets/edit.html @@ -1,16 +1,14 @@ {% extends "plugins/admin/templates/partials/base.html" %} {% block content %} -
- {{ csrf() }} - - -
-
-
+ + {{ csrf() }} + + +
+
-
- -{% endblock %} + +{% endblock %} \ No newline at end of file diff --git a/site/plugins/admin/templates/extends/snippets/rename.html b/site/plugins/admin/templates/extends/snippets/rename.html index bd839332..fa66aa17 100644 --- a/site/plugins/admin/templates/extends/snippets/rename.html +++ b/site/plugins/admin/templates/extends/snippets/rename.html @@ -1,20 +1,20 @@ {% extends "plugins/admin/templates/partials/base.html" %} {% block content %} -
- {{ csrf() }} - -
-
-
- - - {{ tr('admin_help_text_for_snippets_name') }} -
-
- + + {{ csrf() }} + +
+
+
+ + + {{ tr('admin_help_text_for_snippets_name') }} +
+
+ +
-
- -{% endblock %} + +{% endblock %} \ No newline at end of file diff --git a/site/plugins/admin/templates/extends/themes/templates/add.html b/site/plugins/admin/templates/extends/themes/templates/add.html index e250a27a..ca9110b9 100644 --- a/site/plugins/admin/templates/extends/themes/templates/add.html +++ b/site/plugins/admin/templates/extends/themes/templates/add.html @@ -1,35 +1,35 @@ {% extends "plugins/admin/templates/partials/base.html" %} {% block content %} -
- {{ csrf() }} - -
-
-
- - - {{ tr('admin_help_text_for_temlates_name') }} -
-
- - -
-
-
- - - + + {{ csrf() }} + +
+
+
+ + + {{ tr('admin_help_text_for_temlates_name') }} +
+
+ + +
+
+
+ + + +
-
- -{% endblock %} + +{% endblock %} \ No newline at end of file diff --git a/site/plugins/admin/templates/extends/themes/templates/edit.html b/site/plugins/admin/templates/extends/themes/templates/edit.html index 50cb10ef..5fef62e3 100644 --- a/site/plugins/admin/templates/extends/themes/templates/edit.html +++ b/site/plugins/admin/templates/extends/themes/templates/edit.html @@ -1,18 +1,16 @@ {% extends "plugins/admin/templates/partials/base.html" %} {% block content %} -
- {{ csrf() }} - - - - -
-
-
+ + {{ csrf() }} + + + + +
+
-
- -{% endblock %} + +{% endblock %} \ No newline at end of file diff --git a/site/plugins/admin/templates/extends/themes/templates/rename.html b/site/plugins/admin/templates/extends/themes/templates/rename.html index 122d2c81..01fe0ee3 100644 --- a/site/plugins/admin/templates/extends/themes/templates/rename.html +++ b/site/plugins/admin/templates/extends/themes/templates/rename.html @@ -1,22 +1,22 @@ {% extends "plugins/admin/templates/partials/base.html" %} {% block content %} -
- {{ csrf() }} - - - -
-
-
- - - {{ tr('admin_help_text_for_temlates_name') }} -
-
- + + {{ csrf() }} + + + +
+
+
+ + + {{ tr('admin_help_text_for_temlates_name') }} +
+
+ +
-
- -{% endblock %} + +{% endblock %} \ No newline at end of file