From 6e69540cdde5f119f9d37c4a9a616285d7419e8e Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Tue, 19 Aug 2014 08:35:42 -0400 Subject: [PATCH] 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. --- templates/toolbox.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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 -- 2.17.1