From 801daac467bce12760f7a78df6b5d237bf87c73a Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Tue, 19 Aug 2014 15:54:09 -0400 Subject: [PATCH] template toolbox update move the sections just below the category output --- templates/toolbox.html | 62 ++++++++++++++++++++---------------------- 1 file changed, 30 insertions(+), 32 deletions(-) diff --git a/templates/toolbox.html b/templates/toolbox.html index 678d0b7..76e59cb 100644 --- a/templates/toolbox.html +++ b/templates/toolbox.html @@ -27,6 +27,36 @@ {end:} + {foreach:toolboxContent.secondaryParagraphs,section} +
+ {if:section[image]} + {section[image]:h} +
+

{section[title]}

+ {section[description]:h} +
+ {else:} +
+

{section[title]}

+ {section[description]:h} +
+ {end:} +
+ {if:section[files]} +
+
+ {section[files]:h} +
+
+ {end:} + {if:section[back_to_top]} +
+
+ {section[back_to_top]:h} +
+
+ {end:} + {end:} {if:toolboxContent.profile}
@@ -56,38 +86,6 @@
{end:} - {foreach:toolboxContent.secondaryParagraphs,section} -
- {if:section[image]} - {section[image]:h} -
-

{section[title]}

- {section[description]:h} -
- {else:} -
-

{section[title]}

- {section[description]:h} -
- {end:} - -
- {if:section[files]} -
-
- {section[files]:h} -
-
- {end:} - {if:section[back_to_top]} -
-
- {section[back_to_top]:h} -
-
- {end:} - {end:} - {if:toolboxContent.photos} {toolboxContent.photos:h} {end:} -- 2.17.1