@@ -92,7 +92,7 @@ exclude-result-prefixes="#all"
9292 ixsl:then(ldh:rethread-response($context, ?)) =>
9393 ixsl:then(ldh:handle-response#1) =>
9494 ixsl:then(ldh:view-query-load#1)"
95- on-failure =" ldh:form-horizontal-submit-error #1" />
95+ on-failure =" ldh:promise-failure #1" />
9696 </xsl : template >
9797
9898 <!-- hide type control -->
@@ -257,7 +257,7 @@ exclude-result-prefixes="#all"
257257 ixsl:then(ldh:rethread-response($context, ?)) =>
258258 ixsl:then(ldh:handle-response#1) =>
259259 ixsl:then(ldh:result-count-results-load#1)"
260- on-failure =" ldh:form-horizontal-submit-error #1" />
260+ on-failure =" ldh:promise-failure #1" />
261261 </xsl : template >
262262
263263 <!-- order by -->
@@ -459,7 +459,7 @@ exclude-result-prefixes="#all"
459459 ixsl:then(ldh:rethread-response($context, ?)) =>
460460 ixsl:then(ldh:handle-response#1) =>
461461 ixsl:then(ldh:container-results-response#1)"
462- on-failure =" ldh:form-horizontal-submit-error #1" />
462+ on-failure =" ldh:promise-failure #1" />
463463 </xsl : template >
464464
465465 <!-- $container here is the inner result container, not the content container! -->
@@ -666,7 +666,7 @@ exclude-result-prefixes="#all"
666666 ixsl:then(ldh:rethread-response($context, ?)) =>
667667 ixsl:then(ldh:handle-response#1) =>
668668 ixsl:then(ldh:facet-filter-results-load#1)"
669- on-failure =" ldh:form-horizontal-submit-error #1" />
669+ on-failure =" ldh:promise-failure #1" />
670670 </xsl : if >
671671 </xsl : for-each >
672672 </xsl : if >
@@ -890,7 +890,7 @@ exclude-result-prefixes="#all"
890890 ixsl:then(ldh:rethread-response($context, ?)) =>
891891 ixsl:then(ldh:handle-response#1) =>
892892 ixsl:then(ldh:parallax-results-load#1)"
893- on-failure =" ldh:form-horizontal-submit-error #1" />
893+ on-failure =" ldh:promise-failure #1" />
894894 </xsl : if >
895895 </xsl : template >
896896
@@ -963,7 +963,7 @@ exclude-result-prefixes="#all"
963963 ixsl:then(ldh:rethread-response($context, ?)) =>
964964 ixsl:then(ldh:handle-response#1) =>
965965 ixsl:then(ldh:container-object-metadata-results-load#1)"
966- on-failure =" ldh:form-horizontal-submit-error #1" />
966+ on-failure =" ldh:promise-failure #1" />
967967 </xsl : template >
968968
969969 <!-- pager prev links -->
@@ -1205,7 +1205,7 @@ exclude-result-prefixes="#all"
12051205 ixsl:then(ldh:rethread-response($context, ?)) =>
12061206 ixsl:then(ldh:handle-response#1) =>
12071207 ixsl:then(ldh:facet-value-results-load#1)"
1208- on-failure =" ldh:form-horizontal-submit-error #1" />
1208+ on-failure =" ldh:promise-failure #1" />
12091209 </xsl : for-each >
12101210 </xsl : when >
12111211 <xsl : otherwise >
@@ -1565,7 +1565,7 @@ exclude-result-prefixes="#all"
15651565 ixsl:then(ldh:rethread-response($context, ?)) =>
15661566 ixsl:then(ldh:handle-response#1) =>
15671567 ixsl:then(ldh:order-by-results-load#1)"
1568- on-failure =" ldh:form-horizontal-submit-error #1" />
1568+ on-failure =" ldh:promise-failure #1" />
15691569 </xsl : if >
15701570 </xsl : for-each >
15711571 </xsl : if >
@@ -1590,7 +1590,7 @@ exclude-result-prefixes="#all"
15901590 ixsl:then(ldh:rethread-response($context, ?)) =>
15911591 ixsl:then(ldh:handle-response#1) =>
15921592 ixsl:then(ldh:container-object-metadata-results-load#1)"
1593- on-failure =" ldh:form-horizontal-submit-error #1" />
1593+ on-failure =" ldh:promise-failure #1" />
15941594
15951595 <!-- hide progress bar -->
15961596 <xsl : for-each select =" $container//div[@class = 'progress-bar']" >
@@ -1704,7 +1704,7 @@ exclude-result-prefixes="#all"
17041704 ixsl:then(ldh:rethread-response($context, ?)) =>
17051705 ixsl:then(ldh:handle-response#1) =>
17061706 ixsl:then(ldh:parallax-property-load#1)"
1707- on-failure =" ldh:form-horizontal-submit-error #1" />
1707+ on-failure =" ldh:promise-failure #1" />
17081708 </xsl : for-each-group >
17091709 </xsl : for-each >
17101710 </xsl : when >
@@ -1832,7 +1832,7 @@ exclude-result-prefixes="#all"
18321832 ixsl:then(ldh:rethread-response($context, ?)) =>
18331833 ixsl:then(ldh:handle-response#1) =>
18341834 ixsl:then(ldh:facet-value-type-load#1)"
1835- on-failure =" ldh:form-horizontal-submit-error #1" />
1835+ on-failure =" ldh:promise-failure #1" />
18361836 </xsl : for-each >
18371837 </xsl : when >
18381838 <xsl : otherwise >
0 commit comments