comindware.core.ui
Version:
Comindware Core UI provides the basic components like editors, lists, dropdowns, popups that we so desperately need while creating Marionette-based single-page applications.
12 lines (11 loc) • 485 B
HTML
<table class="dev-revision-container">
<thead>
<tr>
<th>{{localize 'CORE.FORM.EDITORS.DOCUMENT.DOCUMENTREVISION.VERSION'}}</th>
<th>{{localize 'CORE.FORM.EDITORS.DOCUMENT.DOCUMENTREVISION.CREATIONDATE'}}</th>
<th>{{localize 'CORE.FORM.EDITORS.DOCUMENT.DOCUMENTREVISION.AUTHOR'}}</th>
<th>{{localize 'CORE.FORM.EDITORS.DOCUMENT.DOWNLOAD'}}</th>
</tr>
</thead>
<tbody class="js-revision-list"></tbody>
</table>