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.
7 lines (6 loc) • 373 B
HTML
<div class="tooltip-item" title="{{localize 'CORE.FORM.EDITORS.DOCUMENT.SHOWREVISION'}}">
<span class="tooltip-item__i" title="{{localize 'CORE.FORM.EDITORS.DOCUMENT.SHOWREVISION'}}">
<i class="{{iconPrefixer 'history'}} fa-fw"></i>
</span>
<div class="tooltip-item__text">{{localize 'CORE.FORM.EDITORS.DOCUMENT.SHOWREVISION'}}</div>
</div>