comment fixes
[civicrm-core.git] / ang / crmStatusPage / SnoozeOptions.html
1 <span ng-form="snoozeOptions" crm-ui-id-scope style="display: inline">
2 <span crm-ui-field="{name: 'snoozeOptions.until', title: ts('Snooze until')}" style="display: inline" >
3 <input name="until" crm-ui-datepicker ng-model="status.snoozeOptions.until" style="display: inline" />
4 <a crm-icon="fa-floppy-o" ng-click="snooze(status)" class="crm-hover-button" title="{{ts('Save Preference')}}"></a>
5 <span>
6 </span>
7 <!-- snooze options page, creates a box for picking a date you would like to snooze a status alert until -->