To test:
1) Apply this patch
2) In the staff client, go to Admin > Local Admin > Course Reserves List
3) Double click on a course
4) Go to the course materials tab
5) Note that the "Add Material" button is now beneath the temporary call
number, circ mod, item status, and shelving location fields.
Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
Signed-off-by: Garry Collum <gcollum@gmail.com>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
</div>
</div>
</div>
- <div class="row mt-3">
- <div class="col-lg-12 text-right">
- <button class="btn btn-primary" [disabled]="currentCourse && currentCourse.is_archived() == 't'"
- (click)="associateItem(barcodeInput, relationshipInput)" i18n [disabled]="!barcodeInput">
- Add Material
- </button>
- </div>
- </div>
<div class="row justify-content-center mt-3">
<div class="col">
<h5 i18n>The following fields will be applied to the material
</div>
</div>
</div>
+ <div class="row mt-3">
+ <div class="col-lg-12 text-right">
+ <button class="btn btn-primary" [disabled]="currentCourse && currentCourse.is_archived() == 't'"
+ (click)="associateItem(barcodeInput, relationshipInput)" i18n [disabled]="!barcodeInput">
+ Add Material
+ </button>
+ </div>
+ </div>
</ng-template>
</li>
<li ngbNavItem>