Use formatting classes on all cities link.
authorIain Patterson <me@iain.cx>
Mon, 13 May 2013 08:37:35 +0000 (04:37 -0400)
committerIain Patterson <me@iain.cx>
Mon, 13 May 2013 12:48:05 +0000 (08:48 -0400)
The link to show all Cities behaves like a form so is given the same
noprint and standout formatting classes.

lib/city.php

index 47cfc24..b901163 100644 (file)
   if (count($parameters)) echo "<p class=\"noprint standout\">Show all <a href=\"/city\">cities</a></p>\n";
   show_new_city_form();
 
-  # XXX: Format URL in branch case...
-  if (count($parameters))
-  echo "<p>Show all <a href=\"/city\">cities</a></p>\n";
 ?>