From: Steve Sutton Date: Tue, 19 Aug 2014 19:54:09 +0000 (-0400) Subject: template toolbox update X-Git-Tag: V1.0^2~15 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=801daac467bce12760f7a78df6b5d237bf87c73a;p=web%2FKeweenaw.git template toolbox update move the sections just below the category output --- 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:}