message_ok und message_error CSS-Styles eingefügt. Msg-Ausgabe etwas repariert. Hat...
authorSven Donath <lxo@dexo.de>
Wed, 11 Aug 2010 15:36:34 +0000 (17:36 +0200)
committerSven Donath <lxo@dexo.de>
Wed, 11 Aug 2010 15:36:34 +0000 (17:36 +0200)
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'.

SL/Form.pm
css/Mobile.css
css/lx-office-erp.css
templates/webpages/generic/error.html
templates/webpages/generic/information.html

index cab29d4..20acf12 100644 (file)
@@ -466,13 +466,13 @@ sub info {
 
     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 {
index 01a4c00..1550f01 100644 (file)
@@ -95,6 +95,29 @@ body.menu {
   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; }
index 1a317d0..b647950 100644 (file)
@@ -81,6 +81,27 @@ body.menu {
   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
index 6282085..7d4ef89 100644 (file)
@@ -1,7 +1,7 @@
 [%- 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>
 
index 29e4171..a6f6bd7 100644 (file)
@@ -2,7 +2,7 @@
 [% 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>