|
Lines 198-205
Link Here
|
| 198 |
</ol> |
198 |
</ol> |
| 199 |
</fieldset> |
199 |
</fieldset> |
| 200 |
<fieldset class="action"> |
200 |
<fieldset class="action"> |
| 201 |
<button type="submit" class="btn btn-mini"><i class="fa fa-save"></i> Save changes</button> |
201 |
<button type="submit" class="btn btn-default btn-sm"><i class="fa fa-save"></i> Save changes</button> |
| 202 |
<a class="cancel" |
202 |
<a class="cancel btn btn-link btn-sm" |
| 203 |
href="/cgi-bin/koha/members/housebound.pl?borrowernumber=[% borrowernumber %]"> |
203 |
href="/cgi-bin/koha/members/housebound.pl?borrowernumber=[% borrowernumber %]"> |
| 204 |
Cancel |
204 |
Cancel |
| 205 |
</a> |
205 |
</a> |
|
Lines 324-330
Link Here
|
| 324 |
</ol> |
324 |
</ol> |
| 325 |
</fieldset> |
325 |
</fieldset> |
| 326 |
<fieldset class="action"> |
326 |
<fieldset class="action"> |
| 327 |
<button type="submit" class="btn btn-mini"><i class="fa fa-save"></i> Save</button> |
327 |
<button type="submit" class="btn btn-default btn-sm"><i class="fa fa-save"></i> Save</button> |
| 328 |
<a class="cancel" |
328 |
<a class="cancel" |
| 329 |
href="/cgi-bin/koha/members/housebound.pl?borrowernumber=[% borrowernumber %]"> |
329 |
href="/cgi-bin/koha/members/housebound.pl?borrowernumber=[% borrowernumber %]"> |
| 330 |
Cancel |
330 |
Cancel |
|
Lines 383-389
Link Here
|
| 383 |
</li> |
383 |
</li> |
| 384 |
</ol> |
384 |
</ol> |
| 385 |
<div class="action"> |
385 |
<div class="action"> |
| 386 |
<a class="btn btn-mini" href="/cgi-bin/koha/members/housebound.pl?borrowernumber=[% borrowernumber %]&method=update_or_create"><i class="fa fa-pencil"></i> Edit</a> |
386 |
<a class="btn btn-default btn-xs" href="/cgi-bin/koha/members/housebound.pl?borrowernumber=[% borrowernumber %]&method=update_or_create"><i class="fa fa-pencil"></i> Edit</a> |
| 387 |
</div> |
387 |
</div> |
| 388 |
</div> |
388 |
</div> |
| 389 |
<div> |
389 |
<div> |
|
Lines 409-416
Link Here
|
| 409 |
</a> |
409 |
</a> |
| 410 |
</td> |
410 |
</td> |
| 411 |
<td class="actions"> |
411 |
<td class="actions"> |
| 412 |
<a class="btn btn-mini" href="/cgi-bin/koha/members/housebound.pl?method=visit_update_or_create&visit_id=[% entry.id %]&borrowernumber=[% borrowernumber %]"><i class="fa fa-pencil"></i> Edit</a> |
412 |
<a class="btn btn-default btn-xs" href="/cgi-bin/koha/members/housebound.pl?method=visit_update_or_create&visit_id=[% entry.id %]&borrowernumber=[% borrowernumber %]"><i class="fa fa-pencil"></i> Edit</a> |
| 413 |
<a class="delete btn btn-mini" href="/cgi-bin/koha/members/housebound.pl?method=visit_delete&visit_id=[% entry.id %]&borrowernumber=[% borrowernumber %]"><i class="fa fa-trash"></i> Delete</a> |
413 |
<a class="delete btn btn-default btn-xs" href="/cgi-bin/koha/members/housebound.pl?method=visit_delete&visit_id=[% entry.id %]&borrowernumber=[% borrowernumber %]"><i class="fa fa-trash"></i> Delete</a> |
| 414 |
</td> |
414 |
</td> |
| 415 |
</tr> |
415 |
</tr> |
| 416 |
[% END %] |
416 |
[% END %] |
|
Lines 418-425
Link Here
|
| 418 |
[% END %] |
418 |
[% END %] |
| 419 |
<div class="action"> |
419 |
<div class="action"> |
| 420 |
<a href="/cgi-bin/koha/members/housebound.pl?method=visit_update_or_create&borrowernumber=[% borrowernumber %]" |
420 |
<a href="/cgi-bin/koha/members/housebound.pl?method=visit_update_or_create&borrowernumber=[% borrowernumber %]" |
| 421 |
class="btn btn-small"> |
421 |
class="btn btn-default btn-sm"> |
| 422 |
Add a new delivery |
422 |
<i class="fa fa-plus"></i> Add a new delivery |
| 423 |
</a> |
423 |
</a> |
| 424 |
</div> |
424 |
</div> |
| 425 |
</div> |
425 |
</div> |
| 426 |
- |
|
|