Notifications from list
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -137,7 +137,7 @@ $event_newsletterFr = get_post($event_newsletterFrId); | ... | @@ -137,7 +137,7 @@ $event_newsletterFr = get_post($event_newsletterFrId); |
| 137 | ) == $group->getID()) ? 'selected="selected"' | 137 | ) == $group->getID()) ? 'selected="selected"' |
| 138 | : ""; ?>><?php echo $group->getName(); ?></option> | 138 | : ""; ?>><?php echo $group->getName(); ?></option> |
| 139 | <?php };?> | 139 | <?php };?> |
| 140 | <option value="uploadlist" <?php echo ($validation->set_value('sendto') == "uploadlist") | 140 | <option value="report" <?php echo ($validation->set_value('sendto') == "report") |
| 141 | ? 'selected="selected"' : ""; ?>>Upload List by CSV | 141 | ? 'selected="selected"' : ""; ?>>Upload List by CSV |
| 142 | </option> | 142 | </option> |
| 143 | </optgroup> | 143 | </optgroup> |
| ... | @@ -351,7 +351,7 @@ endforeach; | ... | @@ -351,7 +351,7 @@ endforeach; |
| 351 | 351 | ||
| 352 | 352 | ||
| 353 | $(document).on('change', '#sendto', function() { | 353 | $(document).on('change', '#sendto', function() { |
| 354 | if ($(this).val() == 'uploadlist') { | 354 | if ($(this).val() == 'report') { |
| 355 | $(this).hide(); | 355 | $(this).hide(); |
| 356 | $('#uploadcsv').show(); | 356 | $('#uploadcsv').show(); |
| 357 | } | 357 | } | ... | ... |
-
Please register or sign in to post a comment