Bug 10565: Add a "Patron List" feature for storing and manipulating collections of...
[srvgit] / koha-tmpl / intranet-tmpl / prog / en / modules / tools / tools-home.tt
index 31124a9..b72be1e 100644 (file)
 <div class="yui-u first">
 <h3>Patrons and circulation</h3>
 <dl>
-    [% IF ( CAN_user_tools_moderate_comments ) %]
+    <dt><a href="/cgi-bin/koha/patron_lists/lists.pl">Patron lists</a>
+    <dd>Manage lists of patrons.</dd>
+
+[% IF ( CAN_user_tools_moderate_comments ) %]
     <dt><a href="/cgi-bin/koha/reviews/reviewswaiting.pl">Comments</a> [% IF ( pendingcomments ) %]<span class="holdcount"><a href="/cgi-bin/koha/reviews/reviewswaiting.pl">[% pendingcomments %]</a></span>[% END %]</dt>
        <dd>Moderate patron comments. </dd>
     [% END %]
     <dd>Quote editor for Quote-of-the-day feature in OPAC</dd>
     [% END %]
 
+    [% IF ( UseKohaPlugins && CAN_user_plugins_tool ) %]
+    <dt><a href="/cgi-bin/koha/plugins/plugins-home.pl?method=tool">Tool Plugins</a></dt>
+    <dd>Use tool plugins</dd>
+    [% END %]
+
 </dl>
 </div>
 <div class="yui-u">