]> git.mxchange.org Git - friendica.git/blob - view/theme/frio/templates/field_fileinput.tpl
Merge pull request #5823 from annando/ap-attach
[friendica.git] / view / theme / frio / templates / field_fileinput.tpl
1
2 <div class="form-group field input file">
3         <label for="id_{{$field.0}}" id="label_{{$field.0}}">{{$field.1}}</label>
4         <div class="input-group" id="{{$field.0}}">
5                 <input class="form-control file" name="{{$field.0}}" id="id_{{$field.0}}" type="text" value="{{$field.2}}" aria-describedby="{{$field.0}}_tip">
6                 {{if $field.4}}<span class="required">{{$field.4}}</span>{{/if}}
7                 <span class="input-group-addon image-select"><i class="fa fa-picture-o"></i></span>
8         </div>
9         {{if $field.3}}
10         <span class="help-block" id="{{$field.0}}_tip" role="tooltip">{{$field.3}}</span>
11         {{/if}}
12         <div id="end_{{$field.0}}" class="field_end"></div>
13 </div>