Changeset 1586471
- Timestamp:
- 02/01/2017 12:33:11 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
scale-lite-tools/trunk/inc/sl-google-maps/class-slt-gmap-meta-fields.php
r1586465 r1586471 195 195 case 'width': 196 196 $input = sprintf( 197 '<input %s id="%s" name="%s" type="%s" value="%s"><p class="description">Width of the map in pixels. e.g. 550. Leave empty defaults to 100 procent.</p>',197 '<input %s id="%s" name="%s" type="%s" value="%s"><p class="description">Width of the map in pixels. e.g. 350. If empty, it defaults to 100%%.</p>', 198 198 $field['type'] !== 'color' ? 'class="semi-large-text"' : '', 199 199 $field['id'], … … 205 205 case 'height': 206 206 $input = sprintf( 207 '<input %s id="%s" name="%s" type="%s" value="%s"><p class="description">Height of the map in pixels. e.g. 5 50</p>',207 '<input %s id="%s" name="%s" type="%s" value="%s"><p class="description">Height of the map in pixels. e.g. 520</p>', 208 208 $field['type'] !== 'color' ? 'class="semi-large-text"' : '', 209 209 $field['id'],
Note: See TracChangeset
for help on using the changeset viewer.