Lines 25-31
Link Here
|
25 |
<dd>Manage patron clubs..</dd> |
25 |
<dd>Manage patron clubs..</dd> |
26 |
[% END %] |
26 |
[% END %] |
27 |
|
27 |
|
28 |
[% IF ( CAN_user_tools_moderate_comments ) %] |
28 |
[% IF ( CAN_user_tools_moderate_comments ) %] |
29 |
<dt><a href="/cgi-bin/koha/reviews/reviewswaiting.pl">Comments</a> [% IF ( pendingcomments ) %]<span class="number_box"><a href="/cgi-bin/koha/reviews/reviewswaiting.pl">[% pendingcomments | html %]</a></span>[% END %]</dt> |
29 |
<dt><a href="/cgi-bin/koha/reviews/reviewswaiting.pl">Comments</a> [% IF ( pendingcomments ) %]<span class="number_box"><a href="/cgi-bin/koha/reviews/reviewswaiting.pl">[% pendingcomments | html %]</a></span>[% END %]</dt> |
30 |
<dd>Moderate patron comments. </dd> |
30 |
<dd>Moderate patron comments. </dd> |
31 |
[% END %] |
31 |
[% END %] |
Lines 68-78
Link Here
|
68 |
[% IF ( CAN_user_tools_batch_upload_patron_images ) %] |
68 |
[% IF ( CAN_user_tools_batch_upload_patron_images ) %] |
69 |
<dt><a href="/cgi-bin/koha/tools/picture-upload.pl">Upload patron images</a></dt> |
69 |
<dt><a href="/cgi-bin/koha/tools/picture-upload.pl">Upload patron images</a></dt> |
70 |
<dd>Upload patron images in a batch or one at a time</dd> |
70 |
<dd>Upload patron images in a batch or one at a time</dd> |
71 |
[% END %] |
|
|
72 |
|
73 |
[% IF ( CAN_user_stockrotation_manage_rotas && Koha.Preference('StockRotation') ) %] |
74 |
<dt><a href="/cgi-bin/koha/tools/stockrotation.pl">Stock rotation</a></dt> |
75 |
<dd>Manage Stock rotation rotas, rota stages and rota items</dd> |
76 |
[% END %] |
71 |
[% END %] |
77 |
</dl> |
72 |
</dl> |
78 |
</div> |
73 |
</div> |
Lines 182-187
Link Here
|
182 |
<dd>Manage rotating collections</dd> |
177 |
<dd>Manage rotating collections</dd> |
183 |
[% END %] |
178 |
[% END %] |
184 |
|
179 |
|
|
|
180 |
[% IF ( CAN_user_stockrotation_manage_rotas && Koha.Preference('StockRotation') ) %] |
181 |
<dt><a href="/cgi-bin/koha/tools/stockrotation.pl">Stock rotation</a></dt> |
182 |
<dd>Manage Stock rotation rotas, rota stages and rota items</dd> |
183 |
[% END %] |
184 |
|
185 |
[% IF ( CAN_user_tools_marc_modification_templates ) %] |
185 |
[% IF ( CAN_user_tools_marc_modification_templates ) %] |
186 |
<dt><a href="/cgi-bin/koha/tools/marc_modification_templates.pl">MARC modification templates</a></dt> |
186 |
<dt><a href="/cgi-bin/koha/tools/marc_modification_templates.pl">MARC modification templates</a></dt> |
187 |
<dd>Manage templates for modifying MARC records during import.</dd> |
187 |
<dd>Manage templates for modifying MARC records during import.</dd> |
188 |
- |
|
|