]> git.mxchange.org Git - friendica-addons.git/commitdiff
added infor for user to find station location code
authortony baldwin <tony@tonybaldwin.org>
Mon, 11 Feb 2013 10:44:12 +0000 (05:44 -0500)
committertony baldwin <tony@tonybaldwin.org>
Mon, 11 Feb 2013 10:44:12 +0000 (05:44 -0500)
curtemp.tgz
curtemp/curtemp.php

index 36f1230e9a6389791631b7bebe228bc5a8428f3d..3281dbf705219772bf96cf7aa19d81d84cbc88e2 100644 (file)
Binary files a/curtemp.tgz and b/curtemp.tgz differ
index e69b71a3a968694c74a9b68198c59ae6d888f0e9..d261509d82000d300c5fecdc5dfee952212de696 100644 (file)
@@ -1,10 +1,9 @@
        <?php
 /**
  * Name: Current Temperature
- * Description: Shows current temperature for user's location on their network page
+ * Description: Shows current temperature for user's location on their network page.<br />Find the location code for the station or airport nearest you at http://en.wikipedia.org/wiki/International_Air_Transport_Association_airport_code
  * Version: 1.0
  * Author: Tony Baldwin <t0ny@friendica.tonybaldwin.info>
- * Author: Fabio Comuni <fabrixxm@kirkgroup.com>
  *
  */
 require_once('addon/curtemp/getweather.php');
@@ -83,6 +82,7 @@ function curtemp_plugin_settings(&$a,&$s) {
        $s .= '<div class="settings-block">';
        $s .= '<h3>' . t('Current Temp Settings') . '</h3>';
        $s .= '<div id="curtemp-settings-wrapper">';
+       $s .= '<p>Find the location code for the airport/weather station nearest you <a href="http://en.wikipedia.org/wiki/International_Air_Transport_Association_airport_code">here</a>.</p>';
        $s .= '<label id="curtemp-location-label" for="curtemp_loc">' . t('Current Temp Location: ') . '</label>';
        $s .= '<input id="curtemp-location" type="text" name="curtemp_loc" value="' . $curtemp_loc . '"/>';
        $s .= '<div class="clear"></div>';