Exemplo n.º 1
0
?>
</span>
						</label>
						
						<input type="text"
							   name="bbpp_thankmelater_opt_out_form_in_text_custom"
							   class="regular-text"
							   value="<?php 
echo esc_attr($opt_out_form_in_text_custom);
?>
"
							   />
					</fieldset>
					
					<?php 
Bbpp_ThankMeLater_ErrorHelper::show_error($errors, "opt_out_form_in_text");
?>
				</td>
			</tr>
		</table>
		
		<?php 
submit_button(__("Save Options", "bbpp-thankmelater"));
?>
	</form>
	
	<?php 
if ($opt_out_results) {
    ?>
	
	<h3><?php 
Exemplo n.º 2
0
?>
</label></th>
				<td colspan="2">
					<label>
						<input type="checkbox" name="track_opens" value="1"<?php 
if ($message->getTrackOpens()) {
    echo " checked=\"checked\"";
}
?>
>
						<?php 
echo __("Track number of times email is opened.", "bbpp-thankmelater");
?>
					</label>
					<p class="description"><?php 
echo __("You can view open statistics on the 'Stats' page.", "bbpp-thankmelater");
?>
</p>
					<?php 
Bbpp_ThankMeLater_ErrorHelper::show_error($error, "track_opens");
?>
				</td>
			</tr>
		</table>
		
		<?php 
submit_button(__("Save Message", "bbpp-thankmelater"));
?>
	</form>
	
</div>