public static function add_conditional_update_msg()
 {
     echo '<tr><td colspan="2">';
     FrmAppHelper::update_message('calculate and conditionally hide and show fields');
     echo '</td></tr>';
 }
 public static function duplicate()
 {
     FrmAppHelper::update_message(__('duplicate styling templates', 'formidable'), 'wrap');
     self::load_styler('default');
 }
 public static function update_message($features)
 {
     _deprecated_function(__FUNCTION__, '2.0', 'FrmAppHelper::update_message');
     return FrmAppHelper::update_message($features);
 }
 public static function new_style($return = '')
 {
     FrmAppHelper::update_message(__('create multiple styling templates', 'formidable'), 'wrap');
     self::load_styler('default');
 }
<div id="form_views_page" class="wrap">
    <div class="frmicon icon32"><br/></div>
    <h2>
        <?php 
_e('Views', 'formidable');
?>
        <a href="#" class="add-new-h2 frm_invisible"><?php 
_e('Add New', 'formidable');
?>
</a>
    </h2>

<?php 
if ($form) {
    FrmAppController::get_form_nav($form);
}
require FrmAppHelper::plugin_path() . '/classes/views/shared/errors.php';
FrmAppHelper::update_message(__('display collected data in lists, calendars, and other formats', 'formidable'));
?>

    <img class="frm_no_views" src="http://fp.strategy11.com/images/custom-display-settings.png" alt="Display"/>
</div>
Exemple #6
0
        echo esc_attr($skey);
        ?>
][/if 125"><?php 
        echo esc_html($sname);
        ?>
</a>
	    </li>
	    <?php 
        $col = $col == 'one' ? 'two' : 'one';
        unset($skey, $sname);
    }
    ?>
        </ul>
    <?php 
} else {
    FrmAppHelper::update_message('use inline conditional logic');
}
?>
	</div>

	<div id="frm-adv-info-tab" class="tabs-panel">
		<ul class="frm_code_list">
        <?php 
$col = 'one';
foreach ($adv_shortcodes as $skey => $sname) {
    ?>
	    <li class="frm_col_<?php 
    echo esc_attr($col);
    ?>
">
	        <a href="javascript:void(0)" class="frmbutton button frm_insert_code <?php 
Exemple #7
0
<div id="form_reports_page" class="wrap">
    <div class="frmicon icon32"><br/></div>
    <h2>
		<?php 
_e('Reports', 'formidable');
?>
		<a href="#" class="add-new-h2 frm_invisible"><?php 
_e('Add New', 'formidable');
?>
</a>
	</h2>

<?php 
if ($form) {
    FrmAppController::get_form_nav($form, true);
}
require FrmAppHelper::plugin_path() . '/classes/views/shared/errors.php';
FrmAppHelper::update_message(__('view reports and statistics on your saved entries', 'formidable'));
?>

    <img class="frm_no_reports" src="http://fp.strategy11.com/wp-content/themes/formidablepro/images/reports1.png" alt="Reports"/>
</div>
" value="1" <?php 
checked($form_action->post_content['inc_user_info'], 1);
?>
 /> <?php 
_e('Append IP Address, Browser, and Referring URL to message', 'formidable');
?>
</label>

        <p><label for="<?php 
echo esc_attr($this->get_field_id('plain_text'));
?>
"><input type="checkbox" name="<?php 
echo esc_attr($this->get_field_name('plain_text'));
?>
" id="<?php 
echo esc_attr($this->get_field_id('plain_text'));
?>
" value="1" <?php 
checked($form_action->post_content['plain_text'], 1);
?>
 /> <?php 
_e('Send Emails in Plain Text', 'formidable');
?>
</label></p>
        <?php 
FrmAppHelper::update_message('conditionally send email notifications');
?>
    </td>
</tr>
</table>