Skip to content

Commit

Permalink
Merge branch 'main' into N21-2019-show-tool-usage
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorCapCoder committed Jun 21, 2024
2 parents c584925 + d78493a commit 8f92f0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/ctltools/forms/add-ctl-tool.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
<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" placeholder="123456">
<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">
Expand Down

0 comments on commit 8f92f0e

Please sign in to comment.