@@ -847,20 +847,6 @@ Authors:
847
847
</xsl : for-each >
848
848
</td ></tr >
849
849
</xsl : if >
850
- <xsl : variable name =" check_system_details_ret" >
851
- <xsl : call-template name =" check-system-details" >
852
- <xsl : with-param name =" check" select =" cdf:check" />
853
- <xsl : with-param name =" oval-tmpl" select =" $oval-tmpl" />
854
- <xsl : with-param name =" sce-tmpl" select =" $sce-tmpl" />
855
- <xsl : with-param name =" result" select =" $result" />
856
- </xsl : call-template >
857
- </xsl : variable >
858
-
859
- <xsl : if test =" normalize-space($check_system_details_ret)" >
860
- <tr ><td colspan =" 2" ><div class =" check-system-details" >
861
- <xsl : copy-of select =" $check_system_details_ret" />
862
- </div ></td ></tr >
863
- </xsl : if >
864
850
<xsl : if test =" cdf:message" >
865
851
<tr ><td colspan =" 2" ><div class =" evaluation-messages" >
866
852
<span class =" label label-default" ><abbr title =" Messages taken from rule-result" >Evaluation messages</abbr ></span >
@@ -891,7 +877,7 @@ Authors:
891
877
</div ></td ></tr >
892
878
</xsl : for-each >
893
879
<xsl : for-each select =" $item/cdf:fix" >
894
- <tr ><td colspan =" 2" ><div class =" remediation" >
880
+ <tr class = " noprint " ><td colspan =" 2" ><div class =" remediation" >
895
881
<xsl : call-template name =" show-fix" >
896
882
<xsl : with-param name =" fix" select =" ." />
897
883
<xsl : with-param name =" testresult" select =" $testresult" />
@@ -947,6 +933,20 @@ Authors:
947
933
<xsl : with-param name =" profile" select =" $profile" />
948
934
<xsl : with-param name =" result" select =" $result" />
949
935
</xsl : call-template >
936
+ <xsl : variable name =" check_system_details_ret" >
937
+ <xsl : call-template name =" check-system-details" >
938
+ <xsl : with-param name =" check" select =" cdf:check" />
939
+ <xsl : with-param name =" oval-tmpl" select =" $oval-tmpl" />
940
+ <xsl : with-param name =" sce-tmpl" select =" $sce-tmpl" />
941
+ <xsl : with-param name =" result" select =" $result" />
942
+ </xsl : call-template >
943
+ </xsl : variable >
944
+
945
+ <xsl : if test =" normalize-space($check_system_details_ret)" >
946
+ <div class =" check-system-details" >
947
+ <xsl : copy-of select =" $check_system_details_ret" />
948
+ </div >
949
+ </xsl : if >
950
950
</div >
951
951
</div >
952
952
</xsl : if >
@@ -991,7 +991,7 @@ Authors:
991
991
<xsl : with-param name =" item" select =" $benchmark" />
992
992
<xsl : with-param name =" profile" select =" $profile" />
993
993
</xsl : call-template >
994
- <a href =" #result-details" ><button type =" button" class =" btn btn-secondary" >Scroll back to the first rule</button ></a >
994
+ <a href =" #result-details" ><button type =" button" class =" btn btn-secondary noprint " >Scroll back to the first rule</button ></a >
995
995
</div >
996
996
</xsl : template >
997
997
0 commit comments