projects
/
Evergreen.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
LP1865898 Missing pieces mult-scan work flow improvements
[Evergreen.git]
/
Open-ILS
/
src
/
eg2
/
src
/
app
/
staff
/
cat
/
item
/
missing-pieces.component.html
diff --git
a/Open-ILS/src/eg2/src/app/staff/cat/item/missing-pieces.component.html
b/Open-ILS/src/eg2/src/app/staff/cat/item/missing-pieces.component.html
index
2d09622
..
b19e0d7
100644
(file)
--- a/
Open-ILS/src/eg2/src/app/staff/cat/item/missing-pieces.component.html
+++ b/
Open-ILS/src/eg2/src/app/staff/cat/item/missing-pieces.component.html
@@
-37,8
+37,9
@@
<button class="btn btn-success" (click)="processItem()" i18n>
Mark Item as Missing Pieces?
</button>
<button class="btn btn-success" (click)="processItem()" i18n>
Mark Item as Missing Pieces?
</button>
- <button class="btn btn-warning ml-2" (click)="reset()" i18n>
- Cancel
+ <button class="btn btn-warning ml-2" (click)="reset()">
+ <ng-container *ngIf="!itemProcessed" i18n>Cancel</ng-container>
+ <ng-container *ngIf="itemProcessed" i18n>Reset Form</ng-container>
</button>
</div>
</div>
</button>
</div>
</div>