|
@@ 66-68 (lines=3) @@
|
| 63 |
|
'UTF-8' |
| 64 |
|
) . '" size="5" maxlength="6" /> \''; |
| 65 |
|
|
| 66 |
|
if (isset($params['laterror']) && $params['laterror'] == true) { |
| 67 |
|
$returnValue .= ' <span class="errormsg">' . gettext('Invalid coordinate') . '</span>'; |
| 68 |
|
} |
| 69 |
|
|
| 70 |
|
$returnValue .= '<br />'; |
| 71 |
|
|
|
@@ 105-107 (lines=3) @@
|
| 102 |
|
'UTF-8' |
| 103 |
|
) . '" size="5" maxlength="6" /> \''; |
| 104 |
|
|
| 105 |
|
if (isset($params['lonerror']) && $params['lonerror'] == true) { |
| 106 |
|
$returnValue .= ' <span class="errormsg">' . gettext('Invalid coordinate') . '</span>'; |
| 107 |
|
} |
| 108 |
|
|
| 109 |
|
return $returnValue; |
| 110 |
|
} |