From: Steve Sutton Date: Tue, 19 Aug 2014 12:35:42 +0000 (-0400) Subject: Add to toolbox.html X-Git-Tag: V1.0^2~40 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=6e69540cdde5f119f9d37c4a9a616285d7419e8e;p=web%2FKeweenaw.git Add to toolbox.html Add the id category and the class listing to the toolbox output markup. This is so the toolbox content can be hidden after a form submit. --- diff --git a/templates/toolbox.html b/templates/toolbox.html index c28266d..faa5349 100644 --- a/templates/toolbox.html +++ b/templates/toolbox.html @@ -1,4 +1,4 @@ -
+
{if:toolboxContent.glmSearch} {toolboxContent.glmSearch:h} {end:} @@ -10,7 +10,7 @@ {else:} -
+
{toolboxContent.primaryParagraph[links]:h}
@@ -53,7 +53,7 @@ {end:} {foreach:toolboxContent.secondaryParagraphs,section} -
+
{if:section[image]} {section[image]:h}
@@ -125,4 +125,6 @@
-{end:} \ No newline at end of file +{end:} + +
\ No newline at end of file