Changes for page VelocityMacros

Last modified by Leon Poon on 2019/06/16 22:47

From version 1.1
edited by Leon Poon
on 2018/12/16 14:33
Change comment: Install extension [org.xwiki.contrib:application-help-center/1.3]
To version 2.1
edited by Leon Poon
on 2019/04/20 06:15
Change comment: Install extension [org.xwiki.contrib:application-help-center/1.4]

Summary

Details

Page properties
Content
... ... @@ -5,7 +5,7 @@
5 5  
6 6  #macro (helpActionCard $data)
7 7   <div class="well">
8 - <h3>$escapetool.xml($data.title)</h3>
8 + <h2>$escapetool.xml($data.title)</h2>
9 9   <div class="row">
10 10   <div class="col-xs-12 col-md-7">
11 11   <p>$data.description</p>
... ... @@ -41,7 +41,7 @@
41 41   <button type="button" class="close" data-dismiss="modal" aria-label="Close">
42 42   <span aria-hidden="true">&times;</span>
43 43   </button>
44 - <h4 class="modal-title" id="${id}ModalLabel">$!escapetool.xml($title)</h4>
44 + <span class="modal-title" id="${id}ModalLabel">$!escapetool.xml($title)</span>
45 45   </div>
46 46   <div class="modal-body">
47 47   <video controls autoplay>
... ... @@ -97,7 +97,7 @@
97 97   #set ($url = $documentationURL)
98 98   #end
99 99   <div class="well">
100 - <h6>
100 + <div>
101 101   <a href="$!url">
102 102   #if ($data.icon)
103 103   <span class="icon $data.icon"></span>
... ... @@ -104,7 +104,7 @@
104 104   #end
105 105   $escapetool.xml($data.title)
106 106   </a>
107 - </h6>
107 + </div>
108 108   #if ($data.description)
109 109   <p class="noitems">
110 110   $data.description