chiark / gitweb /
Merge branch 'stable-5.x' into web
[ypp-sc-tools.db-live.git] / yarrg / web / check_routestring
old mode 100755 (executable)
new mode 100644 (file)
index 55c0783..6741eae
@@ -36,6 +36,7 @@
 
 <%attr>
 multiple => 1
+maxambig => 5
 </%attr>
 
 <%method sqlstmt>
@@ -46,10 +47,14 @@ UNION ALL   SELECT DISTINCT archipelago,NULL,archipelago
 </%method>
 
 <%method nomatch>
-  no island or arch matches "<% $ARGS{spec} |h %>"
+  no island or arch matches <% $ARGS{specq} %>
 </%method>
 
 <%method ambiguous>
-  ambiguous island or arch "<% $ARGS{spec} |h %>",
+  ambiguous island or arch <% $ARGS{specq} %>,
   could be <% $ARGS{couldbe} |h %>
 </%method>
+
+<%method manyambig>
+  &nbsp;
+</%method>