Lines 282-310
Link Here
|
282 |
</td> |
282 |
</td> |
283 |
<td>[% account.san | html %]</td> |
283 |
<td>[% account.san | html %]</td> |
284 |
[% IF account.quotes_enabled %] |
284 |
[% IF account.quotes_enabled %] |
285 |
<td>Y</td> |
285 |
<td>Yes</td> |
286 |
[% ELSE %] |
286 |
[% ELSE %] |
287 |
<td>N</td> |
287 |
<td>No</td> |
288 |
[% END %] |
288 |
[% END %] |
289 |
[% IF account.orders_enabled %] |
289 |
[% IF account.orders_enabled %] |
290 |
<td>Y</td> |
290 |
<td>Yes</td> |
291 |
[% ELSE %] |
291 |
[% ELSE %] |
292 |
<td>N</td> |
292 |
<td>No</td> |
293 |
[% END %] |
293 |
[% END %] |
294 |
[% IF account.invoices_enabled %] |
294 |
[% IF account.invoices_enabled %] |
295 |
<td>Y</td> |
295 |
<td>Yes</td> |
296 |
[% ELSE %] |
296 |
[% ELSE %] |
297 |
<td>N</td> |
297 |
<td>No</td> |
298 |
[% END %] |
298 |
[% END %] |
299 |
[% IF account.responses_enabled %] |
299 |
[% IF account.responses_enabled %] |
300 |
<td>Y</td> |
300 |
<td>Yes</td> |
301 |
[% ELSE %] |
301 |
[% ELSE %] |
302 |
<td>N</td> |
302 |
<td>No</td> |
303 |
[% END %] |
303 |
[% END %] |
304 |
[% IF account.auto_orders %] |
304 |
[% IF account.auto_orders %] |
305 |
<td>Y</td> |
305 |
<td>Yes</td> |
306 |
[% ELSE %] |
306 |
[% ELSE %] |
307 |
<td>N</td> |
307 |
<td>No</td> |
308 |
[% END %] |
308 |
[% END %] |
309 |
<td class="actions"> |
309 |
<td class="actions"> |
310 |
<a class="btn btn-default btn-xs" href="/cgi-bin/koha/admin/edi_accounts.pl?op=acct_form&id=[% account.id | html %]"><i class="fa fa-pencil"></i> Edit</a> <a class="btn btn-default btn-xs" href="/cgi-bin/koha/admin/edi_accounts.pl?op=delete_confirm&id=[% account.id | html %]"><i class="fa fa-trash"></i> Delete</a> |
310 |
<a class="btn btn-default btn-xs" href="/cgi-bin/koha/admin/edi_accounts.pl?op=acct_form&id=[% account.id | html %]"><i class="fa fa-pencil"></i> Edit</a> <a class="btn btn-default btn-xs" href="/cgi-bin/koha/admin/edi_accounts.pl?op=delete_confirm&id=[% account.id | html %]"><i class="fa fa-trash"></i> Delete</a> |
311 |
- |
|
|