Changes for page Parent-Child Live Table
Last modified by Ricardo Julio Rodríguez Fernández on 2024/09/04 06:34
From version 4.2
edited by Ricardo Julio Rodríguez Fernández
on 2024/09/02 23:19
on 2024/09/02 23:19
Change comment:
There is no comment for this version
To version 2.1
edited by Ricardo Julio Rodríguez Fernández
on 2024/08/22 17:57
on 2024/08/22 17:57
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Objects (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,2 +1,6 @@ 1 1 {{parentschildrenlivetable space="CustomExtension/TopPanelMenu/Content"/}} 2 2 3 +{{velocity}} 4 +$hasAdmin 5 +$hasProgramming 6 +{{/velocity}}
- XWiki.StyleSheetExtension[0]
-
- Code
-
... ... @@ -1,0 +1,37 @@ 1 +#hierarchy { 2 + display:none; 3 +} 4 + 5 +#hierarchy_breadcrumb { 6 + display:none; 7 +} 8 + 9 +.row.document-header { 10 + display:none; 11 +} 12 + 13 +.main hr {display:none;} 14 + 15 +#xwikidata { 16 + display:none; 17 +} 18 + 19 +#xdocFooter { 20 + display:none; 21 +} 22 + 23 +.xdocLastModification { 24 + display:none; 25 +} 26 + 27 +.document-menu { 28 + display:none; 29 +} 30 + 31 +#document-title h1 { 32 + display:none; 33 +} 34 + 35 +#xwikipaneltitle h2 { 36 + display:none; 37 +}