Changeset 2701093
- Timestamp:
- 03/29/2022 08:31:14 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wp-mailing-group/trunk/template/mg_mailinggroupadd.php
r2690292 r2701093 286 286 287 287 </div> 288 <div class="clearbth"></div> 289 290 <div><h3><?php _e("Incoming Mail Settings", 'mailing-group-module'); ?></h3></div> 288 291 289 292 <div class="form-field"> … … 340 343 $classmail = "block"; 341 344 } 342 ?> 345 ?> 346 <div class="clearbth"></div> 347 348 <div><h3><?php _e("Outgoing Mail Settings", 'mailing-group-module'); ?></h3></div> 343 349 <div class="form-field"> 344 <label for="tag-name"><?php _e(" Outgoing Email Settings", 'mailing-group-module'); ?> : </label>350 <label for="tag-name"><?php _e("Choose Mailing Function ", 'mailing-group-module'); ?> : </label> 345 351 <input type="radio" class="mail_type" name="mail_type" <?php if($mail_type == 'wp'){ echo 'checked'; } ?> value="wp"/><p class="innn"> <?php _e("WP Mail", 'mailing-group-module'); ?> </p> 346 352 <input type="radio" id="mail_type_smtp" class="mail_type" name="mail_type" <?php if($mail_type == 'smtp'){ echo 'checked'; } ?> value="smtp"/><p class="innn"> <?php _e("SMTP Mail", 'mailing-group-module'); ?> </p> 347 353 <input type="radio" class="mail_type" name="mail_type" <?php if($mail_type == 'php'){ echo 'checked'; } ?> value="php"/><p class="innn"> <?php _e("PHP Mail", 'mailing-group-module'); ?> </p> 348 <p class="noteclass"><?php _e("-If not sure what to choose, select WP Mail. To test outgoing email settings, save mailing group settings and go to Troubleshooting tab on left sidebar.",'mailing-group-module');?>354 <p class="noteclass"><?php _e("-If not sure what to choose, select WP Mail.",'mailing-group-module');?> 349 355 <p class="innn" style="clear: both;"> 350 356 <a href="<?php echo admin_url('admin.php?page=wpmg_mailinggroup_testmail'); ?>" target="_blank"> … … 352 358 </a> 353 359 </p> 360 </p> 354 361 </div> 355 362
Note: See TracChangeset
for help on using the changeset viewer.