Bug 12735 - Koha as a CMS manual entry does not reflect bootstrap template usage
Summary: Koha as a CMS manual entry does not reflect bootstrap template usage
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Documentation (show other bugs)
Version: 3.14
Hardware: All All
: P5 - low minor (vote)
Assignee: Nicole C. Engard
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-08 03:46 UTC by Indranil Das Gupta
Modified: 2015-06-04 23:23 UTC (History)
2 users (show)

See Also:
Change sponsored?: Sponsored
Patch complexity: Trivial patch
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
patch adds bootstrap template instructions (5.86 KB, patch)
2014-08-08 04:21 UTC, Indranil Das Gupta
Details | Diff | Splinter Review
Corrects the ".tt" to ".tmpl" (1.08 KB, patch)
2014-08-08 04:33 UTC, Indranil Das Gupta
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Indranil Das Gupta 2014-08-08 03:46:36 UTC
"Koha as a CMS" manual entry [1] uses old 'prog' template and associated markup. 

It is necessary to update the entry to reflect bootstrap theme usage. Also, the manual entry needs to be brought into sync with the wiki entry http://wiki.koha-community.org/wiki/Koha_as_a_CMS

Ref: [1] http://manual.koha-community.org/3.14/en/kohacms.html
Comment 1 David Cook 2014-08-08 03:51:47 UTC
Should probably use "pages.tt" instead of "pages.tmpl" as well, as the ".tmpl" to ".tt" translation is scheduled for deletion, I think...
Comment 2 Indranil Das Gupta 2014-08-08 04:21:25 UTC
Created attachment 30614 [details] [review]
patch adds bootstrap template instructions
Comment 3 Indranil Das Gupta 2014-08-08 04:33:30 UTC
Created attachment 30615 [details] [review]
Corrects the ".tt" to ".tmpl"
Comment 4 Indranil Das Gupta 2014-08-08 04:35:22 UTC
(In reply to David Cook from comment #1)
> Should probably use "pages.tt" instead of "pages.tmpl" as well, as the
> ".tmpl" to ".tt" translation is scheduled for deletion, I think...

You are right! I had used the correct syntax in wiki. This one slipped through. Followup patch attached.