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'.
if (!$self->{header}) {
$self->header;
- print qq|
- <body>|;
+ print qq|<body>|;
}
print qq|
-
- <p><b>$msg</b>
+ <p class="message_ok"><b>$msg</b></p>
+
+</body>
|;
} else {
border-width:1px;
background:#D4D0C8;
}
+
+.message_ok {
+ font-size: 10pt;
+ padding:3px;
+ background-color: lightgreen;
+ color: black;
+ font-weight: bolder;
+ text-align:center;
+ border-style:solid;
+ border-width:thin;
+}
+
+.message_error {
+ font-size: 10pt;
+ padding:5px;
+ background-color: #FFAAAA;
+ color: white;
+ font-weight: bolder;
+ text-align:center;
+ border-style:solid;
+ border-width:thin;
+}
+
/* Bei Listen den Farbwechsel zur besseren Lesbarkeit: */
.listrow1 { background-color: #C8D4C6; color: black; vertical-align: top; }
.listrow0 { background-color: white; color: black; vertical-align: top; }
color: black;
}
+.message_ok {
+ font-size: 12pt;
+ padding:5px;
+ background-color: lightgreen;
+ color: black;
+ font-weight: bolder;
+ text-align:center;
+ border-style:solid;
+ border-width:thin;
+}
+
+.message_error {
+ font-size: 12pt;
+ padding:5px;
+ background-color: #FFAAAA;
+ color: black;
+ font-weight: bolder;
+ text-align:center;
+ border-style:solid;
+ border-width:thin;
+}
/*
Überschriftsbalken
[%- USE T8 %]
[% USE HTML %]<body>
- <div class="listtop">[% IF title_error %][% title_error %][% ELSE %][% 'Error!' | $T8 %][% END %]</div>
+ <div class="message_error">[% IF title_error %][% title_error %][% ELSE %][% 'Error!' | $T8 %][% END %]</div>
<p>[% label_error %]</p>
[% USE HTML %]<body>
<table width="100%">
<tr>
- <th class="listtop">[% IF title_information %][% title_information %][% ELSE %][% 'Information' | $T8 %][% END %]</th>
+ <th class="message_ok">[% IF title_information %][% title_information %][% ELSE %][% 'Information' | $T8 %][% END %]</th>
</tr>
<tr height="5"></tr>