X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=templates%2Ffactory%2Flist;h=206066f3eb533ef081f814be066cc9459fc69504;hb=b90c6e146c423746001d304953b6b136acc666db;hp=f1290efb1b9dd57607cf07f085984b28252dc114;hpb=7232f39368bec26e484089f9f81ab6b6dc94e9eb;p=maypole.git diff --git a/templates/factory/list b/templates/factory/list index f1290ef..206066f 100644 --- a/templates/factory/list +++ b/templates/factory/list @@ -17,13 +17,11 @@ [% FOR col = classmetadata.columns.list; NEXT IF col == "id"; ""; - ''; - classmetadata.colnames.$col; - ''; + SET additional = "?order=" _ col; + SET additional = additional _ "&page=" _ pager.current_page IF pager; + SET additional = additional _ "&o2=desc" + IF col == request.query.order and request.query.o2 != "desc"; + link(classmetadata.table, "list", additional, classmetadata.colnames.$col); ""; END %]