Changes for page BDP Help Platform
Last modified by administrator BDP on 2025/08/01 12:55
From version 45.2
edited by administrator BDP
on 2025/05/19 16:29
on 2025/05/19 16:29
Change comment:
There is no comment for this version
To version 47.2
edited by administrator BDP
on 2025/08/01 12:45
on 2025/08/01 12:45
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Objects (1 modified, 1 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -32,7 +32,9 @@ 32 32 ** Team R&D (Research & Development) e/o dai partner di BDP nel caso di segnalazione guasti 33 33 ** Strutture interne sistemistiche e di sviluppo in caso di //change request//. 34 34 35 + 35 35 Tutte le richieste sono tracciate con il sistema di //trouble ticketing// di BDP che è in grado di registrare l'intero processo di workflow, dall'apertura del ticket sino alla sua chiusura, evidenziando le tempistiche dei singoli step. 37 + 36 36 37 37 {{box}} 38 38 Per ulteriori informazioni potete contattare l'Helpdesk di BDP via email all'indirizzo [[mailto:helpdesk.bdp@basedigitalegroup.com]] oppure secondo le modalità descritte nel sito [[HelpDesk>>https://ifmgroupcustomerservice.powerappsportals.com/||rel="noopener noreferrer" target="new"]] di BDP.
- XWiki.StyleSheetExtension[0]
-
- Code
-
... ... @@ -1,4 +1,4 @@ 1 -main th, .main td, .wiki-table th, .wiki-table td { 1 +main th, .main td, .wiki-table th, .wiki-table td { 2 2 border: 1px solid #F0F0F0; 3 3 padding: 5px; 4 4 } ... ... @@ -8,7 +8,7 @@ 8 8 } 9 9 10 10 #xwikicontent table td { 11 - border: 1;11 + 12 12 padding: 4; 13 13 } 14 14
- XWiki.StyleSheetExtension[2]
-
- Caching policy
-
... ... @@ -1,0 +1,1 @@ 1 +default - Code
-
... ... @@ -1,0 +1,21 @@ 1 +ol.custom-counter { 2 + list-style: none; /* Rimuove i numeri di default */ 3 + counter-reset: my-counter; 4 + padding-left: 0; 5 +} 6 + 7 +ol.custom-counter li { 8 + counter-increment: my-counter; 9 + position: relative; 10 + padding-left: 2em; /* Spazio per i numeri */ 11 + margin-bottom: 0.5em; 12 +} 13 + 14 +ol.custom-counter li::before { 15 + content: counter(my-counter) "."; 16 + position: absolute; 17 + left: 0; 18 + font-weight: bold; 19 + color: #B3003C; 20 +} 21 + - Content Type
-
... ... @@ -1,0 +1,1 @@ 1 +CSS - Name
-
... ... @@ -1,0 +1,1 @@ 1 +Style for numbered list - Parse content
-
... ... @@ -1,0 +1,1 @@ 1 +No - Use this extension
-
... ... @@ -1,0 +1,1 @@ 1 +always