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:
Damian Mooyman 2016-07-29 17:04:55 +12:00 committed by GitHub
commit 8e9a243966

View File

@ -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>