Bug 30808: Add a dedications tab to the about page
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Fri, 25 Nov 2022 15:35:36 +0000 (15:35 +0000)
committerTomas Cohen Arazi <tomascohen@theke.io>
Fri, 25 Nov 2022 18:20:00 +0000 (15:20 -0300)
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
koha-tmpl/intranet-tmpl/prog/en/modules/about.tt

index b8ac65e..fa11610 100644 (file)
@@ -38,6 +38,7 @@
             <li role="presentation"><a href="#licenses" aria-controls="licenses" role="tab" data-toggle="tab">Licenses</a></li>
             <li role="presentation"><a href="#translations" aria-controls="translations" role="tab" data-toggle="tab">Translations</a></li>
             <li role="presentation"><a href="#history" aria-controls="history" role="tab" data-toggle="tab">Timeline</a></li>
+            <li role="presentation"><a href="#dedications" aria-controls="dedications" role="tab" data-toggle="tab">Dedications</a></li>
         </ul>
 
         <div class="tab-content">
     [% END %]
         </div>
 
+        <div role="tabpanel" class="tab-pane active" id="dedications">
+            <h2>22.11</h2>
+            <p>
+                The Koha Community would like to dedicate the release of Koha 22.11 to Rosalie Blake.
+            </p>
+            <p>
+                Rosalie was the Head Librarian at Horowhenua Library Trust when Koha was started and without her Koha
+                would not exist. She was an inspiring leader and innovator and took the risk of her career entrusting
+                Chris, Joanne, Rachel and Simon to deliver the original project that became the international sensation
+                we all know and love.
+            </p>
+            <p>
+                She was also a practicing Justice of the Peace, a stalwart of the Levin Pottery Club and much loved
+                mother of Simon and Jeremy, and grandmother of Ben, Toby, Anna, Charlotte and Billy.
+            </p>
+        </div>
     </div>
 </div>
 </div>