Bug 6975

Summary: OPACBaseURL called as OPACBaseurl in many templates
Product: Koha Reporter: Ian Walls <koha.sekjal>
Component: TemplatesAssignee: Mason James <mtj>
Status: CLOSED FIXED QA Contact: Bugs List <koha-bugs>
Severity: minor    
Priority: P3 CC: chris, cnighswonger, mtj
Version: Main   
Hardware: All   
OS: All   
See Also: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8766
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Attachments: Proposed Patch
Proposed Patch (updated)

Description Ian Walls 2011-10-05 15:57:28 UTC
Template::Toolkit translation issue; the capitalization is off, preventing the value from being parsed into many key pages on the OPAC.
Comment 1 Ian Walls 2011-10-05 18:22:46 UTC Comment hidden (obsolete)
Comment 2 Ian Walls 2011-10-05 18:33:40 UTC
Created attachment 5721 [details] [review]
Proposed Patch (updated)

Updated patch, not only with rename, but with T:T scope fixes.
Comment 3 Chris Cormack 2011-10-06 01:42:37 UTC
Case change in templates only, pushing please test
Comment 4 Chris Nighswonger 2011-10-08 21:50:46 UTC
This does not apply cleanly to 3.4.x. If it should, please rebase against the 3.4.x branch and resubmit with [3.4.x] in the subject line.
Comment 5 Mason James 2012-03-13 01:16:45 UTC
(In reply to comment #3)
> Case change in templates only, pushing please test

fyi: 5 typos still exist in the OPAC templates, on MASTER

mason@xen1:~/g/kc.org/koha-tmpl/opac-tmpl/prog/en/modules$ grep -r  'OPACBaseurl' ./* |wc -l
5

i'll send a patch for this...
Comment 6 Ian Walls 2012-04-11 20:09:36 UTC
Fixed in master