Fehlerhaftes Markup korrigiert
authorSven Schöling <s.schoeling@linet-services.de>
Tue, 18 Sep 2012 16:09:11 +0000 (18:09 +0200)
committerSven Schöling <s.schoeling@linet-services.de>
Wed, 17 Oct 2012 14:00:15 +0000 (16:00 +0200)
templates/webpages/generic/information.html

index cd7b267..c0f70a0 100644 (file)
@@ -1,11 +1,4 @@
 [%- USE T8 %]
-[%- USE HTML %]
- <table width="100%">
-  <tr>
-   <th class="message_ok">[% IF title_information %][% title_information %][% ELSE %][% 'Information' | $T8 %][% END %]</th>
-  </tr>
-  <tr height="5"></tr>
-
-  <tr><td>[% label_information %]</td></tr>
- </table>
+<div class="message_ok">[% IF title_information %][% title_information %][% ELSE %][% 'Information' | $T8 %][% END %]</div>
+<p>[% label_information %]</p>