mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 16:14:40 +00:00
MVC: headers: set pointer cursor
This commit is contained in:
parent
33e5a9ad33
commit
0da84ef19f
@ -105,7 +105,7 @@
|
||||
<col class="col-md-{{ 12-3-msgzone_width|default(5) }}"/>
|
||||
<col class="col-md-{{ msgzone_width|default(5) }}"/>
|
||||
</colgroup>
|
||||
<thead>
|
||||
<thead style="cursor: pointer;">
|
||||
<tr{% if field['advanced']|default(false)=='true' %} data-advanced="true"{% endif %}>
|
||||
<th colspan="3">
|
||||
<div style="padding-bottom: 5px; padding-top: 5px; font-size: 16px;">
|
||||
|
||||
@ -83,7 +83,7 @@
|
||||
<col class="col-md-4"/>
|
||||
<col class="col-md-5"/>
|
||||
</colgroup>
|
||||
<thead>
|
||||
<thead style="cursor: pointer;">
|
||||
<tr {% if field['advanced']|default(false)=='true' %} data-advanced="true"{% endif %}>
|
||||
<th colspan="3">
|
||||
<div style="padding-bottom: 5px; padding-top: 5px; font-size: 16px;">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user