From version 1.1 >
edited by Xwiki Admin
on 2018/03/14 16:00
To version < 2.1
edited by Travis Tran
on 2019/07/22 13:07
Change comment: Install extension [org.xwiki.contrib:application-help-center/1.5.1]

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.XwikiAdmin
1 +XWiki.ttran
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
... ... @@ -114,13 +114,13 @@
114 114   <ul class="noitems">
115 115   #if ($data.examples)
116 116   <li>
117 - <a href="$examplesURL">See examples</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 - Learn more
123 + $services.localization.render('help.more.label')
124 124   </a>
125 125   </li>
126 126   #end
No changes

Tips

You can click on the arrows next to the breadcrumb elements to quickly navigate to sibling and children pages.

My Recent Modifications

Need help?

If you need help with XWiki you can contact:

----------------------------