aboutsummaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
Diffstat (limited to 'share')
-rw-r--r--share/skin/base/layout/list_view.tt8
-rw-r--r--share/skin/default/layout/list_view.tt8
2 files changed, 12 insertions, 4 deletions
diff --git a/share/skin/base/layout/list_view.tt b/share/skin/base/layout/list_view.tt
index 40be738..71a1324 100644
--- a/share/skin/base/layout/list_view.tt
+++ b/share/skin/base/layout/list_view.tt
@@ -10,9 +10,13 @@
[% actions %]
-=for layout header_cell_contents
+=for layout sortable_header_cell
-<a href="[% order_uri %]">[% call_next %]</a>
+<a href="[% order_uri %]">[% header_cell_contents %]</a>
+
+=for layout header_cell
+
+[% maybe_sortable_header_cell %]
=for layout actions
diff --git a/share/skin/default/layout/list_view.tt b/share/skin/default/layout/list_view.tt
index ead72b9..e8ef41d 100644
--- a/share/skin/default/layout/list_view.tt
+++ b/share/skin/default/layout/list_view.tt
@@ -10,9 +10,13 @@
[% actions %]
-=for layout header_cell_contents
+=for layout sortable_header_cell
-<a href="[% order_uri %]">[% call_next %]</a>
+<a href="[% order_uri %]">[% header_cell_contents %]</a>
+
+=for layout header_cell
+
+<th> [% maybe_sortable_header_cell %] </th>
=for layout actions