Skip to content
Snippets Groups Projects
Commit ee82fa4d authored by ands's avatar ands
Browse files

Design-fix für den Chromium browser

parent b0c050c2
No related branches found
No related tags found
No related merge requests found
...@@ -13,12 +13,12 @@ class ZoneOffen implements iWidget ...@@ -13,12 +13,12 @@ class ZoneOffen implements iWidget
public function giveOutput() public function giveOutput()
{ {
$widgetOutput = '<script src="widgets/ZoneOffen/ZoneOffen.js" type="text/javascript"></script>'."\n"; $widgetOutput = '<script src="widgets/ZoneOffen/ZoneOffen.js" type="text/javascript"></script>'."\n";
$widgetOutput .= '<table width="66%" align="center" valign="center" border="0" cellpadding="0" cellspacing="4">'."\n"; $widgetOutput .= '<center><table width="60%" height="100%" border="0" cellpadding="0" cellspacing="4">'."\n";
$widgetOutput .= ' <tr>'."\n"; $widgetOutput .= ' <tr>'."\n";
$widgetOutput .= ' <td width="50%" align="right"><b><p>Status: </p><p>Lounge: </p><p>Werkstatt: </p></b></td>'."\n"; $widgetOutput .= ' <td width="50%" align="right"><b><p>Status: </p><p>Lounge: </p><p>Werkstatt: </p></b></td>'."\n";
$widgetOutput .= ' <td width="50%" align="right"><span id="ZoneOffen_values"><font color="#cc3300"><p>Unbekannt</p><p>Unbekannt</p><p>Unbekannt</p></font></span></td>'."\n"; $widgetOutput .= ' <td width="50%" align="right"><span id="ZoneOffen_values"><font color="#cc3300"><p>Unbekannt</p><p>Unbekannt</p><p>Unbekannt</p></font></span></td>'."\n";
$widgetOutput .= ' </tr>'."\n"; $widgetOutput .= ' </tr>'."\n";
$widgetOutput .= '</table>'."\n"; $widgetOutput .= '</table></center>'."\n";
return $widgetOutput; return $widgetOutput;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment