Version Description
- Interface improvements
Download this release
Release Info
Developer | codepeople |
Plugin | Contact Form Email |
Version | 1.3.04 |
Comparing to | |
See all releases |
Code changes from version 1.3.03 to 1.3.04
- README.txt +5 -2
- cp-admin-int-message-list.inc.php +2 -2
- cp-admin-int-report.inc.php +2 -2
- form-to-email.php +1 -1
README.txt
CHANGED
@@ -456,6 +456,9 @@ When you click a field already added into the contact form builder area, you can
|
|
456 |
|
457 |
== Changelog ==
|
458 |
|
|
|
|
|
|
|
459 |
= 1.3.03 =
|
460 |
* API improvement
|
461 |
|
@@ -1066,5 +1069,5 @@ When you click a field already added into the contact form builder area, you can
|
|
1066 |
|
1067 |
== Upgrade Notice ==
|
1068 |
|
1069 |
-
= 1.3.
|
1070 |
-
*
|
456 |
|
457 |
== Changelog ==
|
458 |
|
459 |
+
= 1.3.04 =
|
460 |
+
* Interface improvements
|
461 |
+
|
462 |
= 1.3.03 =
|
463 |
* API improvement
|
464 |
|
1069 |
|
1070 |
== Upgrade Notice ==
|
1071 |
|
1072 |
+
= 1.3.04 =
|
1073 |
+
* Interface improvements
|
cp-admin-int-message-list.inc.php
CHANGED
@@ -149,8 +149,8 @@ $nonce = wp_create_nonce( 'cfte_message_actions_plist' );
|
|
149 |
<input type="hidden" name="page" value="<?php echo $this->menu_parameter; ?>" />
|
150 |
<input type="hidden" name="cal" value="<?php echo $this->item; ?>" />
|
151 |
<input type="hidden" name="list" value="1" />
|
152 |
-
<nobr>Search for: <input type="text" name="search" value="<?php echo esc_attr($_GET["search"]); ?>" /> </nobr>
|
153 |
-
<nobr>From: <input type="text" id="dfrom" name="dfrom" style="width:100px;" value="<?php echo esc_attr($_GET["dfrom"]); ?>" /><?php cfte_get_time_field('tfrom');?>
|
154 |
</nobr>
|
155 |
<nobr>To: <input type="text" id="dto" name="dto" value="<?php echo esc_attr($_GET["dto"]); ?>" /><?php cfte_get_time_field('tto'); ?>
|
156 |
</nobr>
|
149 |
<input type="hidden" name="page" value="<?php echo $this->menu_parameter; ?>" />
|
150 |
<input type="hidden" name="cal" value="<?php echo $this->item; ?>" />
|
151 |
<input type="hidden" name="list" value="1" />
|
152 |
+
<nobr>Search for: <input autocomplete="off" type="text" name="search" value="<?php echo esc_attr($_GET["search"]); ?>" /> </nobr>
|
153 |
+
<nobr>From: <input autocomplete="off" type="text" id="dfrom" name="dfrom" style="width:100px;" value="<?php echo esc_attr($_GET["dfrom"]); ?>" /><?php cfte_get_time_field('tfrom');?>
|
154 |
</nobr>
|
155 |
<nobr>To: <input type="text" id="dto" name="dto" value="<?php echo esc_attr($_GET["dto"]); ?>" /><?php cfte_get_time_field('tto'); ?>
|
156 |
</nobr>
|
cp-admin-int-report.inc.php
CHANGED
@@ -108,8 +108,8 @@ else
|
|
108 |
<input type="hidden" name="report" value="1" />
|
109 |
<input type="hidden" name="field" value="<?php echo esc_attr($_GET["field"]); ?>" />
|
110 |
<nobr><label>Search for:</label> <input type="text" name="search" value="<?php echo esc_attr($_GET["search"]); ?>"> </nobr>
|
111 |
-
<nobr><label>From:</label> <input type="text" id="dfrom" name="dfrom" value="<?php echo esc_attr($_GET["dfrom"]); ?>" > </nobr>
|
112 |
-
<nobr><label>To:</label> <input type="text" id="dto" name="dto" value="<?php echo esc_attr($_GET["dto"]); ?>" > </nobr>
|
113 |
<nobr><label>Item:</label> <select id="cal" name="cal">
|
114 |
<option value="0">[<?php _e('All Items','cpappb'); ?>]</option>
|
115 |
<?php
|
108 |
<input type="hidden" name="report" value="1" />
|
109 |
<input type="hidden" name="field" value="<?php echo esc_attr($_GET["field"]); ?>" />
|
110 |
<nobr><label>Search for:</label> <input type="text" name="search" value="<?php echo esc_attr($_GET["search"]); ?>"> </nobr>
|
111 |
+
<nobr><label>From:</label> <input autocomplete="off" type="text" id="dfrom" name="dfrom" value="<?php echo esc_attr($_GET["dfrom"]); ?>" > </nobr>
|
112 |
+
<nobr><label>To:</label> <input autocomplete="off" type="text" id="dto" name="dto" value="<?php echo esc_attr($_GET["dto"]); ?>" > </nobr>
|
113 |
<nobr><label>Item:</label> <select id="cal" name="cal">
|
114 |
<option value="0">[<?php _e('All Items','cpappb'); ?>]</option>
|
115 |
<?php
|
form-to-email.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Contact Form Email
|
4 |
Plugin URI: https://form2email.dwbooster.com/download
|
5 |
Description: Contact form that sends the data to email and also to a database list and CSV file.
|
6 |
-
Version: 1.3.
|
7 |
Author: CodePeople
|
8 |
Author URI: https://form2email.dwbooster.com
|
9 |
Text Domain: contact-form-to-email
|
3 |
Plugin Name: Contact Form Email
|
4 |
Plugin URI: https://form2email.dwbooster.com/download
|
5 |
Description: Contact form that sends the data to email and also to a database list and CSV file.
|
6 |
+
Version: 1.3.04
|
7 |
Author: CodePeople
|
8 |
Author URI: https://form2email.dwbooster.com
|
9 |
Text Domain: contact-form-to-email
|