-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Dominic Tubach
committed
Sep 23, 2024
1 parent
38eff83
commit 0261d4f
Showing
6 changed files
with
51 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
ang/crmRemoteEventFormEditor/field-types/file.template.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<div class="control form-group"> | ||
<label for="field-target-{{ngModelItem._id}}">{{ ts('Target') }}</label> | ||
<input id="field-target-{{ngModelItem._id}}" class="form-control" type="text" ng-model="ngModelItem.target" ng-required="true"> | ||
</div> | ||
<div class="control form-group"> | ||
<label for="field-max-filesize-{{ngModelItem._id}}">{{ ts('Maximum Length in Bytes') }}</label> | ||
<input id="field-max-filesize-{{ngModelItem._id}}" class="form-control" type="number" min="1" ng-model="ngModelItem.maxFilesize"> | ||
</div> | ||
<div> | ||
{{ ts('An existing file cannot be removed on update, only be replaced by a new one.') }} | ||
</div> |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters