Skip to content

Commit 8df20d3

Browse files
authored
Merge pull request Aspen-Discovery#2214 from lathomas64/DIS-158-move-renew-buttons
DIS-158: Move copied Button group from bottom of checkoutlist to top
2 parents 5f75818 + af0d763 commit 8df20d3

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

code/web/interface/themes/responsive/MyAccount/checkoutsList.tpl

+9
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,15 @@
2323
</div>
2424
{/if}
2525

26+
{if $renewableCheckouts >= 5}
27+
<div class="btn-group">
28+
{if $source=='all' || $source=='ils'}
29+
<a href="#" onclick="AspenDiscovery.Account.renewSelectedTitles()" class="btn btn-sm btn-default">{translate text="Renew Selected Items" isPublicFacing=true}</a>
30+
<a href="#" onclick="AspenDiscovery.Account.renewAll()" class="btn btn-sm btn-default">{translate text="Renew All" isPublicFacing=true}</a>
31+
{/if}
32+
</div>
33+
{/if}
34+
2635
<div class="striped">
2736
{foreach from=$transList item=checkedOutTitle name=checkedOutTitleLoop key=checkedOutKey}
2837
{if $checkedOutTitle->type == 'ils'}

code/web/release_notes/25.02.00.MD

+1
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@
174174
- Removed unused isOffline from KohaExportMain. (DIS-222) (*IT*)
175175

176176
### Other Updates
177+
- Added renew all, renew checked, and export to csv buttons to the top of the checkout list if 5 or more checkout items. (DIS-158) (*IT*)
177178
- Update Koha importListFromILS to include the title on the created user_list_entry record. (DIS-225) (*IT*)
178179
- Update UserListEntry to grab a title from the grouped work associated with its source ID if it is given no title and the grouped work is available. (DIS-225) (*IT*)
179180
- Change substr to mb_substr in MyList.php BulkAddTitles when figuring out the title for the new user list entry (DIS-225) (*IT*)

0 commit comments

Comments
 (0)