Merge pull request #19358 from colemanw/dashboardStatus
[civicrm-core.git] / ext / afform / gui / ang / afGuiEditor / inputType / Date.html
1 <div class="form-inline">
2 <input autocomplete="off" class="form-control crm-form-date crm-placeholder-icon" placeholder="&#xF073" ng-model="getSet('input_attrs.placeholder')" ng-model-options="{getterSetter: true}" type="text" title="{{ ts('Click to add placeholder text') }}" />
3 <span class="addon fa fa-calendar"></span>
4 <input autocomplete="off" ng-if="getProp('input_attrs.time')" placeholder="&#xF017" class="form-control crm-form-time crm-placeholder-icon" ng-model="getSet('input_attrs.timePlaceholder')" ng-model-options="{getterSetter: true}" type="text" title="{{ ts('Click to add placeholder text') }}" />
5 </div>