Skip to content

Commit

Permalink
N21-1976 add Medienkatalog Id (#256)
Browse files Browse the repository at this point in the history
* add Medienkatalog Id
  • Loading branch information
IgorCapCoder authored May 22, 2024
1 parent 22a9490 commit cc85ceb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions views/ctltools/forms/add-ctl-tool.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
<input type="text" name="medium[mediumId]" id="mediumId" class="form-control" placeholder="urn:bilo:medium:123456789">
</div>
<div class="form-group">
<label class="control-label" for="mediaSourceId">Medienkatalog-Id</label>
<input type="text" name="medium[mediaSourceId]" id="mediaSourceId" class="form-control">
</div><div class="form-group">
<label class="control-label" for="publisher">Anbieter</label>
<input type="text" name="medium[publisher]" id="publisher" class="form-control">
</div>
Expand Down

0 comments on commit cc85ceb

Please sign in to comment.