From f45efcab780cefaaa5a677684ac1fc444632a3de Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Fri, 12 Jul 2013 23:01:55 +0100 Subject: Small amount of work on webpages. --- view/tpl/webpagelist.tpl | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) (limited to 'view/tpl/webpagelist.tpl') diff --git a/view/tpl/webpagelist.tpl b/view/tpl/webpagelist.tpl index c05e2ebee..5c00dee6b 100644 --- a/view/tpl/webpagelist.tpl +++ b/view/tpl/webpagelist.tpl @@ -1,12 +1,13 @@ {{if $pages}} -
-{{foreach $pages as $key => $items}} - -
-
-{{/foreach}} + +
+ {{foreach $pages as $key => $items}} + {{foreach $items as $item}} +
{{$editlink}} | {{$view}} {{$item.title}}
+ {{/foreach}} + {{/foreach}} +
+ +
+ {{/if}} -- cgit v1.2.3