|
Lines 129-136
Link Here
|
| 129 |
[% END %] |
129 |
[% END %] |
| 130 |
|
130 |
|
| 131 |
[% IF ( CAN_user_tools_edit_quotes ) %] |
131 |
[% IF ( CAN_user_tools_edit_quotes ) %] |
| 132 |
<dt><a href="/cgi-bin/koha/tools/quotes.pl">Edit quotes for QOTD feature</a></dt> |
132 |
<dt><a href="/cgi-bin/koha/tools/quotes.pl">Quote editor</a></dt> |
| 133 |
<dd>Quote editor for Quote-of-the-day feature in OPAC</dd> |
133 |
<dd>Manage 'Quote of the day' quotes</dd> |
| 134 |
[% END %] |
134 |
[% END %] |
| 135 |
|
135 |
|
| 136 |
[% IF ( Koha.ArePluginsEnabled() && CAN_user_plugins_tool && tool_plugins ) %] |
136 |
[% IF ( Koha.ArePluginsEnabled() && CAN_user_plugins_tool && tool_plugins ) %] |
| 137 |
- |
|
|