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