Changes for page CurriculumClassSheetLB

Last modified by Eugen Colesnicov on 2013/03/24 13:23

From version 7.1
edited by Eugen Colesnicov
on 2013/03/24 14:07
Change comment: There is no comment for this version
To version 8.1
edited by Eugen Colesnicov
on 2013/03/24 14:09
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,6 +1,11 @@
1 1  {{velocity}}
2 2  {{html wiki="true"}}
3 3  
4 +#set($docextras = [])
5 +#set ($discard = $docextras.add(['Comments', 'comments', $msg.get('docextra.comments'), $doc.getObjects('XWiki.XWikiComments').size(), 'commentsinline.vm', $msg.get('core.shortcuts.view.comments')]))
6 +#set ($discard = $docextras.add(['History', 'history', $msg.get('docextra.history'), -1, 'historyinline.vm', $msg.get('core.shortcuts.view.history')]))
7 +#set ($discard = $docextras.add(['Information', 'information', $msg.get('docextra.information'), -1, 'informationinline.vm', $msg.get('core.shortcuts.view.information')]))
8 +
4 4  $xwiki.jsfx.use("js/scriptaculous/scriptaculous.js")
5 5  $xwiki.jsx.use("XWiki.DatePickerExtension", {'defer':false})
6 6  $xwiki.ssx.use("XWiki.DatePickerExtension")
... ... @@ -47,6 +47,5 @@
47 47  #end
48 48  </table>
49 49  
50 -#set($showcomments = "no")
51 51  {{/html}}
52 52  {{/velocity}}