Changes for page Downtime Resources

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

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

Summary

Details

Page properties
Content
... ... @@ -1,10 +1,5 @@
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>
1 +{{html}}
2 +<style>
8 8   #xdocFooter {
9 9   display: none !important;
10 10   }
... ... @@ -14,10 +14,15 @@
14 14   #tmMoreActions {
15 15   display: none !important;
16 16   }
17 - #tmDrawerActivator {
18 - display: none !important;
19 - }
20 -</style>{{/html}}
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)
21 21  #end
22 22  {{/velocity}}
23 23