From d5c14a513d435aade7d16d792a7e7a22ff9b01ff Mon Sep 17 00:00:00 2001 From: Andrew Manning Date: Fri, 18 Nov 2016 21:25:40 -0500 Subject: Wiki pages display in tab to the left of the edit pane tab. Home is always first in the list. --- view/tpl/wiki.tpl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'view/tpl') diff --git a/view/tpl/wiki.tpl b/view/tpl/wiki.tpl index 2c2f05867..fd983ebdf 100644 --- a/view/tpl/wiki.tpl +++ b/view/tpl/wiki.tpl @@ -40,8 +40,8 @@ -

 {{$wikiheaderName}}  :   -  {{$wikiheaderPage}} +

 {{$wikiheaderName}} :  + {{$wikiheaderPage}}

@@ -62,11 +62,11 @@
@@ -519,7 +519,7 @@ wiki_refresh_page_list(); $("#wiki-toc").toc({content: "#wiki-preview", headings: "h1,h2,h3,h4"}); // Show Edit tab first. Otherwise the Ace editor does not load. - $("#wiki-nav-tabs li:eq(1) a").tab('show'); + $("#wiki-nav-tabs li:eq(2) a").tab('show'); {{if $showNewWikiButton}} $('#new-wiki-button').show(); {{else}} -- cgit v1.2.3