Merge pull request #12336 from totten/master-status-check
[civicrm-core.git] / ang / crmMailing / EditRecipOptionsDialogCtrl.html
index 53d2c15b88c258d0aba963d754f1847beed4d1cb..be5e2c2e5f138b623a8f9d16223aa7263b0a26eb 100644 (file)
@@ -4,11 +4,11 @@
 
       <div crm-ui-field="{title: ts('Dedupe by email'), help: hs('dedupe_email')}" crm-layout="checkbox">
         <input
-          type='checkbox'
-          ng-model='model.mailing.dedupe_email'
+          type="checkbox"
+          ng-model="model.mailing.dedupe_email"
           ng-true-value="'1'"
           ng-false-value="'0'"
-          />
+          >
       </div>
 
       <div crm-ui-field="{name: 'editRecipOptionsForm.location_type_id', title: ts('Location Type')}">
@@ -17,9 +17,7 @@
           crm-ui-select="{dropdownAutoWidth : true}"
           name="location_type_id"
           ng-model="model.mailing.location_type_id"
-          required
           >
-
           <option value="">{{ts('Automatic')}}</option>
           <option ng-repeat="locType in model.fields.location_type_id.options"
                   ng-value="locType.key">{{locType.value}}</option>
@@ -32,7 +30,6 @@
           crm-ui-select=""
           name="email_selection_method"
           ng-model="model.mailing.email_selection_method"
-          required
           >
           <option ng-repeat="selMet in model.fields.email_selection_method.options"
                   ng-value="selMet.key">{{selMet.value}}</option>