Changeset 1381769
- Timestamp:
- 03/30/2016 06:59:25 AM (10 years ago)
- Location:
- gf-uploads-as-attachments/trunk
- Files:
-
- 1 added
- 2 edited
-
gforms-uploads-as-attachments.php (modified) (3 diffs)
-
languages (added)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
gf-uploads-as-attachments/trunk/gforms-uploads-as-attachments.php
r1324137 r1381769 4 4 Plugin URI: https://github.com/Jebble/Gravity-Forms-Uploads-as-Attachments 5 5 Description: Adds an option to send files from the fileupload field(s) as attachment with notifications 6 Version: 1. 0.16 Version: 1.1.0 7 7 Author: Jebble 8 8 Author URI: http://jebble.nl/ 9 Text Domain: jbl _gfuaa9 Text Domain: jbl-gfuaa 10 10 */ 11 11 … … 43 43 <th colspan=2> 44 44 <hr> 45 <strong> Uploads as Attachments settings: </strong>45 <strong>' . __( 'Uploads as Attachments settings', 'jbl-gfuaa' ) . ': </strong> 46 46 </th> 47 47 </tr> 48 48 <tr valign="top"> 49 49 <th scope="row"> 50 <label for="jbl_gfuaa_enable">' . __( 'Enable', 'jbl _gfuaa' ) . '</label>50 <label for="jbl_gfuaa_enable">' . __( 'Enable', 'jbl-gfuaa' ) . '</label> 51 51 </th> 52 52 <td> 53 53 <input type="checkbox" id="jbl_gfuaa_enable" name="jbl_gfuaa_enable" value="1"' . $checked_enable . '> 54 <label for="jbl_gfuaa_enable" class="inline">' . __( 'Add fileupload fields from this form as attachments to this notification', 'jbl _gfuaa' ) . '</label>54 <label for="jbl_gfuaa_enable" class="inline">' . __( 'Add fileupload fields from this form as attachments to this notification', 'jbl-gfuaa' ) . '</label> 55 55 <br> 56 56 </td> … … 58 58 <tr valign="top"> 59 59 <th scope="row"> 60 <label for="jbl_gfuaa_delete_files_after">' . __( 'Delete files', 'jbl _gfuaa' ) . '</label>60 <label for="jbl_gfuaa_delete_files_after">' . __( 'Delete files', 'jbl-gfuaa' ) . '</label> 61 61 </th> 62 62 <td> 63 63 <input type="checkbox" id="jbl_gfuaa_delete_files_after" name="jbl_gfuaa_delete_files_after" value="1"' . $checked_delete_files_after . '> 64 <label for="jbl_gfuaa_delete_files_after" class="inline">' . __( 'Delete uploaded files from server after notification sent?', 'jbl _gfuaa' ) . '</label>64 <label for="jbl_gfuaa_delete_files_after" class="inline">' . __( 'Delete uploaded files from server after notification sent?', 'jbl-gfuaa' ) . '</label> 65 65 <br> 66 66 </td> -
gf-uploads-as-attachments/trunk/readme.txt
r1324137 r1381769 40 40 41 41 == Changelog == 42 #####1.1.0 43 - Corrected preparation for i18n localization. 42 44 43 45 #####1.0.1
Note: See TracChangeset
for help on using the changeset viewer.