Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

Prettier modal tag design (#1492)

* Add class for input & remove redundant text

* add class to modal body containing tag form
Cette révision appartient à :
kilo 2017-09-03 15:43:47 +02:00 révisé par ewhal
Parent dbb1d0e9c6
révision c42efa0ae8

Voir le fichier

@ -248,15 +248,14 @@
<span class="close">&times;</span>
<h2>{{ T("add_tag") }}</h2>
</div>
<div class="modal-body">
<h4>{{ T("add_tag") }}</h4>
<div class="modal-body upload-tag-form">
{{ yield csrf_field() }}
{{ range Config.Torrents.Tags.Types }}
{{ yield tagForm(tagType=.) }}
{{ end }}
<div class="form-group">
<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 class="modal-footer">