Sha256: 8a8dcad01f0182872c5beb0ee0776fab61348c16451020f987f1dafdd277dada
Contents?: true
Size: 1.53 KB
Versions: 2
Compression:
Stored size: 1.53 KB
Contents
<div class="form-group"> <label class="col-sm-2 control-label"> <%= t('txt.views.search_results.change_note.date') %> </label> <div class="col-sm-10"> <div class="form-inline"> <label for="change_note_type" class="sr-only"><%= t('txt.views.search_results.change_note.type') %></label> <%= select_tag :change_note_type, options_for_select([[t('txt.views.search_results.change_note.created'), :created], [t('txt.views.search_results.change_note.modified'), :modified]], params[:change_note_type]), :include_blank => true, class: 'form-control' %> <div class="input-group date datepicker"> <label for="change_note_date_from" class="sr-only"><%= t('txt.views.search_results.change_note.date_from') %></label> <%= text_field_tag :change_note_date_from, params[:change_note_date_from], placeholder: 'z.B.: 2010-05-14', class: 'form-control', style: 'border-radius: 4px 0px 0px 4px;' %> <div class="input-group-addon"> <i class="fa fa-calendar" aria-hidden="true"></i> </div> </div> <div class="input-group date datepicker"> <label for="change_note_date_from" class="sr-only"><%= t('txt.views.search_results.change_note.date_to') %></label> <%= text_field_tag :change_note_date_to, params[:change_note_date_to], placeholder: 'z.B.: 2010-05-14', class: 'form-control', style: 'border-radius: 4px 0px 0px 4px;' %> <div class="input-group-addon"> <i class="fa fa-calendar" aria-hidden="true"></i> </div> </div> </div> </div> </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
iqvoc-4.12.1 | app/views/search_results/sections/_change_note.html.erb |
iqvoc-4.12.0 | app/views/search_results/sections/_change_note.html.erb |