mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 10:34:15 +00:00
Added more comments
This commit is contained in:
@@ -15,13 +15,10 @@
|
||||
<div *ngIf="collectionDefaultAccessConditions.length > 0" class="row">
|
||||
<div class="col-sm-12" >
|
||||
<ds-alert [type]="AlertTypeEnum.Warning">
|
||||
<!-- no def , no banner -->
|
||||
<ng-container *ngIf="collectionPolicyType === 1">
|
||||
<!-- def e no scelta -->
|
||||
{{ 'submission.sections.upload.header.policy.default.nolist' | translate:{ "collectionName": collectionName } }}
|
||||
</ng-container>
|
||||
<ng-container *ngIf="collectionPolicyType === 2">
|
||||
<!-- def e scelta -->
|
||||
{{ 'submission.sections.upload.header.policy.default.withlist' | translate:{ "collectionName": collectionName } }}
|
||||
</ng-container>
|
||||
<span class="clearfix"></span>
|
||||
|
Reference in New Issue
Block a user