basics.php
14 lines
| 1 | <h5><?php _e( "Change order", 'codepress-admin-columns' ); ?></h5> |
| 2 | <p> |
| 3 | <?php _e( "By dragging the columns you can change the order which they will appear in.", 'codepress-admin-columns' ); ?> |
| 4 | </p> |
| 5 | |
| 6 | <h5><?php _e( "Change label", 'codepress-admin-columns' ); ?></h5> |
| 7 | <p> |
| 8 | <?php _e( "By clicking on the triangle you will see the column options. Here you can change each label of the columns heading.", 'codepress-admin-columns' ); ?> |
| 9 | </p> |
| 10 | |
| 11 | <h5><?php _e( "Change column width", 'codepress-admin-columns' ); ?></h5> |
| 12 | <p> |
| 13 | <?php _e( "By clicking on the triangle you will see the column options. By using the draggable slider you can set the width of the columns in percentages.", 'codepress-admin-columns' ); ?> |
| 14 | </p> |