]> git.decadent.org.uk Git - maypole.git/blobdiff - lib/Maypole/templates/factory/list
teejay's template updates
[maypole.git] / lib / Maypole / templates / factory / list
index dbbedafb786171b659479b92e2987dd270882773..f0bc45c1ced59ca9289d8d7c22041620d40e483e 100644 (file)
@@ -11,7 +11,7 @@
     <table id="matrix">
         <tr>
             [% FOR col = classmetadata.list_columns.list;
-                NEXT IF col == "id";
+                NEXT IF col == "id" OR col == classmetadata.table _ "_id";
                 "<th>"; 
                 SET additional = "?order=" _ col;
                 SET additional = additional _ "&page=" _ pager.current_page