|
Lines 31-37
Link Here
|
| 31 |
|
31 |
|
| 32 |
[% UNLESS (mana_url) %] |
32 |
[% UNLESS (mana_url) %] |
| 33 |
<div class="dialog alert" role="alert"> |
33 |
<div class="dialog alert" role="alert"> |
| 34 |
Mana configuration is currently empty. This feature will not work. Please contact your site administartor. |
34 |
Mana configuration is currently empty. This feature will not work. Please contact your site administrator. |
| 35 |
</div> |
35 |
</div> |
| 36 |
[% END %] |
36 |
[% END %] |
| 37 |
|
37 |
|
|
Lines 43-49
Link Here
|
| 43 |
<p>Learn more about Mana KB on the <a href="https://wiki.koha-community.org/wiki/Mana_central_database">official Mana KB documentation</a>.</p> |
43 |
<p>Learn more about Mana KB on the <a href="https://wiki.koha-community.org/wiki/Mana_central_database">official Mana KB documentation</a>.</p> |
| 44 |
|
44 |
|
| 45 |
[% IF (mana_url) %] |
45 |
[% IF (mana_url) %] |
| 46 |
<p> Your Mana KB server is currently: <strong>[% mana_url | url %]</strong></p> |
46 |
<p>Your Mana KB server is currently: <strong>[% mana_url | url %]</strong></p> |
| 47 |
[% END %] |
47 |
[% END %] |
| 48 |
|
48 |
|
| 49 |
<form id="mana_preference" method="post" class="clearfix"> |
49 |
<form id="mana_preference" method="post" class="clearfix"> |
| 50 |
- |
|
|