role button
This commit is contained in:
@@ -175,7 +175,7 @@
|
||||
if (hasHiddenPanel) {
|
||||
%>
|
||||
<div class="panel panel-default panels-show-more-delimiter" data-name="showMoreDelimiter" data-tab="0">
|
||||
<a href="javascript:" data-action="showMoreDetailPanels" title="{{translate 'Show more'}}">
|
||||
<a role="button" data-action="showMoreDetailPanels" title="{{translate 'Show more'}}">
|
||||
<span class="fas fa-ellipsis-h fa-lg"></span>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
</div>
|
||||
<div class="col-sm-4 value-container">{{{value}}}</div>
|
||||
<div class="col-sm-2">
|
||||
<a class="pull-right" href="javascript:" data-action="remove"><span class="fas fa-times"></span></a>
|
||||
<a class="pull-right" role="button" data-action="remove"><span class="fas fa-times"></span></a>
|
||||
<span>{{translate operator category='logicalOperators' scope='Admin'}}</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
|
||||
<div class="group-head" data-level="{{level}}">
|
||||
{{#ifNotEqual level 0}}
|
||||
<a class="pull-right" href="javascript:" data-action="remove"><span class="fas fa-times"></span></a>
|
||||
<a class="pull-right" role="button" data-action="remove"><span class="fas fa-times"></span></a>
|
||||
{{/ifNotEqual}}
|
||||
{{#ifNotEqual level 0}}
|
||||
<div>(</div>
|
||||
@@ -19,12 +19,12 @@
|
||||
|
||||
<div class="group-bottom" data-level="{{level}}">
|
||||
<div class="btn-group">
|
||||
<a class="dropdown-toggle small" href="javascript:" data-toggle="dropdown">{{translate groupOperator category='logicalOperators' scope='Admin'}} <span class="fas fa-plus"></span></a>
|
||||
<a class="dropdown-toggle small" role="button" data-toggle="dropdown">{{translate groupOperator category='logicalOperators' scope='Admin'}} <span class="fas fa-plus"></span></a>
|
||||
<ul class="dropdown-menu">
|
||||
<li><a href="javascript:" data-action="addField">{{translate 'Field' scope='DynamicLogic'}}</a></li>
|
||||
<li><a href="javascript:" data-action="addAnd">(... {{translate 'and' category='logicalOperators' scope='Admin'}} ...)</a></li>
|
||||
<li><a href="javascript:" data-action="addOr">(... {{translate 'or' category='logicalOperators' scope='Admin'}} ...)</a></li>
|
||||
<li><a href="javascript:" data-action="addNot">{{translate 'not' category='logicalOperators' scope='Admin'}} (...)</a></li>
|
||||
<li><a role="button" data-action="addField">{{translate 'Field' scope='DynamicLogic'}}</a></li>
|
||||
<li><a role="button" data-action="addAnd">(... {{translate 'and' category='logicalOperators' scope='Admin'}} ...)</a></li>
|
||||
<li><a role="button" data-action="addOr">(... {{translate 'or' category='logicalOperators' scope='Admin'}} ...)</a></li>
|
||||
<li><a role="button" data-action="addNot">{{translate 'not' category='logicalOperators' scope='Admin'}} (...)</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
|
||||
<div class="group-head" data-level="{{level}}">
|
||||
<a class="pull-right" href="javascript:" data-action="remove"><span class="fas fa-times"></span></a>
|
||||
<a class="pull-right" role="button" data-action="remove"><span class="fas fa-times"></span></a>
|
||||
<div>{{translate 'not' category='logicalOperators' scope='Admin'}} (</div>
|
||||
</div>
|
||||
|
||||
@@ -10,14 +10,14 @@
|
||||
|
||||
<div class="group-bottom" data-level="{{level}}">
|
||||
<div class="btn-group">
|
||||
<a class="dropdown-toggle small" href="javascript:" data-toggle="dropdown"><span class="fas fa-plus"></span></a>
|
||||
<a class="dropdown-toggle small" role="button" data-toggle="dropdown"><span class="fas fa-plus"></span></a>
|
||||
<ul class="dropdown-menu">
|
||||
<li><a href="javascript:" data-action="addField">{{translate 'Field' scope='DynamicLogic'}}</a></li>
|
||||
<li><a href="javascript:" data-action="addAnd">(... {{translate 'and' category='logicalOperators' scope='Admin'}} ...)</a></li>
|
||||
<li><a href="javascript:" data-action="addOr">(... {{translate 'or' category='logicalOperators' scope='Admin'}} ...)</a></li>
|
||||
<li><a href="javascript:" data-action="addNot">{{translate 'not' category='logicalOperators' scope='Admin'}} (...)</a></li>
|
||||
<li><a role="button" data-action="addField">{{translate 'Field' scope='DynamicLogic'}}</a></li>
|
||||
<li><a role="button" data-action="addAnd">(... {{translate 'and' category='logicalOperators' scope='Admin'}} ...)</a></li>
|
||||
<li><a role="button" data-action="addOr">(... {{translate 'or' category='logicalOperators' scope='Admin'}} ...)</a></li>
|
||||
<li><a role="button" data-action="addNot">{{translate 'not' category='logicalOperators' scope='Admin'}} (...)</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div>)</div>
|
||||
<div>)</div>
|
||||
|
||||
@@ -1,9 +1,7 @@
|
||||
<div class="margin-top margin-bottom-2x">
|
||||
|
||||
<a href="javascript:" data-action="select" class="action btn btn-default" data-value="" style="cursor: pointer;">
|
||||
<a role="button" data-action="select" class="action btn btn-default" data-value="" style="cursor: pointer;">
|
||||
{{translate 'None'}}
|
||||
</a>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="margin-top margin-bottom-2x">
|
||||
@@ -30,4 +28,4 @@
|
||||
{{/each}}
|
||||
|
||||
{{/each}}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
<span class="fas fa-ellipsis-h"></span>
|
||||
</button>
|
||||
<ul class="dropdown-menu pull-left">
|
||||
<li><a href="javascript:" data-action="removeEntity">{{translate 'Remove'}}</a></li>
|
||||
<li><a role="button" data-action="removeEntity">{{translate 'Remove'}}</a></li>
|
||||
</ul>
|
||||
{{/if}}
|
||||
</div>
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
<div>
|
||||
<div class="top-group-string-container">
|
||||
{{{conditionGroup}}}
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
|
||||
<div>
|
||||
<div class="pull-right">
|
||||
<a href="javascript:" data-action="editConditions">{{translate 'Edit'}}</a>
|
||||
<a role="button" data-action="editConditions">{{translate 'Edit'}}</a>
|
||||
</div>
|
||||
<div class="top-group-string-container">
|
||||
{{{conditionGroup}}}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<div class="list-group-item">
|
||||
<div class="clearfix option-list-item-header">
|
||||
<div class="pull-right">
|
||||
<a href="javascript:" data-action="removeOptionList" data-index="{{index}}" class="remove-option-list" title="{{translate 'Remove'}}">
|
||||
<a role="button" data-action="removeOptionList" data-index="{{index}}" class="remove-option-list" title="{{translate 'Remove'}}">
|
||||
<span class="fas fa-minus fa-sm"></span>
|
||||
</a>
|
||||
</div>
|
||||
@@ -17,7 +17,7 @@
|
||||
</div>
|
||||
<div>
|
||||
<div class="pull-right">
|
||||
<a href="javascript:" data-action="editConditions" data-index="{{index}}">{{translate 'Edit'}}</a>
|
||||
<a role="button" data-action="editConditions" data-index="{{index}}">{{translate 'Edit'}}</a>
|
||||
</div>
|
||||
<div class="string-container" data-key="{{conditionGroupViewKey}}">
|
||||
{{{var conditionGroupViewKey ../this}}}
|
||||
@@ -27,6 +27,6 @@
|
||||
{{/each}}
|
||||
</div>
|
||||
<div>
|
||||
<a href="javascript:" data-action="addOptionList" title="{{translate 'Add'}}" class="add-option-list"><span class="fas fa-plus fa-sm"></span></a>
|
||||
<a role="button" data-action="addOptionList" title="{{translate 'Add'}}" class="add-option-list"><span class="fas fa-plus fa-sm"></span></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
<td>{{translate type category='fieldTypes' scope='Admin'}}</td>
|
||||
<td align="right">
|
||||
{{#if isCustom}}
|
||||
<a href="javascript:" data-action="removeField" data-name="{{name}}">{{translate 'Remove'}}</a>
|
||||
<a role="button" data-action="removeField" data-name="{{name}}">{{translate 'Remove'}}</a>
|
||||
{{/if}}
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
<ul class="list-group no-side-margin">
|
||||
{{#each typeList}}
|
||||
<li class="list-group-item">
|
||||
<a href="javascript:" data-action="addField" data-type="{{./this}}" class="text-bold">
|
||||
<a role="button" data-action="addField" data-type="{{./this}}" class="text-bold">
|
||||
{{translate this category='fieldTypes' scope='Admin'}}
|
||||
</a>
|
||||
<a href="javascript:" class="text-muted pull-right info" data-name="{{./this}}">
|
||||
<a role="button" class="text-muted pull-right info" data-name="{{./this}}">
|
||||
<span class="fas fa-info-circle"></span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
<span class="icon {{iconClass}}"></span>
|
||||
{{/if}}
|
||||
<a
|
||||
href="{{#if url}}{{url}}{{else}}javascript:{{/if}}"
|
||||
{{#if url}}href="{{url}}"{{else}}role="button"{{/if}}
|
||||
{{#if action}} data-action="{{action}}"{{/if}}
|
||||
>{{label}}</a>
|
||||
</div>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<li
|
||||
class="list-group-item"
|
||||
><a
|
||||
href="javascript:"
|
||||
role="button"
|
||||
class="integration-link"
|
||||
data-name="{{./this}}"
|
||||
>{{{translate ./this scope='Integration' category='titles'}}}</a></li>
|
||||
|
||||
@@ -18,13 +18,13 @@
|
||||
<div class="panel-heading clearfix">
|
||||
<div class="pull-left" style="margin-right: 10px;">
|
||||
<a
|
||||
href="javascript:"
|
||||
role="button"
|
||||
data-action="showCategory"
|
||||
data-name="{{./this}}"
|
||||
class="action"
|
||||
><span class="fas fa-chevron-down"></span></a>
|
||||
<a
|
||||
href="javascript:"
|
||||
role="button"
|
||||
data-action="hideCategory"
|
||||
data-name="{{./this}}"
|
||||
class="hidden action"
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
<header data-name="{{name}}">
|
||||
<label data-is-custom="{{#if isCustomLabel}}true{{/if}}" data-label="{{label}}">{{labelTranslated}}</label>
|
||||
<a href="javascript:" data-action="edit-panel-label" class="edit-panel-label"><i class="fas fa-pencil-alt fa-sm"></i></a>
|
||||
<a href="javascript:" style="float: right;" data-action="removePanel" class="remove-panel" data-number="{{number}}"><i class="fas fa-times"></i></a>
|
||||
<a role="button" data-action="edit-panel-label" class="edit-panel-label"><i class="fas fa-pencil-alt fa-sm"></i></a>
|
||||
<a role="button" style="float: right;" data-action="removePanel" class="remove-panel" data-number="{{number}}"><i class="fas fa-times"></i></a>
|
||||
</header>
|
||||
<ul class="rows">
|
||||
{{#each rows}}
|
||||
<li data-cell-count="{{./this.length}}">
|
||||
<div class="row-actions clear-fix">
|
||||
<a href="javascript:" data-action="removeRow" class="remove-row"><i class="fas fa-times"></i></a>
|
||||
<a href="javascript:" data-action="plusCell" class="add-cell"><i class="fas fa-plus"></i></a>
|
||||
<a role="button" data-action="removeRow" class="remove-row"><i class="fas fa-times"></i></a>
|
||||
<a role="button" data-action="plusCell" class="add-cell"><i class="fas fa-plus"></i></a>
|
||||
</div>
|
||||
<ul class="cells" data-cell-count="{{./this.length}}">
|
||||
{{#each this}}
|
||||
@@ -21,13 +21,13 @@
|
||||
data-no-label="{{noLabel}}" >
|
||||
<div class="left" style="width: calc(100% - 14px);">{{label}}</div>
|
||||
<div class="right" style="width: 14px;">
|
||||
<a href="javascript:" data-action="removeField" class="remove-field"><i class="fas fa-times"></i></a>
|
||||
<a role="button" data-action="removeField" class="remove-field"><i class="fas fa-times"></i></a>
|
||||
</div>
|
||||
</li>
|
||||
{{else}}
|
||||
<li class="empty cell">
|
||||
<div class="right" style="width: 14px;">
|
||||
<a href="javascript:" data-action="minusCell" class="remove-field"><i class="fas fa-minus"></i></a>
|
||||
<a role="button" data-action="minusCell" class="remove-field"><i class="fas fa-minus"></i></a>
|
||||
</div>
|
||||
</li>
|
||||
{{/if}}
|
||||
@@ -37,5 +37,5 @@
|
||||
{{/each}}
|
||||
</ul>
|
||||
<div>
|
||||
<a href="javascript:" data-action="addRow"><i class="fas fa-plus"></i></a>
|
||||
</div>
|
||||
<a role="button" data-action="addRow"><i class="fas fa-plus"></i></a>
|
||||
</div>
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
{{/each}}
|
||||
</ul>
|
||||
|
||||
<div><a href="javascript:;" data-action="addPanel">{{translate 'Add Panel' scope='Admin'}}</a></div>
|
||||
<div><a role="button" data-action="addPanel">{{translate 'Add Panel' scope='Admin'}}</a></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
@@ -31,7 +31,7 @@
|
||||
{{translate this scope=../scope category='fields'}}
|
||||
</div>
|
||||
<div class="right" style="width: 14px;">
|
||||
<a href="javascript:" data-action="removeField" class="remove-field"><i class="fas fa-times"></i></a>
|
||||
<a role="button" data-action="removeField" class="remove-field"><i class="fas fa-times"></i></a>
|
||||
</div>
|
||||
</li>
|
||||
{{/each}}
|
||||
@@ -43,14 +43,14 @@
|
||||
<div id="layout-row-tpl" style="display: none;">
|
||||
<li data-cell-count="{{columnCount}}">
|
||||
<div class="row-actions clear-fix">
|
||||
<a href="javascript:" data-action="removeRow" class="remove-row"><i class="fas fa-times"></i></a>
|
||||
<a href="javascript:" data-action="plusCell" class="add-cell"><i class="fas fa-plus"></i></a>
|
||||
<a role="button" data-action="removeRow" class="remove-row"><i class="fas fa-times"></i></a>
|
||||
<a role="button" data-action="plusCell" class="add-cell"><i class="fas fa-plus"></i></a>
|
||||
</div>
|
||||
<ul class="cells" data-cell-count="{{columnCount}}">
|
||||
<% for (var i = 0; i < {{columnCount}}; i++) { %>
|
||||
<li class="empty cell">
|
||||
<div class="right" style="width: 14px;">
|
||||
<a href="javascript:" data-action="minusCell" class="remove-field"><i class="fas fa-minus"></i></a>
|
||||
<a role="button" data-action="minusCell" class="remove-field"><i class="fas fa-minus"></i></a>
|
||||
</div>
|
||||
</li>
|
||||
<% } %>
|
||||
@@ -61,7 +61,7 @@
|
||||
<div id="empty-cell-tpl" style="display: none;">
|
||||
<li class="empty cell disabled">
|
||||
<div class="right" style="width: 14px;">
|
||||
<a href="javascript:" data-action="minusCell" class="remove-field"><i class="fas fa-minus"></i></a>
|
||||
<a role="button" data-action="minusCell" class="remove-field"><i class="fas fa-minus"></i></a>
|
||||
</div>
|
||||
</li>
|
||||
</div>
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
</div>
|
||||
{{#if ../editable}}
|
||||
{{#unless notEditable}}
|
||||
<div class="right" style="width: 17px;"><a href="javascript:" data-action="editItem" class="edit-field"><i class="fas fa-pencil-alt fa-sm"></i></a></div>
|
||||
<div class="right" style="width: 17px;"><a role="button" data-action="editItem" class="edit-field"><i class="fas fa-pencil-alt fa-sm"></i></a></div>
|
||||
{{/unless}}
|
||||
{{/if}}
|
||||
</li>
|
||||
@@ -37,7 +37,7 @@
|
||||
</div>
|
||||
{{#if ../editable}}
|
||||
{{#unless notEditable}}
|
||||
<div class="right" style="width: 17px;"><a href="javascript:" data-action="editItem" class="edit-field"><i class="fas fa-pencil-alt fa-sm"></i></a></div>
|
||||
<div class="right" style="width: 17px;"><a role="button" data-action="editItem" class="edit-field"><i class="fas fa-pencil-alt fa-sm"></i></a></div>
|
||||
{{/unless}}
|
||||
{{/if}}
|
||||
</li>
|
||||
|
||||
@@ -81,13 +81,13 @@
|
||||
{{translate entityForeign category='scopeNames'}}
|
||||
</td>
|
||||
<td align="right" width="10%">
|
||||
<a href="javascript:" data-action="editLink" data-link="{{link}}">
|
||||
<a role="button" data-action="editLink" data-link="{{link}}">
|
||||
{{translate 'Edit'}}
|
||||
</a>
|
||||
</td>
|
||||
<td align="right" width="10%">
|
||||
{{#if isRemovable}}
|
||||
<a href="javascript:" data-action="removeLink" data-link="{{link}}">
|
||||
<a role="button" data-action="removeLink" data-link="{{link}}">
|
||||
{{translate 'Remove'}}
|
||||
</a>
|
||||
{{/if}}
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
<a
|
||||
data-action="{{name}}"
|
||||
class="action"
|
||||
href="{{#if url}}{{url}}{{else}}javascript:{{/if}}"
|
||||
{{#if url}}href="{{url}}"{{else}}role="button"{{/if}}
|
||||
{{#each data}} data-{{hyphen @key}}="{{./this}}"{{/each}}
|
||||
>
|
||||
{{#if iconHtml}}{{{iconHtml}}}
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<ul class="list-group no-side-margin array-add-list-group">
|
||||
{{#each folders}}
|
||||
<li class="list-group-item">
|
||||
<a href="javascript:" data-value="{{./this}}" data-action="select" class="text-bold">
|
||||
<a role="button" data-value="{{./this}}" data-action="select" class="text-bold">
|
||||
{{./this}}
|
||||
</a>
|
||||
</li>
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
<ul class="list-group no-side-margin">
|
||||
<li data-id="inbox" class="list-group-item">
|
||||
<a href="javascript:" data-action="selectFolder" data-id="inbox" class="side-link">{{translate 'inbox' category='presetFilters' scope='Email'}}</a>
|
||||
<a role="button" data-action="selectFolder" data-id="inbox" class="side-link">{{translate 'inbox' category='presetFilters' scope='Email'}}</a>
|
||||
</li>
|
||||
{{#each collection.models}}
|
||||
<li data-id="{{get this 'id'}}" class="list-group-item">
|
||||
<a href="javascript:" data-action="selectFolder" data-id="{{get this 'id'}}" class="side-link">{{get this 'name'}}</a>
|
||||
<a role="button" data-action="selectFolder" data-id="{{get this 'id'}}" class="side-link">{{get this 'name'}}</a>
|
||||
</li>
|
||||
{{/each}}
|
||||
</ul>
|
||||
</ul>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<div id="external-account-menu" class="col-sm-3">
|
||||
<ul class="list-group list-group-panel">
|
||||
{{#each externalAccountList}}
|
||||
<li class="list-group-item"><a href="javascript:" class="external-account-link" data-id="{{id}}">{{id}}</a></li>
|
||||
<li class="list-group-item"><a role="button" class="external-account-link" data-id="{{id}}">{{id}}</a></li>
|
||||
{{/each}}
|
||||
</ul>
|
||||
{{#unless externalAccountListCount}}
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
<ul class="dropdown-menu" role="menu">
|
||||
{{#each sourceList}}
|
||||
<li><a
|
||||
href="javascript:"
|
||||
role="button"
|
||||
class="action"
|
||||
data-action="insertFromSource"
|
||||
data-name="{{./this}}"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
{{#unless invalid}}
|
||||
{{#unless erased}}
|
||||
<a
|
||||
href="javascript:"
|
||||
role="button"
|
||||
data-email-address="{{emailAddress}}"
|
||||
data-action="mailTo"
|
||||
class="selectable"
|
||||
@@ -22,7 +22,7 @@
|
||||
{{else}}
|
||||
{{#if value}}
|
||||
<a
|
||||
href="javascript:"
|
||||
role="button"
|
||||
data-email-address="{{value}}"
|
||||
data-action="mailTo"
|
||||
class="selectable"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{{#unless isErased}}<a
|
||||
href="javascript:"
|
||||
role="button"
|
||||
data-email-address="{{value}}"
|
||||
data-action="mailTo"
|
||||
title="{{value}}"
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
<ul class="dropdown-menu" role="menu">
|
||||
{{#each sourceList}}
|
||||
<li><a
|
||||
href="javascript:"
|
||||
role="button"
|
||||
class="action"
|
||||
data-action="insertFromSource"
|
||||
data-name="{{./this}}"
|
||||
|
||||
@@ -23,9 +23,9 @@
|
||||
><span class="fas fa-plus"></span></button>
|
||||
<ul class="dropdown-menu pull-right">
|
||||
{{#if targetEntityType}}
|
||||
<li><a href="javascript:" data-action="addAttribute">{{translate 'Attribute'}}</a></li>
|
||||
<li><a role="button" data-action="addAttribute">{{translate 'Attribute'}}</a></li>
|
||||
{{/if}}
|
||||
<li><a href="javascript:" data-action="addFunction">{{translate 'Function'}}</a></li>
|
||||
<li><a role="button" data-action="addFunction">{{translate 'Function'}}</a></li>
|
||||
</ul>
|
||||
{{/if}}
|
||||
</div>
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
|
||||
{{#unless isNew}}
|
||||
<a href="javascript:" data-action="change">{{translate 'change'}}</a>
|
||||
<a role="button" data-action="change">{{translate 'change'}}</a>
|
||||
{{/unless}}
|
||||
<input
|
||||
type="password"
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
{{#if isCut}}
|
||||
<div class="see-more-container hidden">
|
||||
<a
|
||||
href="javascript:"
|
||||
role="button"
|
||||
data-action="seeMoreText"
|
||||
><span class="fas fa-sm fa-chevron-down"></span> <span class="text">{{translate 'See more'}}</span></a>
|
||||
</div>
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
{{#if isCut}}<div
|
||||
class="see-more-container hidden"
|
||||
><a
|
||||
href="javascript:"
|
||||
role="button"
|
||||
data-action="seeMoreText"
|
||||
><span class="fas fa-sm fa-chevron-down"></span> <span class="text">{{translate 'See more'}}</span></a></div>{{/if}}
|
||||
{{/if}}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading panel-heading-no-title">
|
||||
<div class="link-group">
|
||||
<a href="javascript:" class="close-link" data-action="closePanel"><span class="fas fa-times"></span></a>
|
||||
<a role="button" class="close-link" data-action="closePanel"><span class="fas fa-times"></span></a>
|
||||
</div>
|
||||
{{translate 'Global Search'}}
|
||||
</div>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<div class="header-buttons btn-group pull-right">
|
||||
{{#each items.buttons}}
|
||||
<a
|
||||
{{#if link}}href="{{link}}"{{else}}href="javascript:"{{/if}}
|
||||
{{#if link}}href="{{link}}"{{else}}role="button"{/if}}
|
||||
class="btn btn-{{#if style}}{{style}}{{else}}default{{/if}} btn-xs-wide action{{#if hidden}} hidden{{/if}}{{#if className}} {{className}}{{/if}}"
|
||||
data-name="{{name}}"
|
||||
data-action="{{action}}"
|
||||
@@ -27,7 +27,7 @@
|
||||
{{#each items.actions}}
|
||||
<li class="{{#if hidden}}hidden{{/if}}">
|
||||
<a
|
||||
{{#if link}}href="{{link}}"{{else}}href="javascript:"{{/if}}
|
||||
{{#if link}}href="{{link}}"{{else}}role="button"{{/if}}
|
||||
class="action"
|
||||
data-name="{{name}}"
|
||||
data-action="{{action}}"
|
||||
@@ -52,7 +52,7 @@
|
||||
{{#if this}}
|
||||
<li class="{{#if hidden}}hidden{{/if}}">
|
||||
<a
|
||||
{{#if link}}href="{{link}}"{{else}}href="javascript:"{{/if}}
|
||||
{{#if link}}href="{{link}}"{{else}}role="button"{{/if}}
|
||||
class="action"
|
||||
data-name="{{name}}"
|
||||
data-action="{{action}}"
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
{{#each fieldList}}
|
||||
<li>
|
||||
<a
|
||||
href="javascript:"
|
||||
role="button"
|
||||
data-action="addField"
|
||||
data-name="{{./this}}"
|
||||
>{{translate this scope=../scope category='fields'}}</a></li>
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
</div>
|
||||
<div class="margin-top-2x">
|
||||
<a
|
||||
href="javascript:"
|
||||
role="button"
|
||||
class="btn btn-link pull-right"
|
||||
data-action="backToLogin"
|
||||
tabindex="4"
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
<div class="margin-top-2x">
|
||||
{{#if showForgotPassword}}
|
||||
<a
|
||||
href="javascript:"
|
||||
role="button"
|
||||
class="btn btn-link btn-text btn-text-hoverable btn-sm pull-right margin-top-sm"
|
||||
data-action="passwordChangeRequest"
|
||||
tabindex="4"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<ul class="list-group array-add-list-group no-side-margin">
|
||||
{{#each dashletList}}
|
||||
<li class="list-group-item clearfix">
|
||||
<a href="javascript:" class="add text-bold" data-name="{{./this}}">{{translate this category="dashlets"}}</a>
|
||||
<a role="button" class="add text-bold" data-name="{{./this}}">{{translate this category="dashlets"}}</a>
|
||||
</li>
|
||||
{{/each}}
|
||||
</ul>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
{{#each optionList}}
|
||||
<li class="list-group-item clearfix">
|
||||
<input class="cell" type="checkbox" data-value="{{./this}}">
|
||||
<a href="javascript:" class="add text-bold" data-value="{{./this}}">
|
||||
<a role="button" class="add text-bold" data-value="{{./this}}">
|
||||
{{#if ../translatedOptions}}{{prop ../translatedOptions this}}{{else}}{{./this}}{{/if}}
|
||||
</a>
|
||||
</li>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<ul class="list-group no-side-margin">
|
||||
{{#each optionDataList}}
|
||||
<li class="list-group-item">
|
||||
<a href="javascript:" data-action="move" data-value="{{value}}">{{label}}</a>
|
||||
<a role="button" data-action="move" data-value="{{value}}">{{label}}</a>
|
||||
</li>
|
||||
{{/each}}
|
||||
</ul>
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
<li
|
||||
data-name="{{./this}}"
|
||||
><a
|
||||
href="javascript:"
|
||||
role="button"
|
||||
data-name="{{./this}}"
|
||||
data-action="add-field"
|
||||
>{{translate this scope=../entityType category='fields'}}</a></li>
|
||||
@@ -33,4 +33,4 @@
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<a href="javascript:" class="notifications-button" data-action="showNotifications">
|
||||
<a role="button" class="notifications-button" data-action="showNotifications">
|
||||
<span class="fas fa-bell icon bell"></span>
|
||||
<span class="badge number-badge hidden"></span>
|
||||
</a>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<span class="caret"></span>
|
||||
</button>
|
||||
<ul class="dropdown-menu pull-right">
|
||||
<li><a href="javascript:" class="action" data-action="quickRemove" data-id="{{model.id}}">{{translate 'Remove'}}</a></li>
|
||||
<li><a role="button" class="action" data-action="quickRemove" data-id="{{model.id}}">{{translate 'Remove'}}</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
<div class="panel-heading panel-heading-no-title">
|
||||
<div class="link-group">
|
||||
<a href="#Notification" data-action="openNotifications">{{translate 'View List'}}</a>
|
||||
<a href="javascript:" data-action="markAllNotificationsRead">{{translate 'Mark all read'}}</a>
|
||||
<a href="javascript:" class="close-link" data-action="closePanel"><span class="fas fa-times"></span></a>
|
||||
<a role="button" data-action="markAllNotificationsRead">{{translate 'Mark all read'}}</a>
|
||||
<a role="button" class="close-link" data-action="closePanel"><span class="fas fa-times"></span></a>
|
||||
</div>
|
||||
{{translate 'Notifications'}}
|
||||
</div>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{{#each panelList}}
|
||||
{{#if isRightAfterDelimiter}}
|
||||
<div class="panels-show-more-delimiter">
|
||||
<a href="javascript:" data-action="showMorePanels" title="{{translate 'Show more'}}">
|
||||
<a role="button" data-action="showMorePanels" title="{{translate 'Show more'}}">
|
||||
<span class="fas fa-ellipsis-h fa-lg"></span>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
<li
|
||||
class="{{#if hidden}}hidden{{/if}}{{#if disabled}} disabled{{/if}}"
|
||||
><a
|
||||
href="javascript:"
|
||||
role="button"
|
||||
class="action"
|
||||
data-action="{{name}}"
|
||||
{{#if title}}title="{{title}}"{{/if}}
|
||||
@@ -93,7 +93,7 @@
|
||||
class="{{#if hidden}}hidden{{/if}}{{#if disabled}} disabled{{/if}}"
|
||||
>
|
||||
<a
|
||||
href="javascript:"
|
||||
role="button"
|
||||
class="action"
|
||||
data-action="{{name}}"
|
||||
{{#if title}}title="{{title}}"{{/if}}
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
class="{{#if hidden}}hidden{{/if}}{{#if disabled}} disabled{{/if}}"
|
||||
>
|
||||
<a
|
||||
href="javascript:"
|
||||
role="button"
|
||||
class="action"
|
||||
data-action="{{name}}"
|
||||
{{#if title}}title="{{title}}"{{/if}}
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
<span class="kanban-group-label">{{label}}</span>
|
||||
{{#if ../isCreatable}}
|
||||
<a
|
||||
href="javascript:"
|
||||
role="button"
|
||||
title="{{translate 'Create'}}"
|
||||
class="create-button hidden"
|
||||
data-action="createInGroup"
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
{{#each massActionList}}
|
||||
<li>
|
||||
<a
|
||||
href="javascript:"
|
||||
role="button"
|
||||
data-action="{{./this}}"
|
||||
class='mass-action'
|
||||
>{{translate this category="massActions" scope=../scope}}</a></li>
|
||||
@@ -54,7 +54,7 @@
|
||||
<div class="show-more{{#unless showMoreActive}} hidden{{/unless}}">
|
||||
<a
|
||||
type="button"
|
||||
href="javascript:"
|
||||
role="button"
|
||||
class="btn btn-default btn-block"
|
||||
data-action="showMore"
|
||||
{{#if showCount}}title="{{translate 'Total'}}: {{totalCountFormatted}}"{{/if}}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
<div class="clearfix">
|
||||
<div class="btn-group pull-right">
|
||||
<a href="javascript:" class="dropdown-toggle btn btn-text" data-toggle="dropdown">
|
||||
<a role="button" class="dropdown-toggle btn btn-text" data-toggle="dropdown">
|
||||
<span class="fas fa-ellipsis-h"></span>
|
||||
</a>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
{{#if hasExpandedToggler}}
|
||||
<li class="{{#if isExpanded}}hidden{{/if}}">
|
||||
<a
|
||||
href="javascript:"
|
||||
role="button"
|
||||
class="category-expanded-toggle-link action"
|
||||
data-action="expand"
|
||||
>{{translate 'Expand'}}</a>
|
||||
@@ -31,7 +31,7 @@
|
||||
|
||||
<li>
|
||||
<a
|
||||
href="javascript:"
|
||||
role="button"
|
||||
class="navigation-toggle-link action"
|
||||
data-action="toggleNavigationPanel"
|
||||
>
|
||||
@@ -79,7 +79,7 @@
|
||||
<div class="category-item show-more">
|
||||
<span class="category-item-name">
|
||||
<a
|
||||
href="javascript:"
|
||||
role="button"
|
||||
class="action"
|
||||
data-action="showMore"
|
||||
title="{{translate 'Show more'}}"
|
||||
|
||||
@@ -1,22 +1,22 @@
|
||||
|
||||
<ul class="pagination">
|
||||
<li {{#unless previous}}class="disabled"{{/unless}}>
|
||||
<a class="pagination-btn" href="javascript:" data-page="first"><i class="fas fa-fast-backward"></i></a>
|
||||
<a class="pagination-btn" role="button" data-page="first"><i class="fas fa-fast-backward"></i></a>
|
||||
</li>
|
||||
<li {{#unless previous}}class="disabled"{{/unless}}>
|
||||
<a class="pagination-btn" href="javascript:" data-page="previous"><i class="fas fa-backward"></i></a>
|
||||
<a class="pagination-btn" role="button" data-page="previous"><i class="fas fa-backward"></i></a>
|
||||
</li>
|
||||
<li>
|
||||
<a
|
||||
class="pagination-btn-middle"
|
||||
href="javascript:"
|
||||
role="button"
|
||||
data-page="current"
|
||||
>{{from}} - {{to}}{{#unless noTotal}} {{translate 'of'}} {{total}}{{/unless}}</a>
|
||||
</li>
|
||||
<li {{#unless next}}class="disabled"{{/unless}}>
|
||||
<a class="pagination-btn" href="javascript:" data-page="next"><i class="fas fa-forward"></i></a>
|
||||
<a class="pagination-btn" role="button" data-page="next"><i class="fas fa-forward"></i></a>
|
||||
</li>
|
||||
<li {{#unless next}}class="disabled"{{/unless}}>
|
||||
<a class="pagination-btn" href="javascript:" data-page="last"><i class="fas fa-fast-forward"></i></a>
|
||||
<a class="pagination-btn" role="button" data-page="last"><i class="fas fa-fast-forward"></i></a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
<div class="cell">
|
||||
<a href="javascript:"
|
||||
<a role="button"
|
||||
class="action{{#unless showFold}} hidden{{/unless}} small"
|
||||
data-action="fold"
|
||||
data-id="{{model.id}}"><span class="fas fa-chevron-down"></span></a>
|
||||
|
||||
<a href="javascript:"
|
||||
<a role="button"
|
||||
class="action{{#unless showUnfold}} hidden{{/unless}} small"
|
||||
data-action="unfold"
|
||||
data-id="{{model.id}}"><span class="fas fa-chevron-right"></span></a>
|
||||
@@ -16,7 +16,7 @@
|
||||
>{{name}}</a>
|
||||
|
||||
{{#unless readOnly}}
|
||||
<a href="javascript:"
|
||||
<a role="button"
|
||||
class="action small remove-link hidden"
|
||||
data-action="remove" data-id="{{model.id}}"
|
||||
title="{{translate 'Remove'}}"
|
||||
@@ -25,4 +25,4 @@
|
||||
</a>
|
||||
{{/unless}}
|
||||
</div>
|
||||
<div class="children{{#unless isUnfolded}} hidden{{/unless}}">{{{children}}}</div>
|
||||
<div class="children{{#unless isUnfolded}} hidden{{/unless}}">{{{children}}}</div>
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<div class="list list-expanded list-tree{{#if noData}} hidden{{/if}}">
|
||||
{{#if showRootMenu}}
|
||||
<div class="btn-group pull-right">
|
||||
<a href="javascript:" class="small dropdown-toggle btn-link" data-toggle="dropdown">
|
||||
<a role="button" class="small dropdown-toggle btn-link" data-toggle="dropdown">
|
||||
<span class="fas fa-ellipsis-h"></span>
|
||||
</a>
|
||||
<ul class="dropdown-menu">
|
||||
@@ -32,14 +32,14 @@
|
||||
{{#if hasExpandedToggler}}
|
||||
<li class="{{#unless isExpanded}}hidden{{/unless}}">
|
||||
<a
|
||||
href="javascript:"
|
||||
role="button"
|
||||
class="category-expanded-toggle-link action"
|
||||
data-action="collapse"
|
||||
>{{translate 'Collapse'}}</a>
|
||||
</li>
|
||||
<li class="{{#if isExpanded}}hidden{{/if}}">
|
||||
<a
|
||||
href="javascript:"
|
||||
role="button"
|
||||
class="category-expanded-toggle-link action"
|
||||
data-action="expand"
|
||||
>{{translate 'Expand'}}</a>
|
||||
@@ -69,7 +69,7 @@
|
||||
<li class="list-group-item">
|
||||
<div>
|
||||
<a
|
||||
href="javascript:"
|
||||
role="button"
|
||||
data-action="create"
|
||||
class="action small"
|
||||
title="{{translate 'Add'}}"
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
{{#if this}}
|
||||
<li class="{{#if hidden}}hidden{{/if}}">
|
||||
<a
|
||||
href="javascript:"
|
||||
role="button"
|
||||
class="action"
|
||||
data-action="{{name}}"
|
||||
>{{#if html}}{{{html}}}{{else}}{{translate label scope=../entityType}}{{/if}}</a></li>
|
||||
@@ -57,7 +57,7 @@
|
||||
{{#if this}}
|
||||
<li>
|
||||
<a
|
||||
href="javascript:"
|
||||
role="button"
|
||||
data-action="{{./this}}"
|
||||
class='mass-action'
|
||||
>{{translate this category="massActions" scope=../scope}}</a></li>
|
||||
@@ -86,7 +86,7 @@
|
||||
{{#if this}}
|
||||
<li>
|
||||
<a
|
||||
href="javascript:"
|
||||
role="button"
|
||||
data-action="{{./this}}"
|
||||
class='mass-action'
|
||||
>{{translate this category="massActions" scope=../scope}}</a>
|
||||
@@ -128,7 +128,7 @@
|
||||
<ul class="dropdown-menu">
|
||||
<li>
|
||||
<a
|
||||
href="javascript:"
|
||||
role="button"
|
||||
data-action="selectAllResult"
|
||||
>{{translate 'Select All Results'}}</a>
|
||||
</li>
|
||||
@@ -146,7 +146,7 @@
|
||||
>
|
||||
{{#if this.isSortable}}
|
||||
<a
|
||||
href="javascript:"
|
||||
role="button"
|
||||
class="sort"
|
||||
data-name="{{this.name}}"
|
||||
title="{{translate 'Sort'}}"
|
||||
@@ -183,7 +183,7 @@
|
||||
<div class="show-more{{#unless showMoreActive}} hidden{{/unless}}">
|
||||
<a
|
||||
type="button"
|
||||
href="javascript:"
|
||||
role="button"
|
||||
class="btn btn-default btn-block"
|
||||
data-action="showMore"
|
||||
{{#if showCount}}title="{{translate 'Total'}}: {{totalCountFormatted}}"{{/if}}
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
{{#each actionList}}
|
||||
{{#if this}}
|
||||
<li><a
|
||||
href="{{#if link}}{{link}}{{else}}javascript:{{/if}}"
|
||||
{{#if link}}href="{{link}}"{{else}}role="button"{{/if}}
|
||||
class="action{{#if hidden}} hidden{{/if}}"
|
||||
{{#if action}}
|
||||
data-panel="{{../defs.name}}"
|
||||
|
||||
@@ -9,13 +9,11 @@
|
||||
{{#each actionList}}
|
||||
<li>
|
||||
<a
|
||||
href="{{#if link}}{{link}}{{else}}javascript:{{/if}}"
|
||||
{{#if link}}href="{{link}}"{{else}}role="button"{{/if}}
|
||||
class="action"
|
||||
{{#if action}}
|
||||
data-action="{{action}}"
|
||||
{{/if}}
|
||||
{{#if action}}data-action="{{action}}"{{/if}}
|
||||
{{#each data}}
|
||||
data-{{@key}}="{{./this}}"
|
||||
data-{{@key}}="{{./this}}"
|
||||
{{/each}}
|
||||
>{{#if html}}{{{html}}}{{else}}{{translate label scope=../scope}}{{/if}}
|
||||
</a>
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
<a
|
||||
class="preset"
|
||||
tabindex="0"
|
||||
href="javascript:"
|
||||
role="button"
|
||||
data-name=""
|
||||
data-action="selectPreset"
|
||||
><div>{{translate 'all' category='presetFilters' scope=entityType}}</div></a>
|
||||
@@ -28,7 +28,7 @@
|
||||
<a
|
||||
class="preset"
|
||||
tabindex="0"
|
||||
href="javascript:"
|
||||
role="button"
|
||||
data-name="{{name}}"
|
||||
data-action="selectPreset"
|
||||
>
|
||||
@@ -41,10 +41,10 @@
|
||||
<li class="divider preset-control hidden"></li>
|
||||
|
||||
<li class="preset-control remove-preset hidden">
|
||||
<a tabindex="0" href="javascript:" data-action="removePreset">{{translate 'Remove Filter'}}</a>
|
||||
<a tabindex="0" role="button" data-action="removePreset">{{translate 'Remove Filter'}}</a>
|
||||
</li>
|
||||
<li class="preset-control save-preset hidden">
|
||||
<a tabindex="0" href="javascript:" data-action="savePreset">{{translate 'Save Filter'}}</a>
|
||||
<a tabindex="0" role="button" data-action="savePreset">{{translate 'Save Filter'}}</a>
|
||||
</li>
|
||||
{{#if boolFilterList.length}}
|
||||
<li class="divider"></li>
|
||||
@@ -110,7 +110,7 @@
|
||||
data-name="{{name}}"
|
||||
class="{{#if checked}}hidden{{/if}}"
|
||||
><a
|
||||
href="javascript:"
|
||||
role="button"
|
||||
class="add-filter"
|
||||
data-action="addFilter"
|
||||
data-name="{{name}}"
|
||||
@@ -147,7 +147,7 @@
|
||||
</div>
|
||||
|
||||
<div class="advanced-filters-apply-container{{#unless toShowApplyFiltersButton}} hidden{{/unless}}">
|
||||
<a href="javascript:" class="btn btn-default btn-sm" data-action="applyFilters">
|
||||
<a role="button" class="btn btn-default btn-sm" data-action="applyFilters">
|
||||
<span class="fas fa-search"></span>
|
||||
<span class="text-apply{{#if toShowResetFiltersText}} hidden{{/if}}">{{translate 'Apply'}}</span>
|
||||
<span class="text-reset{{#unless toShowResetFiltersText}} hidden{{/unless}}">{{translate 'Reset'}}</span>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{{#each panelList}}
|
||||
{{#if isRightAfterDelimiter}}
|
||||
<div class="panels-show-more-delimiter">
|
||||
<a href="javascript:" data-action="showMorePanels" title="{{translate 'Show more'}}">
|
||||
<a role="button" data-action="showMorePanels" title="{{translate 'Show more'}}">
|
||||
<span class="fas fa-ellipsis-h fa-lg"></span>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
@@ -3,9 +3,13 @@
|
||||
<tr>
|
||||
{{#each this}}
|
||||
<td>
|
||||
<a href="javascript:" data-action="addField" data-name="{{this}}">{{translate this scope=../../scope category='fields'}}</a>
|
||||
<a
|
||||
role="button"
|
||||
data-action="addField"
|
||||
data-name="{{this}}"
|
||||
>{{translate this scope=../../scope category='fields'}}</a>
|
||||
</td>
|
||||
{{/each}}
|
||||
</tr>
|
||||
{{/each}}
|
||||
</table>
|
||||
</table>
|
||||
|
||||
@@ -106,7 +106,7 @@
|
||||
{{/each}}
|
||||
<td colspan="2">
|
||||
<a
|
||||
href="javascript:"
|
||||
role="button"
|
||||
class="btn btn-link action"
|
||||
title="{{translate 'Remove'}}"
|
||||
data-action="removeField"
|
||||
|
||||
@@ -1,6 +1,9 @@
|
||||
|
||||
<div class="form-group">
|
||||
<a href="javascript:" class="remove-filter pull-right" data-name="{{name}}">{{#unless notRemovable}}<i class="fas fa-times"></i>{{/unless}}</a>
|
||||
<a
|
||||
role="button"
|
||||
class="remove-filter pull-right"
|
||||
data-name="{{name}}"
|
||||
>{{#unless notRemovable}}<i class="fas fa-times"></i>{{/unless}}</a>
|
||||
<label class="control-label small" data-name="{{name}}">{{translate name category='fields' scope=scope}}</label>
|
||||
<div class="field" data-name="{{name}}">{{{field}}}</div>
|
||||
</div>
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
class="navbar-brand nav-link"
|
||||
href="#"
|
||||
><img src="{{logoSrc}}" class="logo"></span></a></div>
|
||||
<a href="javascript:" class="side-menu-button"><span class="fas fa-bars"></span></a>
|
||||
<a role="button" class="side-menu-button"><span class="fas fa-bars"></span></a>
|
||||
</div>
|
||||
|
||||
<div class="navbar-collapse navbar-body">
|
||||
@@ -81,7 +81,7 @@
|
||||
id="nav-more-tabs-dropdown"
|
||||
class="dropdown-toggle"
|
||||
data-toggle="dropdown"
|
||||
href="javascript:"
|
||||
role="button"
|
||||
><span class="fas fa-ellipsis-h more-icon"></span></a>
|
||||
<ul class="dropdown-menu more-dropdown-menu" role="menu" aria-labelledby="nav-more-tabs-dropdown">
|
||||
{{#each tabDefsList2}}
|
||||
@@ -164,7 +164,7 @@
|
||||
id="nav-quick-create-dropdown"
|
||||
class="dropdown-toggle"
|
||||
data-toggle="dropdown"
|
||||
href="javascript:"
|
||||
role="button"
|
||||
title="{{translate 'Create'}}"
|
||||
><i class="fas fa-plus"></i></a>
|
||||
<ul class="dropdown-menu" role="menu" aria-labelledby="nav-quick-create-dropdown">
|
||||
@@ -187,7 +187,7 @@
|
||||
id="nav-menu-dropdown"
|
||||
class="dropdown-toggle"
|
||||
data-toggle="dropdown"
|
||||
href="javascript:"
|
||||
role="button"
|
||||
title="{{translate 'Menu'}}"
|
||||
><span class="fas fa-ellipsis-v"></span></a>
|
||||
<ul class="dropdown-menu" role="menu" aria-labelledby="nav-menu-dropdown">
|
||||
@@ -206,7 +206,7 @@
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<a class="minimizer hidden" href="javascript:">
|
||||
<a class="minimizer hidden" role="button">
|
||||
<span class="fas fa-chevron-right right"></span>
|
||||
<span class="fas fa-chevron-left left"></span>
|
||||
</a>
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
</div>
|
||||
<div class="stream-head-text-container">
|
||||
<span class="text-muted message">{{{message}}}</span>
|
||||
<a href="javascript:" data-action="expandDetails"><span class="fas fa-chevron-down"></span></a>
|
||||
<a role="button" data-action="expandDetails"><span class="fas fa-chevron-down"></span></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -17,11 +17,11 @@
|
||||
<div class="attachments-container">
|
||||
{{{attachments}}}
|
||||
</div>
|
||||
<a href="javascript:" class="text-muted pull-right stream-post-info">
|
||||
<a role="button" class="text-muted pull-right stream-post-info">
|
||||
<span class="fas fa-info-circle"></span>
|
||||
</a>
|
||||
<a
|
||||
href="javascript:"
|
||||
role="button"
|
||||
class="text-muted pull-right stream-post-preview hidden action"
|
||||
title="{{translate 'Preview'}}"
|
||||
data-action="preview"
|
||||
|
||||
@@ -2,18 +2,33 @@
|
||||
<div class="list-row-buttons pull-right right">
|
||||
{{#if acl.edit}}
|
||||
<div class="btn-group">
|
||||
<button type="button" class="btn btn-link btn-sm dropdown-toggle" data-toggle="dropdown">
|
||||
<button
|
||||
type="button"
|
||||
class="btn btn-link btn-sm dropdown-toggle"
|
||||
data-toggle="dropdown"
|
||||
>
|
||||
<span class="caret"></span>
|
||||
</button>
|
||||
<ul class="dropdown-menu pull-right">
|
||||
{{#if isEditable}}
|
||||
<li><a href="javascript:" class="action" data-action="quickEdit" data-id="{{model.id}}" data-no-full-form="true">{{translate 'Edit'}}</a></li>
|
||||
<li><a
|
||||
role="button"
|
||||
class="action"
|
||||
data-action="quickEdit"
|
||||
data-id="{{model.id}}"
|
||||
data-no-full-form="true"
|
||||
>{{translate 'Edit'}}</a></li>
|
||||
{{/if}}
|
||||
{{#if isRemovable}}
|
||||
<li><a href="javascript:" class="action" data-action="quickRemove" data-id="{{model.id}}">{{translate 'Remove'}}</a></li>
|
||||
<li><a
|
||||
role="button"
|
||||
class="action"
|
||||
data-action="quickRemove"
|
||||
data-id="{{model.id}}"
|
||||
>{{translate 'Remove'}}</a></li>
|
||||
{{/if}}
|
||||
</ul>
|
||||
</div>
|
||||
{{/if}}
|
||||
</div>
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
|
||||
Reference in New Issue
Block a user