Heray-Was-Here
Server : Apache
System : Linux vps37394.inmotionhosting.com 3.10.0-1160.119.1.vz7.224.4 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
User : jasonp18 ( 1000)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
Directory :  /home/jasonp18/www/wp-content/plugins/formidable-pro/classes/views/settings/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/jasonp18/www/wp-content/plugins/formidable-pro/classes/views/settings/messages.php
<?php
if ( ! defined( 'ABSPATH' ) ) {
	die( 'You are not allowed to call this page directly.' );
}
?>
<p class="frm_grid_container">
	<label for="frm_edit_msg" class="frm4 frm_form_field" >
		<?php esc_html_e( 'Edit Message', 'formidable-pro' ); ?>
		<span class="frm_help frm_icon_font frm_tooltip_icon" title="<?php esc_attr_e( 'The default message seen when after an entry is updated.', 'formidable-pro' ); ?>"></span>
	</label>
    <input type="text" id="frm_edit_msg" name="frm_edit_msg" class="frm8 frm_form_field" value="<?php echo esc_attr( $frmpro_settings->edit_msg ); ?>" />
</p>

<p class="frm_grid_container">
	<label for="frm_update_value" class="frm4 frm_form_field">
		<?php esc_html_e( 'Update Button', 'formidable-pro' ); ?>
		<span class="frm_help frm_icon_font frm_tooltip_icon" title="<?php esc_attr_e( 'The label on the submit button when editing and entry.', 'formidable-pro' ); ?>"></span>
	</label>
    <input type="text" id="frm_update_value" name="frm_update_value" class="frm8 frm_form_field" value="<?php echo esc_attr($frmpro_settings->update_value); ?>" />
</p>

<p class="frm_grid_container">
	<label for="frm_login_msg" class="frm4 frm_form_field">
		<?php esc_html_e( 'Login Message', 'formidable-pro' ); ?>
		<span class="frm_help frm_icon_font frm_tooltip_icon" title="<?php esc_attr_e( 'The message seen when a user who is not logged-in views a form only logged-in users can submit.', 'formidable-pro' ); ?>"   ></span>
	</label>
    <input type="text" id="frm_login_msg" name="frm_login_msg" class="frm8 frm_form_field" value="<?php echo esc_attr($frm_settings->login_msg); ?>" />
</p>

<p class="frm_grid_container">
	<label for="frm_already_submitted" class="frm4 frm_form_field" >
		<?php esc_html_e( 'Previously Submitted Message', 'formidable-pro' ); ?>
		<span class="frm_help frm_icon_font frm_tooltip_icon" title="<?php esc_attr_e( 'The message seen when a user attempts to submit a form for a second time if submissions are limited.', 'formidable-pro' ); ?>"></span>
	</label>
	<input type="text" id="frm_already_submitted" name="frm_already_submitted" class="frm8 frm_form_field" value="<?php echo esc_attr($frmpro_settings->already_submitted); ?>" />
</p>

Hry