mirror of https://github.com/aredn/aredn.git
bugfix: maxis on grid square field set to 6
This commit is contained in:
parent
fa0e128104
commit
8ceaa87472
|
@ -711,7 +711,7 @@ print "</tr>\n";
|
|||
print "<tr>\n";
|
||||
print "<td><input type=text name=latitude value='$lat' title='Latitude value (in decimal) (ie. 30.312354)'></td>\n";
|
||||
print "<td><input type=text name=longitude value='$lon' title='Longitude value (in decimal) (ie. -95.334454)'></td>\n";
|
||||
print "<td><input type=text name=gridsquare value='$gridsquare' title='Gridsquare value (ie. AB12cd)'></td>\n";
|
||||
print "<td><input type=text name=gridsquare maxlength=6 size=6 value='$gridsquare' title='Gridsquare value (ie. AB12cd)'></td>\n";
|
||||
print "</tr>\n";
|
||||
print "<tr><td colspan=3 align=center>";
|
||||
print "<input type=submit name=button_location value='Update Location' title='Update Location Information'> ";
|
||||
|
|
Loading…
Reference in New Issue