Skip to content

Commit

Permalink
[WIP] Make Commons filename editable
Browse files Browse the repository at this point in the history
This allows users to adjust the name based on the title returned
in the IA metadata

Bug: T271423
  • Loading branch information
inductiveload committed Apr 14, 2021
1 parent f3e6097 commit 72fb3d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/commons/fill.twig
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<label for="commonsName" class="col-lg-2 control-label">{{ 'form-label-commons-name'|message }}</label>
<div class="col-lg-10">
<span class="input-group">
<input name="commonsName" id="commonsName" type="text" size="30" required="required" readonly="readonly" class="form-control" value="{{ commonsName|e }}" />
<input name="commonsName" id="commonsName" type="text" size="30" required="required" class="form-control" value="{{ commonsName|e }}" />
<span class="input-group-addon">.{{ format }}</span>
</span>
</div>
Expand Down

0 comments on commit 72fb3d1

Please # to comment.