From 0b272264eada1d5cf71e4273d6d3b22337c4e5cc Mon Sep 17 00:00:00 2001 From: Andrew Manning Date: Sat, 16 Sep 2017 14:00:55 -0400 Subject: Page title is what we need in order to delete pages, not the url --- view/tpl/wiki_page_list.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view') diff --git a/view/tpl/wiki_page_list.tpl b/view/tpl/wiki_page_list.tpl index 3d38a0b81..cfaa50395 100644 --- a/view/tpl/wiki_page_list.tpl +++ b/view/tpl/wiki_page_list.tpl @@ -7,7 +7,7 @@ {{foreach $pages as $page}} -- cgit v1.2.3 From 6239a27288bacad225606a40a3dc6ac26072d329 Mon Sep 17 00:00:00 2001 From: Andrew Manning Date: Sat, 16 Sep 2017 14:27:40 -0400 Subject: Moved add wiki page form to top of page list to address issue https://github.com/redmatrix/hubzilla/issues/719 --- view/tpl/wiki_page_list.tpl | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'view') diff --git a/view/tpl/wiki_page_list.tpl b/view/tpl/wiki_page_list.tpl index cfaa50395..bf5f6697d 100644 --- a/view/tpl/wiki_page_list.tpl +++ b/view/tpl/wiki_page_list.tpl @@ -3,6 +3,23 @@ {{/if}}

{{$header}}

- {{if $canadd}} - - {{/if}} {{if ! $refresh}} {{/if}} -- cgit v1.2.3