Wiki-Quellcode von Testtitel ausblenden

Version 60.1 von Carina Enke am 24.02.2021

Zeige letzte Bearbeiter
1 {{sv-translation language="de"}}
2 {{layout}}
3 {{layout-section ac:type="single"}}
4 {{layout-cell}}
5 \\
6
7 {{details}}
8 (% class="wrapped" %)
9 |=(((
10 Verantwortlicher
11 )))|(((
12 \\
13 )))
14 |=(% colspan="1" %)(% colspan="1" %)
15 (((
16 Status
17 )))|(% class="highlight-yellow" colspan="1" data-highlight-colour="yellow" %)(% class="highlight-yellow" colspan="1" data-highlight-colour="yellow" %)
18 (((
19 (% class="content-wrapper" %)
20 (((
21 {{sv-metadata type="workflow-status"/}}
22
23 {{status colour="Green" title="Fertig"/}}
24 )))
25 )))
26 |=(% colspan="1" %)(% colspan="1" %)
27 (((
28 Varianten
29 )))|(% colspan="1" %)(% colspan="1" %)
30 (((
31 (% class="content-wrapper" %)
32 (((
33 {{sv-metadata type="variants"/}}
34 )))
35 )))
36 |=(% colspan="1" %)(% colspan="1" %)
37 (((
38 Attribute
39 )))|(% colspan="1" %)(% colspan="1" %)
40 (((
41 (% class="content-wrapper" %)
42 (((
43 {{sv-metadata type="attributes"/}}
44 )))
45 )))
46 |=(% colspan="1" %)(% colspan="1" %)
47 (((
48 Pagekey
49 )))|(% colspan="1" %)(% colspan="1" %)
50 (((
51 (% class="content-wrapper" %)
52 (((
53 {{sv-metadata type="pagekey"/}}
54 )))
55 )))
56 |=(% colspan="1" %)(% colspan="1" %)
57 (((
58 Übersetzung
59 )))|(% colspan="1" %)(% colspan="1" %)
60 (((
61 (% class="content-wrapper" %)
62 (((
63 Hide Test Title (CSS) 
64
65 {{status colour="Green" title="fertig"/}}
66 )))
67 )))
68 |=(% colspan="1" %)(% colspan="1" %)
69 (((
70 TODOs
71 )))|(% colspan="1" %)(% colspan="1" %)
72 (((
73 (% class="content-wrapper" %)
74 (((
75 (% class="task-list" %)
76 (((
77 {{task reference="/Tasks/Task_11" status="Done"}}
78 carina {{mention reference="XWiki.0a49950f5c0f19a8015c101b60e10001" style="FULL_NAME" anchor="XWiki-0a49950f5c0f19a8015c101b60e10001-vddhx"/}} Ausgelagert in neuen Abschnitt (klein)
79 {{/task}}
80 )))
81 )))
82 )))
83 {{/details}}
84 {{/layout-cell}}
85 {{/layout-section}}
86
87 {{layout-section ac:type="single"}}
88 {{layout-cell}}
89 Bei der Testdurchführung wird der Testtitel im linken, oberen Bereich angezeigt. Sie können den Testtitel mit einer eigenen Stylesheet-Datei (CSS) ausblenden.
90
91 [[image:attach:Testrun - Testtitel wird angezeigt_de.png]] [[image:attach:Testrun - Testtitel ausgeblendet_de.png]]
92
93 Verwenden Sie folgende CSS-Anweisung:
94
95 {{code}}
96 .nav-header h1 {display: none !important;}
97 {{/code}}
98
99 Speichern Sie die Anweisung in einer CSS-Datei (.css). Fügen Sie die CSS-Datei dem Testinhalt hinzu, indem Sie die CSS-Datei als Stylesheet-Datei im Tab **//Optionen//** im Abschnitt Layout-Einstellungen hochladen.
100 {{/layout-cell}}
101 {{/layout-section}}
102 {{/layout}}
103 {{/sv-translation}}
104
105 {{sv-translation language="en"}}
106 When performing a test, the test title is displayed in the upper left pane. You may hide the test title using your own style sheet file (CSS).
107
108 [[image:attach:Testrun - Testtitel wird angezeigt_de.png]][[image:attach:Testrun - Testtitel ausgeblendet_de.png]]
109
110 To do this, use the following CSS statement:
111
112 {{code}}
113 .nav-header h1 {display: none !important;}
114 {{/code}}
115
116 Save the statement in a CSS file (.css). Then add the CSS file to the test content by uploading it as a style sheet file to the **//Layout settings//** section in the //**Options**// tab.
117 {{/sv-translation}}