Bug 10915: (QA followup) warn if cannot read history.txt
[koha_fer] / koha-tmpl / intranet-tmpl / prog / en / modules / about.tt
index 5d32bbe..57aa522 100644 (file)
 
         <div id="history">
         <h2>Koha history timeline</h2>
+    [% IF ! timeline_read_error %]
         <table style="cursor:pointer">
         <thead>
         <tr>
             </tr>
         [% END %]
         </table>
+    [% ELSE %]
+        <div class="dialog alert">
+            Could not read the history.txt file. Please make sure &lt;docdir&gt; is correctly defined in koha-conf.xml.
+        </div>
+    [% END %]
         </div>
 
     </div>