Changeset 2869167
- Timestamp:
- 02/22/2023 07:00:42 AM (3 years ago)
- Location:
- wp-table-editor
- Files:
-
- 1 added
- 1 edited
-
assets/screenshot-18.png (added)
-
trunk/includes/admin/table.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-table-editor/trunk/includes/admin/table.php
r2869143 r2869167 233 233 <label><?php esc_html_e('Width', 'wp-table-editor'); ?></label> 234 234 <div class="input-group"> 235 <input type="number" min="0" class="form-control" id="table_width" name="table_width" value="100 %">235 <input type="number" min="0" class="form-control" id="table_width" name="table_width" value="100"> 236 236 <select name="table_unit" id="table_unit" class="form-control"> 237 237 <option value="%">%</option>
Note: See TracChangeset
for help on using the changeset viewer.