git://git.iain.cx/iain
/
readifood.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab38fc2
)
Use formatting classes on all cities link.
author
Iain Patterson
<me@iain.cx>
Mon, 13 May 2013 08:37:35 +0000
(
04:37
-0400)
committer
Iain 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
patch
|
blob
|
history
diff --git
a/lib/city.php
b/lib/city.php
index
47cfc24
..
b901163
100644
(file)
--- a/
lib/city.php
+++ b/
lib/city.php
@@
-143,7
+143,4
@@
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";
?>