Revision 61d89baf
Von Sven Donath vor mehr als 14 Jahren hinzugefügt
SL/Form.pm | ||
---|---|---|
466 | 466 |
|
467 | 467 |
if (!$self->{header}) { |
468 | 468 |
$self->header; |
469 |
print qq| |
|
470 |
<body>|; |
|
469 |
print qq|<body>|; |
|
471 | 470 |
} |
472 | 471 |
|
473 | 472 |
print qq| |
474 |
|
|
475 |
<p><b>$msg</b> |
|
473 |
<p class="message_ok"><b>$msg</b></p> |
|
474 |
|
|
475 |
</body> |
|
476 | 476 |
|; |
477 | 477 |
|
478 | 478 |
} else { |
css/Mobile.css | ||
---|---|---|
95 | 95 |
border-width:1px; |
96 | 96 |
background:#D4D0C8; |
97 | 97 |
} |
98 |
|
|
99 |
.message_ok { |
|
100 |
font-size: 10pt; |
|
101 |
padding:3px; |
|
102 |
background-color: lightgreen; |
|
103 |
color: black; |
|
104 |
font-weight: bolder; |
|
105 |
text-align:center; |
|
106 |
border-style:solid; |
|
107 |
border-width:thin; |
|
108 |
} |
|
109 |
|
|
110 |
.message_error { |
|
111 |
font-size: 10pt; |
|
112 |
padding:5px; |
|
113 |
background-color: #FFAAAA; |
|
114 |
color: white; |
|
115 |
font-weight: bolder; |
|
116 |
text-align:center; |
|
117 |
border-style:solid; |
|
118 |
border-width:thin; |
|
119 |
} |
|
120 |
|
|
98 | 121 |
/* Bei Listen den Farbwechsel zur besseren Lesbarkeit: */ |
99 | 122 |
.listrow1 { background-color: #C8D4C6; color: black; vertical-align: top; } |
100 | 123 |
.listrow0 { background-color: white; color: black; vertical-align: top; } |
css/lx-office-erp.css | ||
---|---|---|
81 | 81 |
color: black; |
82 | 82 |
} |
83 | 83 |
|
84 |
.message_ok { |
|
85 |
font-size: 12pt; |
|
86 |
padding:5px; |
|
87 |
background-color: lightgreen; |
|
88 |
color: black; |
|
89 |
font-weight: bolder; |
|
90 |
text-align:center; |
|
91 |
border-style:solid; |
|
92 |
border-width:thin; |
|
93 |
} |
|
94 |
|
|
95 |
.message_error { |
|
96 |
font-size: 12pt; |
|
97 |
padding:5px; |
|
98 |
background-color: #FFAAAA; |
|
99 |
color: black; |
|
100 |
font-weight: bolder; |
|
101 |
text-align:center; |
|
102 |
border-style:solid; |
|
103 |
border-width:thin; |
|
104 |
} |
|
84 | 105 |
|
85 | 106 |
/* |
86 | 107 |
?berschriftsbalken |
templates/webpages/generic/error.html | ||
---|---|---|
1 | 1 |
[%- USE T8 %] |
2 | 2 |
[% USE HTML %]<body> |
3 | 3 |
|
4 |
<div class="listtop">[% IF title_error %][% title_error %][% ELSE %][% 'Error!' | $T8 %][% END %]</div>
|
|
4 |
<div class="message_error">[% IF title_error %][% title_error %][% ELSE %][% 'Error!' | $T8 %][% END %]</div>
|
|
5 | 5 |
|
6 | 6 |
<p>[% label_error %]</p> |
7 | 7 |
|
templates/webpages/generic/information.html | ||
---|---|---|
2 | 2 |
[% USE HTML %]<body> |
3 | 3 |
<table width="100%"> |
4 | 4 |
<tr> |
5 |
<th class="listtop">[% IF title_information %][% title_information %][% ELSE %][% 'Information' | $T8 %][% END %]</th>
|
|
5 |
<th class="message_ok">[% IF title_information %][% title_information %][% ELSE %][% 'Information' | $T8 %][% END %]</th>
|
|
6 | 6 |
</tr> |
7 | 7 |
<tr height="5"></tr> |
8 | 8 |
|
Auch abrufbar als: Unified diff
message_ok und message_error CSS-Styles eingefügt. Msg-Ausgabe etwas repariert. Hat noch Potential.
Nachtrag zum vorigen Commit: Die Bezeichnung des seitlichen Menüs habe ich von 'Alt (seitlich)' auf 'Links (HTML)' geändert,
weil das in der Dropdown-Box logischer ist.
Die Dropdown-Box heißt jetzt 'Menü-Variante' statt 'Menüsetup'.