Skip to content

Commit b1b6d93

Browse files
44405: links should be marked as a list (ILIAS-eLearning#10138)
1 parent ea578a3 commit b1b6d93

File tree

3 files changed

+31
-8
lines changed

3 files changed

+31
-8
lines changed

components/ILIAS/Init/templates/default/tpl.logout.html

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,20 @@
22
{LPE}
33
</div>
44
<div class="ilStartupSection">
5-
<p><a class="il_ContainerItemCommand" href="./login.php{CLIENT_ID}">{TXT_LOGIN}</a>&nbsp;
6-
<!-- BEGIN homelink -->
7-
<a class="il_ContainerItemCommand" href="./index.php{CLIENT_ID}">{TXT_HOME}</a>
8-
<!-- END homelink -->
9-
<!-- BEGIN client_list -->
10-
<a class="il_ContainerItemCommand" href="{CMD_CLIENT_LIST}">{TXT_CLIENT_LIST}</a>
11-
<!-- END client_list -->
5+
<ul class="ilStartupSectionLoginLinks">
6+
<li>
7+
<a class="il_ContainerItemCommand" href="./login.php{CLIENT_ID}">{TXT_LOGIN}</a>
8+
</li>
9+
<!-- BEGIN homelink -->
10+
<li>
11+
<a class="il_ContainerItemCommand" href="./index.php{CLIENT_ID}">{TXT_HOME}</a>
12+
</li>
13+
<!-- END homelink -->
14+
15+
<!-- BEGIN client_list -->
16+
<li>
17+
<a class="il_ContainerItemCommand" href="{CMD_CLIENT_LIST}">{TXT_CLIENT_LIST}</a>
18+
</li>
19+
<!-- END client_list -->
20+
</ul>
1221
</div>

templates/default/070-components/legacy/Services/_component_init.scss

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,13 @@ ul.ilStartupSectionRegistrationLinks {
4545
}
4646
}
4747

48+
ul.ilStartupSectionLoginLinks {
49+
list-style: none;
50+
li {
51+
display: inline-block;
52+
}
53+
}
54+
4855
div.ilStartupSection form.form-horizontal {
4956
border: $il-panel-border;
5057
border-radius: $il-panel-border-radius;
@@ -63,4 +70,4 @@ div.ilStartupSection form.form-horizontal {
6370
@media only screen and (max-width: $il-grid-float-breakpoint-max) {
6471
width: auto;
6572
}
66-
}
73+
}

templates/default/delos.css

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)