Changeset 573519
- Timestamp:
- 07/17/2012 12:16:43 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wp-backgrounds-lite/trunk/inoplugs_background_plugin.php
r573497 r573519 24 24 25 25 //set falback settings 26 $ino_bglite_options['zindex'] = empty($ino_bglite_options['zindex']) ? " 0" : $ino_bglite_options['zindex'];26 $ino_bglite_options['zindex'] = empty($ino_bglite_options['zindex']) ? "-1" : $ino_bglite_options['zindex']; 27 27 $ino_bglite_options['bg_color'] = empty($ino_bglite_options['bg_color']) ? "" : $ino_bglite_options['bg_color']; 28 28 $ino_bglite_options['zindexcontainer'] = empty($ino_bglite_options['zindexcontainer']) ? "5" : $ino_bglite_options['zindexcontainer']; … … 307 307 <div class="option-content"> 308 308 <label for="zindex"> 309 <input type="text" name="<?php echo INO_WPBLITE_OPTIONNAME; ?>[zindex]" value="<?php if( !empty($ino_bglite_options['zindex']) ) { echo $ino_bglite_options['zindex']; }else{ echo " 0"; } ?>" /><br />309 <input type="text" name="<?php echo INO_WPBLITE_OPTIONNAME; ?>[zindex]" value="<?php if( !empty($ino_bglite_options['zindex']) ) { echo $ino_bglite_options['zindex']; }else{ echo "-1"; } ?>" /><br /> 310 310 <?php _e('Enter the z-index value of the background layer (0 by default).',INO_WPBLITE_TEXTDOMAIN); ?> 311 311 </label><br />
Note: See TracChangeset
for help on using the changeset viewer.