Bug 17014 - Remove more event attributes from patron templates
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / includes / noadd-warnings.inc
1 [% IF ( no_add ) %]
2     <div class="dialog alert">
3         <h3>Cannot add patron</h3>
4         [% IF ( no_branches ) %]
5             <p><strong>There are no libraries defined. </strong>[% IF ( CAN_user_parameters ) %]<a href="/cgi-bin/koha/admin/branches.pl">Please add a library</a>.[% ELSE %]An administrator must define at least one library.[% END %]</p>
6         [% END %]
7         [% IF ( no_categories ) %]
8             <p><strong>There are no patron categories defined. </strong>[% IF ( CAN_user_parameters ) %]<a href="/cgi-bin/koha/admin/categories.pl">Please add a patron category</a>.[% ELSE %]An administrator must define at least one patron category.[% END %]</p>
9         [% END %]
10     </div>
11 [% END %]