Jane --

> When I added the TMPL_VAR statements into the various .tmpl files, I
> definitely added a closing TMPL_IF statement for each one.   I'm positive of
> that because I was doing them in pairs.
>
If you did, it wasn't part of the same commit from which this patch was
generated.

You can see in this notation:

diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tmpl
b/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tmpl
index 60c7858..e7e4ec1 100644
--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tmpl
+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tmpl
@@ -279,9 +279,10 @@ $(document).ready(function(){
            <!-- TMPL_IF EXPR="opacbookbag || virtualshelves" -->
               <span class="addto"></span>
            <!-- /TMPL_IF -->
*+*               <!-- *TMPL_IF* NAME="opacuserlogin" --><!--
*TMPL_IF*NAME="RequestOnOpac" -->
                   <span id="placehold"><!-- input class="submit"
type="submit" value="Place Hold"/ --></span>
            <div id="holdDetails"></div>
-
*+*            <!-- */TMPL_IF* -->
                       <!-- TMPL_IF NAME="TagsEnabled" -->
            <!-- TMPL_IF NAME="TagsInputOnList" -->
                <span id="tagsel_span"></span>


Two TMPL_IF get added, but only one /TMPL_IF.
-- 
Joe Atzberger
LibLime - Open Source Library Solutions
_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha.org/mailman/listinfo/koha-patches

Reply via email to