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/default/layout/action/link.tt | 6 +++++- share/skin/default/layout/list_view.tt | 15 +++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 share/skin/default/layout/list_view.tt (limited to 'share/skin/default') 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