Author: earle Date: 2005-10-12 02:36:06 +0100 (Wed, 12 Oct 2005) New Revision: 688
Modified: trunk/templates/supersearch.tt Log: fix a ballsup that broke tests
Modified: trunk/templates/supersearch.tt =================================================================== --- trunk/templates/supersearch.tt 2005-10-12 01:19:57 UTC (rev 687) +++ trunk/templates/supersearch.tt 2005-10-12 01:36:06 UTC (rev 688) @@ -35,11 +35,18 @@ <tr> <th>Location:</th> <td> + [% IF coord_field_1 != 'latitude' %] <p> within <input type="text" name="[% dist_field %]" value="[% dist %]" size="5" maxlength="5" /> metres of<br /> [% coord_field_1_name %] <input type="text" name="[% coord_field_1 %]" value="[% coord_field_1_value %]" size="10" maxlength="10" />,<br /> [% coord_field_2_name %] <input type="text" name="[% coord_field_2 %]" value="[% coord_field_2_value %]" size="10" maxlength="10" /> </p> + [% END %] + <p> + within <input type="text" name="latlong_dist" value="[% dist %]" size="5" maxlength="5" /> metres of<br /> + latitude (decimal) <input type="text" name="latitude" value="[% latitude %]" size="10" maxlength="10" />,<br /> + longitude (decimal) <input type="text" name="longitude" value="[% longitude %]" size="10" maxlength="10" /> + </p> </td> </tr> <tr>
openguides-commits@lists.openguides.org