Changeset 1790362
- Timestamp:
- 12/21/2017 01:10:58 AM (7 years ago)
- Location:
- simple-schedule-notice/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
simple-schedule-notice/trunk/class-genfset.php
r1718499 r1790362 141 141 //$str = '<input type="checkbox" name="'.$nam.'" id="'.$id.'"'.($chk ? ' checked' : '').' data-inline="true"'; 142 142 $str = '<label><input type="checkbox" name="' . $nam . '" id="' . $id . '"' . ($chk ? ' checked' : '') 143 . ' style="margin-right:0.5em;"';143 . ' style="margin-right:0.5em;"'; 144 144 if ( $opt[ 'ro' ] ) { 145 145 $str .= '" disabled'; -
simple-schedule-notice/trunk/readme.txt
r1761204 r1790362 47 47 == Changelog == 48 48 49 = 1.0.5 = 50 * Fixed the problem that checkboxes 'Do not send to destination 1' and '2' in 51 Notification Settings pagedo not show status properly. 52 49 53 = 1.0.4 = 50 54 = 1.0.3 = -
simple-schedule-notice/trunk/simple-schedule-notice.php
r1749028 r1790362 8 8 Text Domain: smpl_shcd_notice 9 9 Domain Path: /languages 10 Version: 1.0. 410 Version: 1.0.5 11 11 */ 12 12 include_once 'definitions.php';
Note: See TracChangeset
for help on using the changeset viewer.