Changes for page Downtime Resources

Last modified by SRHC Admin on 2025/04/22 15:54

From version 21.1
edited by SRHC Admin
on 2025/04/19 22:17
Change comment: There is no comment for this version
To version 25.1
edited by SRHC Admin
on 2025/04/19 22:38
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,5 +1,10 @@
1 -{{html}}
2 -<style>
1 +{{velocity}}
2 +#if (!$hasAdmin)
3 +## Hide tabs
4 + #set($displayDocExtra = false)
5 + ## Hide viewer shortcuts in the menu
6 + #set($displayShortcuts = false)
7 +{{html clean="false"}}<style>
3 3   #xdocFooter {
4 4   display: none !important;
5 5   }
... ... @@ -9,15 +9,10 @@
9 9   #tmMoreActions {
10 10   display: none !important;
11 11   }
12 -</style>
13 -{{/html}}
14 -
15 -{{velocity}}
16 -#if (!$hasAdmin)
17 -## Hide tabs
18 - #set($displayDocExtra = false)
19 - ## Hide viewer shortcuts in the menu
20 - #set ($displayShortcuts = false)
17 + #tmDrawerActivator {
18 + display: none !important;
19 + }
20 +</style>{{/html}}
21 21  #end
22 22  {{/velocity}}
23 23