|
53 | 53 | </th> |
54 | 54 | {{/if}} |
55 | 55 | {{/each}} |
56 | | - {{#if ../edit_url}}<th class="_col_edit">Edit</th>{{/if}} |
57 | | - {{#if ../delete_url}}<th class="_col_delete">Delete</th>{{/if}} |
| 56 | + {{#if ../edit_url}}<th class="_col_edit text-center">Edit</th>{{/if}} |
| 57 | + {{#if ../delete_url}}<th class="_col_delete text-center">Delete</th>{{/if}} |
58 | 58 | {{#if ../custom_actions}} |
59 | 59 | {{#each ../custom_actions}} |
60 | | - <th class="_col_custom">{{this.name}}</th> |
| 60 | + <th class="_col_custom text-center">{{this.name}}</th> |
61 | 61 | {{/each}} |
62 | 62 | {{/if}} |
63 | 63 | {{#if _sqlpage_actions}} |
64 | 64 | {{#each _sqlpage_actions}} |
65 | | - <th class="_col_action">{{this.name}}</th> |
| 65 | + <th class="_col_action text-center">{{this.name}}</th> |
66 | 66 | {{/each}} |
67 | 67 | {{/if}} |
68 | 68 | </tr> |
|
92 | 92 | {{/if~}} |
93 | 93 | {{~/each~}} |
94 | 94 | {{#if ../edit_url}} |
95 | | - <td class="col-auto fs-2"> |
| 95 | + <td class="align-middle _col_edit"> |
96 | 96 | <a href="{{replace ../edit_url '{id}' _sqlpage_id}}" class="align-middle link-secondary _col_edit" data-action="edit" title="Edit"> |
97 | 97 | {{~icon_img 'edit'~}} |
98 | 98 | </a> |
99 | 99 | </td> |
100 | 100 | {{/if}} |
101 | 101 | {{#if ../delete_url}} |
102 | | - <td class="col-auto fs-2"> |
| 102 | + <td class="align-middle _col_delete text-center"> |
103 | 103 | <a href="{{replace ../delete_url '{id}' _sqlpage_id}}" class="align-middle link-secondary _col_delete" data-action="delete" title="Delete"> |
104 | 104 | {{~icon_img 'trash'~}} |
105 | 105 | </a> |
106 | 106 | </td> |
107 | 107 | {{/if}} |
108 | 108 | {{#if ../custom_actions}} |
109 | 109 | {{#each ../custom_actions}} |
110 | | - <td class="col-auto fs-2"> |
111 | | - <a href="{{replace this.link '{id}' ../_sqlpage_id}}" class="align-middle link-secondary" data-action="{{this.name}}" title="{{default this.tooltip this.name}}">{{!Title property sets the tooltip text}} |
| 110 | + <td class="align-middle _col_{{this.name}} text-center"> |
| 111 | + <a href="{{replace this.link '{id}' ../_sqlpage_id}}" class="align-middle link-secondary _col_{{this.name}}" data-action="{{this.name}}" title="{{default this.tooltip this.name}}">{{!Title property sets the tooltip text}} |
112 | 112 | {{~icon_img this.icon~}} |
113 | 113 | </a> |
114 | 114 | </td> |
115 | 115 | {{/each}} |
116 | 116 | {{/if}} |
117 | 117 | {{#if _sqlpage_actions}} |
118 | 118 | {{#each _sqlpage_actions}} |
119 | | - <td class="col-auto fs-2"> |
120 | | - <a href="{{replace this.link '{id}' ../_sqlpage_id}}" class="align-middle link-secondary" data-action="{{this.name}}" title="{{default this.tooltip this.name}}"> |
| 119 | + <td class="align-middle _col_{{this.name}} text-center"> |
| 120 | + <a href="{{replace this.link '{id}' ../_sqlpage_id}}" class="align-middle link-secondary _col_{{this.name}}" data-action="{{this.name}}" title="{{default this.tooltip this.name}}"> |
121 | 121 | {{~icon_img this.icon~}} |
122 | 122 | </a> |
123 | 123 | </td> |
|
0 commit comments