Revision 3a0fddbe
Von Cem Aydin vor etwa 4 Jahren hinzugefügt
css/less/menu_frame_header.less | ||
---|---|---|
63 | 63 |
color: @dashbrd_link_hover ; |
64 | 64 |
text-decoration: @dashbrd_link_deco; /*underline*/ |
65 | 65 |
} |
66 |
span.mandate{
|
|
66 |
span.client{
|
|
67 | 67 |
text-transform: uppercase ; |
68 | 68 |
font-size: 130% ; |
69 | 69 |
} |
... | ... | |
144 | 144 |
} // /div.frame-header-quicksearch |
145 | 145 |
|
146 | 146 |
} /* /#frame-header */ |
147 |
|
|
148 |
|
|
149 |
|
css/style.css | ||
---|---|---|
331 | 331 |
text-decoration: underline; |
332 | 332 |
/*underline*/ |
333 | 333 |
} |
334 |
#frame-header span.frame-header-element span.mandate {
|
|
334 |
#frame-header span.frame-header-element span.client {
|
|
335 | 335 |
text-transform: uppercase ; |
336 | 336 |
font-size: 130% ; |
337 | 337 |
} |
templates/webpages/menu/header.html | ||
---|---|---|
11 | 11 |
</span> |
12 | 12 |
[% END %] |
13 | 13 |
<span class="frame-header-element frame-header-right"> |
14 |
<span title="[% 'Mandate' | $T8 %]" class="mandate">[% AUTH.client.name | html %]</span>
|
|
14 |
<span title="[% 'Client' | $T8 %]" class="client">[% AUTH.client.name | html %]</span>
|
|
15 | 15 |
<span><a href="am.pl?action=config" title="[% 'User' | $T8 %]: [% MYCONFIG.login | html %] / [% 'Client' | $T8 %]: [% AUTH.client.name | html %]"><!-- [% #MYCONFIG.login | html %] / [% #AUTH.client.name | html %] --><img alt="[% 'User' | $T8 %]/[% 'Client' | $T8 %]" src="image/header-icon-user.png"></a></span> |
16 | 16 |
<span><a href="controller.pl?action=LoginScreen/logout" target="_top" title="[% 'Logout now' | $T8 %]"><img alt="[% 'Logout' | $T8 %]" src="image/header-icon-logout.png"></a></span> |
17 | 17 |
</span> |
Auch abrufbar als: Unified diff
Neues Design Bugfix: #384 Teil: Übersetzung in Template korrigiert
(gem. locale/de/missing)
- CSS Klassenname korrigiert
- css/style.css neu erzeugt