Changes for page VelocityMacros
Last modified by Leon Poon on 2019/06/16 22:47
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -5,7 +5,7 @@ 5 5 6 6 #macro (helpActionCard $data) 7 7 <div class="well"> 8 - <h 3>$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">×</span> 43 43 </button> 44 - < h4class="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 ... ... @@ -114,13 +114,13 @@ 114 114 <ul class="noitems"> 115 115 #if ($data.examples) 116 116 <li> 117 - <a href="$examplesURL"> Sees</a>117 + <a href="$examplesURL">$services.localization.render('help.example.label')</a> 118 118 </li> 119 119 #end 120 120 #if ($data.documentation) 121 121 <li> 122 122 <a href="$documentationURL"#if ($externalDocumentation) class="wikiexternallink"#end> 123 - Learn123 + $services.localization.render('help.more.label') 124 124 </a> 125 125 </li> 126 126 #end