mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
Merge pull request #1532 from open-sausages/pulls/4.0/history-panel-tidyup
History panel forms markup add extra table header class
This commit is contained in:
commit
8e9a243966
@ -2,9 +2,9 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="ui-helper-hidden"></th>
|
||||
<th><% _t('CMSPageHistoryController_versions_ss.WHEN','When') %></th>
|
||||
<th class="first-column"><% _t('CMSPageHistoryController_versions_ss.WHEN','When') %></th>
|
||||
<th><% _t('CMSPageHistoryController_versions_ss.AUTHOR','Author') %></th>
|
||||
<th><% _t('CMSPageHistoryController_versions_ss.PUBLISHER','Publisher') %></th>
|
||||
<th class="last-column"><% _t('CMSPageHistoryController_versions_ss.PUBLISHER','Publisher') %></th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user