mirror of
https://github.com/bitwarden/browser.git
synced 2025-02-17 01:31:25 +01:00
removed disable send references
This commit is contained in:
parent
ec162f8fbf
commit
68044f7170
@ -28,8 +28,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div *ngIf="send.type === sendType.File" class="box-content-row" appBowRow>
|
<div *ngIf="send.type === sendType.File" class="box-content-row" appBowRow>
|
||||||
<label for="file">{{'file' | i18n}}</label>
|
<label for="file">{{'file' | i18n}}</label>
|
||||||
<input type="file" id="file" class="form-control-file" name="file" required
|
<input type="file" id="file" class="form-control-file" name="file" required>
|
||||||
[disabled]="disableSend">
|
|
||||||
<div class="subtext">{{'sendFileDesc' | i18n}} {{'maxFileSize' | i18n}}</div>
|
<div class="subtext">{{'sendFileDesc' | i18n}} {{'maxFileSize' | i18n}}</div>
|
||||||
</div>
|
</div>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
@ -69,7 +68,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="box-content-row" *ngIf="deletionDateSelect === 0 && !editMode">
|
<div class="box-content-row" *ngIf="deletionDateSelect === 0 && !editMode">
|
||||||
<input id="deletionDateCustom" type="datetime-local" name="deletionDate"
|
<input id="deletionDateCustom" type="datetime-local" name="deletionDate"
|
||||||
[(ngModel)]="deletionDate" required placeholder="MM/DD/YYYY HH:MM AM/PM" [readOnly]="disableSend">
|
[(ngModel)]="deletionDate" required placeholder="MM/DD/YYYY HH:MM AM/PM">
|
||||||
</div>
|
</div>
|
||||||
<div class="box-content-row" appBoxRow>
|
<div class="box-content-row" appBoxRow>
|
||||||
<label for="expirationDate">{{'expirationDate' | i18n}}</label>
|
<label for="expirationDate">{{'expirationDate' | i18n}}</label>
|
||||||
@ -82,7 +81,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="box-content-row" *ngIf="expirationDateSelect === 0 && !editMode">
|
<div class="box-content-row" *ngIf="expirationDateSelect === 0 && !editMode">
|
||||||
<input id="expirationDateCustom" type="datetime-local" name="expirationDate"
|
<input id="expirationDateCustom" type="datetime-local" name="expirationDate"
|
||||||
[(ngModel)]="expirationDate" required placeholder="MM/DD/YYYY HH:MM AM/PM" [readOnly]="disableSend">
|
[(ngModel)]="expirationDate" required placeholder="MM/DD/YYYY HH:MM AM/PM">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user