From 1365f18398bcba4e9883417ca05add7d89898918 Mon Sep 17 00:00:00 2001 From: kipukun Date: Fri, 2 Jun 2017 16:35:42 -0400 Subject: [PATCH] Make forms look a little better (#885) --- templates/admin/paneltorrentedit.html | 18 +++++++++--------- templates/admin/reassign.html | 6 +++--- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/templates/admin/paneltorrentedit.html b/templates/admin/paneltorrentedit.html index 02100c3c..e4e6465b 100644 --- a/templates/admin/paneltorrentedit.html +++ b/templates/admin/paneltorrentedit.html @@ -3,21 +3,21 @@

{{ call $.T "torrent_edit_panel" }}

{{with .Form}} -
+ {{ block "csrf_field" $ }}{{end}} {{ range (index $.FormInfos "infos")}} -
× {{ . }}
+

{{ . }}

{{end}} {{ range (index $.FormErrors "errors")}} -
× {{ . }}
+

{{ . }}

{{end}}
- +
- {{ range $name_cat, $id_cat := (GetCategories false) }} @@ -26,7 +26,7 @@
- @@ -42,14 +42,14 @@ {{ end }}
- +

{{call $.T "description_markdown_notice"}}

- +
- +
{{end}} diff --git a/templates/admin/reassign.html b/templates/admin/reassign.html index 94ff271a..4045b825 100644 --- a/templates/admin/reassign.html +++ b/templates/admin/reassign.html @@ -15,7 +15,7 @@ {{with .Form}}
- +

@@ -25,12 +25,12 @@

{{call $.T "reassign_indication"}}

- +
{{end}}

{{ call $.T "reassign_warning_2" }}

- +
{{end}}