Prettier modal tag design (#1492)
* Add class for input & remove redundant text * add class to modal body containing tag form
Cette révision appartient à :
Parent
dbb1d0e9c6
révision
c42efa0ae8
1 fichiers modifiés avec 2 ajouts et 3 suppressions
|
@ -248,15 +248,14 @@
|
||||||
<span class="close">×</span>
|
<span class="close">×</span>
|
||||||
<h2>{{ T("add_tag") }}</h2>
|
<h2>{{ T("add_tag") }}</h2>
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-body">
|
<div class="modal-body upload-tag-form">
|
||||||
<h4>{{ T("add_tag") }}</h4>
|
|
||||||
{{ yield csrf_field() }}
|
{{ yield csrf_field() }}
|
||||||
{{ range Config.Torrents.Tags.Types }}
|
{{ range Config.Torrents.Tags.Types }}
|
||||||
{{ yield tagForm(tagType=.) }}
|
{{ yield tagForm(tagType=.) }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label class="input-label" for="tag_{{Config.Torrents.Tags.Default}}">{{ T("tagtype_tags") }}</label>
|
<label class="input-label" for="tag_{{Config.Torrents.Tags.Default}}">{{ T("tagtype_tags") }}</label>
|
||||||
<input type="text" name="tag_{{Config.Torrents.Tags.Default}}" id="tag_{{Config.Torrents.Tags.Default}}" value="" />
|
<input type="text" class="form-input" name="tag_{{Config.Torrents.Tags.Default}}" id="tag_{{Config.Torrents.Tags.Default}}" value="" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-footer">
|
<div class="modal-footer">
|
||||||
|
|
Référencer dans un nouveau ticket