]> git.decadent.org.uk Git - maypole.git/blobdiff - templates/factory/macros
Zero search fix and sweet new templates, wheee...
[maypole.git] / templates / factory / macros
index 234b8f92e512f686ec11fab6e674dedad21781b3..d4c0e5d777979f324647358e2f934e3ee04a1761 100644 (file)
@@ -66,7 +66,7 @@ for some.
         END;
         "</td>";
     END;
-    "<td>";
+    "<td nowrap>";
     button(item, "edit");
     button(item, "delete");
     "</td>";
@@ -99,7 +99,7 @@ brewery) calls the accesor, and displays a list of the results.
 [% 
 MACRO view_related(object) BLOCK;
     FOR accessor = classmetadata.related_accessors.list;
-        "<h3>"; accessor | ucfirst; "</h3>\n";
+        "<div id=\"subtitle\">"; accessor | ucfirst; "</div>\n";
         "<ul id=\"vlist\">";
         FOR thing = object.$accessor;
             "<li>"; maybe_link_view(thing); "</li>\n";