Rotating collections: Edit collections
[% IF ( previousActionUpdate ) %]
[% IF ( updateSuccess ) %]
Collection '[% updatedTitle %]' Updated successfully!
[% ELSE %]
Collection '[% updatedTitle %]' Failed to be updated!
Reason: [% failureMessage %]
[% END %]
[% END %]
[% IF ( collectionsLoop ) %]
Title |
Description |
Holding library |
|
|
[% FOREACH collectionsLoo IN collectionsLoop %]
[% collectionsLoo.colTitle %] |
[% collectionsLoo.colDesc %] |
[% collectionsLoo.colBranchcode %] |
Edit |
Delete |
[% END %]
[% ELSE %]
There are no collections currently defined.
[% END %]
[% IF ( previousActionEdit ) %]
Edit Collection
[% ELSE %]
Create new collection
[% END %]