Lines 121-128
Link Here
|
121 |
[% CASE 'PATRON_NOTICE' %]ILL notice sent to patron |
121 |
[% CASE 'PATRON_NOTICE' %]ILL notice sent to patron |
122 |
[% CASE 'ADD_BASKET' %]Create an acquisitions basket |
122 |
[% CASE 'ADD_BASKET' %]Create an acquisitions basket |
123 |
[% CASE 'MODIFY_BASKET' %]Modify an acquisitions basket |
123 |
[% CASE 'MODIFY_BASKET' %]Modify an acquisitions basket |
|
|
124 |
[% CASE 'MODIFY_BASKET_HEADER' %]Modify an acquisitions basket header |
125 |
[% CASE 'MODIFY_BASKET_USERS' %]Modify an acquisitions basket's users |
124 |
[% CASE 'CLOSE_BASKET' %]Close an acquisitions basket |
126 |
[% CASE 'CLOSE_BASKET' %]Close an acquisitions basket |
125 |
[% CASE 'APPROVE_BASKET' %]Approve an acquisitions basket |
127 |
[% CASE 'APPROVE_BASKET' %]Approve an acquisitions basket |
|
|
128 |
[% CASE 'REOPEN_BASKET' %]Reopen an acquisitions basket |
126 |
[% CASE 'Run' %]Run |
129 |
[% CASE 'Run' %]Run |
127 |
[% CASE 'EDIT_MAPPINGS' %]Edit mappings |
130 |
[% CASE 'EDIT_MAPPINGS' %]Edit mappings |
128 |
[% CASE 'RESET_MAPPINGS' %]Reset mappings |
131 |
[% CASE 'RESET_MAPPINGS' %]Reset mappings |
Lines 217-223
Link Here
|
217 |
<label for="actionALL" class="viewlog"><input type="checkbox" id="actionALL" name="actions" value=""> All</label> |
220 |
<label for="actionALL" class="viewlog"><input type="checkbox" id="actionALL" name="actions" value=""> All</label> |
218 |
[% END %] |
221 |
[% END %] |
219 |
|
222 |
|
220 |
[% 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' ] %] |
223 |
[% 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' ] %] |
221 |
[% IF actions.grep(actx).size %] |
224 |
[% IF actions.grep(actx).size %] |
222 |
<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> |
225 |
<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> |
223 |
[% ELSE %] |
226 |
[% ELSE %] |
224 |
- |
|
|