Lines 120-127
Link Here
|
120 |
[% CASE 'PATRON_NOTICE' %]ILL notice sent to patron |
120 |
[% CASE 'PATRON_NOTICE' %]ILL notice sent to patron |
121 |
[% CASE 'ADD_BASKET' %]Create an acquisitions basket |
121 |
[% CASE 'ADD_BASKET' %]Create an acquisitions basket |
122 |
[% CASE 'MODIFY_BASKET' %]Modify an acquisitions basket |
122 |
[% CASE 'MODIFY_BASKET' %]Modify an acquisitions basket |
|
|
123 |
[% CASE 'MODIFY_BASKET_HEADER' %]Modify an acquisitions basket header |
124 |
[% CASE 'MODIFY_BASKET_USERS' %]Modify an acquisitions basket's users |
123 |
[% CASE 'CLOSE_BASKET' %]Close an acquisitions basket |
125 |
[% CASE 'CLOSE_BASKET' %]Close an acquisitions basket |
124 |
[% CASE 'APPROVE_BASKET' %]Approve an acquisitions basket |
126 |
[% CASE 'APPROVE_BASKET' %]Approve an acquisitions basket |
|
|
127 |
[% CASE 'REOPEN_BASKET' %]Reopen an acquisitions basket |
125 |
[% CASE 'Run' %]Run |
128 |
[% CASE 'Run' %]Run |
126 |
[% CASE 'EDIT_MAPPINGS' %]Edit mappings |
129 |
[% CASE 'EDIT_MAPPINGS' %]Edit mappings |
127 |
[% CASE 'RESET_MAPPINGS' %]Reset mappings |
130 |
[% CASE 'RESET_MAPPINGS' %]Reset mappings |
Lines 198-204
Link Here
|
198 |
<label for="actionALL" class="viewlog"><input type="checkbox" id="actionALL" name="actions" value=""> All</label> |
201 |
<label for="actionALL" class="viewlog"><input type="checkbox" id="actionALL" name="actions" value=""> All</label> |
199 |
[% END %] |
202 |
[% END %] |
200 |
|
203 |
|
201 |
[% FOREACH actx IN [ 'ADD' 'DELETE' 'MODIFY' 'ISSUE' 'RETURN' 'RENEW' 'CREATE' 'CANCEL' 'SUSPEND' 'RESUME' 'ADDCIRCMESSAGE' 'DELCIRCMESSAGE' 'STATUS_CHANGE' 'PATRON_NOTICE' 'CHANGE PASS' 'Run' 'EDIT_MAPPINGS' 'RESET_MAPPINGS', 'ADD_BASKET' 'MODIFY_BASKET' 'CLOSE_BASKET' 'APPROVE_BASKET' ] %] |
204 |
[% FOREACH actx IN [ 'ADD' 'DELETE' 'MODIFY' 'ISSUE' 'RETURN' 'RENEW' 'CREATE' 'CANCEL' 'SUSPEND' 'RESUME' 'ADDCIRCMESSAGE' 'DELCIRCMESSAGE' 'STATUS_CHANGE' 'PATRON_NOTICE' 'CHANGE PASS' 'Run' 'EDIT_MAPPINGS' 'RESET_MAPPINGS' 'ADD_BASKET' 'MODIFY_BASKET' 'MODIFY_BASKET_HEADER' 'MODIFY_BASKET_USERS' 'CLOSE_BASKET' 'APPROVE_BASKET' 'REOPEN_BASKET' ] %] |
202 |
[% IF actions.grep(actx).size %] |
205 |
[% IF actions.grep(actx).size %] |
203 |
<label for="action[% actx| replace('\s+', '_') | html %]" class="viewlog"><input type="checkbox" id="action[% actx | replace('\s+', '_') | html %]" name="actions" value="[% actx | html %]" checked="checked"> [% PROCESS translate_log_action action=actx %]</label> |
206 |
<label for="action[% actx| replace('\s+', '_') | html %]" class="viewlog"><input type="checkbox" id="action[% actx | replace('\s+', '_') | html %]" name="actions" value="[% actx | html %]" checked="checked"> [% PROCESS translate_log_action action=actx %]</label> |
204 |
[% ELSE %] |
207 |
[% ELSE %] |
205 |
- |
|
|