Changeset 2095290
- Timestamp:
- 05/26/2019 01:35:17 PM (7 years ago)
- File:
-
- 1 edited
-
chartsbeds/trunk/chartsbeds_admin.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
chartsbeds/trunk/chartsbeds_admin.php
r2095244 r2095290 70 70 $snPrice = $_POST['cbsnippet_price']; 71 71 update_option('cbsnippet_price', $snPrice); 72 $snLogo = $_POST['cbsnippet_logo']; 73 update_option('cbsnippet_logo', $snLogo); 72 74 ?> 73 75 … … 91 93 $snPhone = get_option('cbsnippet_phone'); 92 94 $snPrice = get_option('cbsnippet_price'); 95 $snLogo = get_option('cbsnippet_logo'); 93 96 } 94 97 … … 155 158 <p><input type="text" name="cbsnippet_city" id="cbsnippet_city" value="<?php echo $snCity ?>" size="110"></p> 156 159 </div> 157 <div style="width:50%; float: left;">160 <div style="width:50%; float: right;"> 158 161 <?php _e("Street address:" ); ?> 159 162 <p><input type="text" name="cbsnippet_street" id="cbsnippet_street" value="<?php echo $snStreet ?>" size="110"></p> … … 168 171 <p><input type="text" name="cbsnippet_price" id="cbsnippet_price" value="<?php echo $snPrice ?>" size="110"></p> 169 172 </div> 170 <p class="submit"><input type="submit" name="Save" value="<?php _e('Update Options', 'charts_updates' ); ?>" /></p> 173 <?php _e("Logo url:" ); ?> 174 <p><input type="text" name="cbsnippet_logo" id="cbsnippet_logo" value="<?php echo $snLogo ?>" size="110"></p> 175 176 <p class="submit" width="100%"><input type="submit" name="Save" value="<?php _e('Update Options', 'charts_updates' ); ?>" /></p> 171 177 <?php echo wp_nonce_field('cbeds-update'); ?> 172 178 </form>
Note: See TracChangeset
for help on using the changeset viewer.