Different display for forecast
"Jeff Graves" <[email protected]>
| Newsgroups | gmane.comp.horde.jonah |
|---|---|
| Message-ID | <[email protected]> |
In case anyone wants it, this diff displays the forecast in a table. Jeff Graves Customer Support Engineer Image Source, Inc. 10 Mill Street Bellingham, MA 02019 [email protected] - Email 508.966.5200 X31 - Phone 508.966.5170 - Fax -- Jonah mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
Jonah.php.diff
(application/octet-stream, 925 B)
D:\Websites\imp.image-src.com>cvs -d :pserver:[email protected]:/repository diff horde\jonah\lib\Jonah.php Index: horde/jonah/lib/Jonah.php =================================================================== RCS file: /repository/jonah/lib/Jonah.php,v retrieving revision 1.43 diff -r1.43 Jonah.php 411c411 < $html .= '<br />' . _("Forecast: "); --- > $html .= '<br><center><b>' . _("5-Day Forecast") . '</b></center><table border="1" align="center"><tr>'; 413c413 < $html .= '<b>' . _($day) . '</b> <span style="color:red">'; --- > $html .= '<td align="center" width="75"><b>' . _($day) . '</b><br> <span style="color:red">'; 425c425 < $html .= '°</span>'; --- > $html .= '°</span><br>'; 429c429 < $html .= ' '; --- > $html .= '</td>'; 430a431 > $html .= '</tr></table>';