From 6f5b5cd8990c4e35598d664e29a381aae2852250 Mon Sep 17 00:00:00 2001 From: wreis Date: Tue, 22 Jul 2008 23:30:10 +0000 Subject: fixes for list_view --- share/skin/base/layout/list_view.tt | 2 ++ share/skin/default/layout/action/link.tt | 6 +++++- share/skin/default/layout/list_view.tt | 15 +++++++++++++++ 3 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 share/skin/default/layout/list_view.tt (limited to 'share') diff --git a/share/skin/base/layout/list_view.tt b/share/skin/base/layout/list_view.tt index 4c41e56..2f75d1c 100644 --- a/share/skin/base/layout/list_view.tt +++ b/share/skin/base/layout/list_view.tt @@ -19,6 +19,7 @@ [% call_next %] =for layout actions +
=for layout action +
  • [% call_next %]
  • =for layout pager diff --git a/share/skin/default/layout/action/link.tt b/share/skin/default/layout/action/link.tt index 7c07d31..d048d1b 100644 --- a/share/skin/default/layout/action/link.tt +++ b/share/skin/default/layout/action/link.tt @@ -1,3 +1,7 @@ +=extends NEXT + =for layout widget - [% label %] + +[% call_next %]
    + =cut diff --git a/share/skin/default/layout/list_view.tt b/share/skin/default/layout/list_view.tt new file mode 100644 index 0000000..0e72456 --- /dev/null +++ b/share/skin/default/layout/list_view.tt @@ -0,0 +1,15 @@ +=extends NEXT + +=for layout pager + +
    + +
    + +=cut -- cgit v1.2.3-54-g00ecf