X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=templates%2Ffactory%2Flist;h=9f7fe0e03e418df5e531566b3f67e143439925a8;hb=e1058b36db231a58f819075b0e5658a872e94f11;hp=2a159648187e4d099715f8a39a57855febfd3e9a;hpb=5cccc5a89004f9c514e9d611b5e2a02e9aa28ece;p=maypole.git diff --git a/templates/factory/list b/templates/factory/list index 2a15964..9f7fe0e 100644 --- a/templates/factory/list +++ b/templates/factory/list @@ -16,7 +16,13 @@ [% 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 %] @@ -34,3 +40,4 @@ END %] [% INCLUDE pager; %] [% INCLUDE addnew; %] +[% INCLUDE footer %]