[freeside-commits] branch FREESIDE_3_BRANCH updated. 247fdecf7a2f5960128cb0f61703fcc3a1e1990f
Ivan
ivan at 420.am
Mon Dec 9 14:51:29 PST 2013
The branch, FREESIDE_3_BRANCH has been updated
via 247fdecf7a2f5960128cb0f61703fcc3a1e1990f (commit)
from 61a84d1b2dc076e80dec0b96bc9867ad4215e374 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 247fdecf7a2f5960128cb0f61703fcc3a1e1990f
Author: Ivan Kohler <ivan at freeside.biz>
Date: Mon Dec 9 14:51:23 2013 -0800
doc links
diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html
index 84cd4d5..e7930dd 100644
--- a/httemplate/elements/menu.html
+++ b/httemplate/elements/menu.html
@@ -742,8 +742,8 @@ my $wiki = 'http://www.freeside.biz/mediawiki/index.php';
my $doc_link = $conf->config('support-key')
? "$wiki/Supported:Documentation"
: $curuser->access_right('Configuration')
- ? "$wiki/Freeside:2.1:Documentation"
- : "$wiki/Freeside:2.1:Documentation:User";
+ ? "$wiki/Freeside:3:Documentation"
+ : "$wiki/Freeside:2.1:Documentation:User"; #no page for other versions yet :
eval "use RT;"
if $conf->config('ticket_system') eq 'RT_Internal';
-----------------------------------------------------------------------
Summary of changes:
httemplate/elements/menu.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
More information about the freeside-commits
mailing list