chiark / gitweb /
Vessel names for capacity seem to work
[ypp-sc-tools.db-test.git] / yarrg / web / query_route
index 96e8c32d7621aac31cf83b4ffd4effbe97257ca5..ed9fa4406c70ba1fd7aaaaad7dab4fe02f89a50e 100644 (file)
@@ -98,10 +98,10 @@ Vessel or capacity:
 <&| qtextstring, qa => $qa, dbh => $dbh, prefix => 'cs',
     thingstring => 'capacitystring', emsgstore => \$emsg,
     perresult => sub {
-        ($max_volume,$max_mass) = @_;
+        ($max_mass,$max_volume) = @_;
     }
  &>
- size=30
+ size=40
 </&>
 
 <td>
@@ -109,7 +109,7 @@ Vessel or capacity:
 &nbsp;
 
 <td>
-Estimated loss per league:
+Expected losses:
 
 <&| qtextstring, qa => $qa, dbh => $dbh, prefix => 'll',
     thingstring => 'lossperleague', emsgstore => \$emsg,