Merge branch 'master' into template_toolkit
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / includes / acquisitions-menu.inc
1 <ul>
2         <li><a href="/cgi-bin/koha/acqui/lateorders.pl">Late orders</a></li>
3     <li><!-- TMPL_IF name="suggestion" --> <a href="/cgi-bin/koha/suggestion/suggestion.pl"><!--TMPL_VAR NAME="suggestion" --> suggestions waiting</a>
4         <!-- TMPL_ELSE --> <a href="/cgi-bin/koha/suggestion/suggestion.pl">No suggestions waiting</a> <!-- /TMPL_IF -->
5     </li>
6         <li><a href="/cgi-bin/koha/suggestion/suggestion.pl">Manage suggestions</a></li>
7     <!-- TMPL_IF name="CAN_user_acquisition_budget_manage" -->
8         <li><a href="/cgi-bin/koha/admin/aqbudgetperiods.pl">Budgets & Funds</a></li>
9     <!-- /TMPL_IF -->
10     <!-- TMPL_IF name="CAN_user_parameters" -->
11      <li><a href="/cgi-bin/koha/admin/currency.pl">Currencies</a></li>
12     <!-- /TMPL_IF -->
13 </ul>