summaryrefslogtreecommitdiffstats
path: root/extensions/Splinter/template/en/default/pages/splinter.html.tmpl
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2013-03-15 06:30:57 +0100
committerByron Jones <bjones@mozilla.com>2013-03-15 06:30:57 +0100
commit0131b54976afdd3662475e7e84ad66c2997c0287 (patch)
treeb5c8bb7c808dba9c79931a04a39efc3757cb92fe /extensions/Splinter/template/en/default/pages/splinter.html.tmpl
parentd936a21ce97276c731abc6830a0ef3c0539e51e9 (diff)
downloadbugzilla-0131b54976afdd3662475e7e84ad66c2997c0287.tar.gz
bugzilla-0131b54976afdd3662475e7e84ad66c2997c0287.tar.xz
Bug 850675: editing the splinter url always appends a /, which results in a broken url
Diffstat (limited to 'extensions/Splinter/template/en/default/pages/splinter.html.tmpl')
-rw-r--r--extensions/Splinter/template/en/default/pages/splinter.html.tmpl8
1 files changed, 4 insertions, 4 deletions
diff --git a/extensions/Splinter/template/en/default/pages/splinter.html.tmpl b/extensions/Splinter/template/en/default/pages/splinter.html.tmpl
index 1814da58c..fc4748548 100644
--- a/extensions/Splinter/template/en/default/pages/splinter.html.tmpl
+++ b/extensions/Splinter/template/en/default/pages/splinter.html.tmpl
@@ -44,10 +44,10 @@
[% can_edit = 0 %]
<script type="text/javascript">
- Splinter.configBase = '[% urlbase FILTER none %][% Param('splinter_base') FILTER js %]';
- Splinter.configBugUrl = '[% urlbase FILTER none %]';
+ Splinter.configBase = '[% Bugzilla.splinter_review_base FILTER js %]';
+ Splinter.configBugUrl = '[% urlbase FILTER js %]';
Splinter.configHaveExtension = true;
- Splinter.configHelp = '[% urlbase FILTER none %]page.cgi?id=splinter/help.html';
+ Splinter.configHelp = '[% urlbase FILTER js %]page.cgi?id=splinter/help.html';
Splinter.configNote = '';
Splinter.configAttachmentStatuses = [
@@ -114,7 +114,7 @@
<![endif]-->
<div id="helpful-links">
- <a id="allReviewsLink" href="[% urlbase FILTER none %][% Param('splinter_base') FILTER js %]">
+ <a id="allReviewsLink" href="[% Bugzilla.splinter_review_base FILTER none %]">
[reviews]</a>
<a id='helpLink' target='splinterHelp'
href="[% urlbase FILTER none %]page.cgi?id=splinter/help.html">