Initial commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{{#if isEmpty}}
|
||||
{{translate 'None'}}
|
||||
{{else}}
|
||||
<div>(
|
||||
{{#each viewDataList}}
|
||||
<div data-view-key="{{key}}" style="margin-left: 15px;">{{{var key ../this}}}</div>
|
||||
{{#unless isEnd}}
|
||||
<div style="margin-left: 15px;">
|
||||
{{translate ../operator category='logicalOperators' scope='Admin'}}
|
||||
</div>
|
||||
{{/unless}}
|
||||
{{/each}}
|
||||
)</div>
|
||||
{{/if}}
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
<div>{{translate 'not' category='logicalOperators' scope='Admin'}} (
|
||||
<div data-view-key="{{viewKey}}" style="margin-left: 15px;">{{{var viewKey this}}}</div>
|
||||
)</div>
|
||||
@@ -0,0 +1 @@
|
||||
{{leftString}} {{{operatorString}}} <span data-name="{{valueViewKey}}">{{{value}}}</span>
|
||||
@@ -0,0 +1,2 @@
|
||||
{{translate field category='fields' scope=scope}} {{{operatorString}}}
|
||||
({{#each valueViewDataList}}<span data-name="{{key}}">{{{var key ../this}}}</span>{{#unless isEnd}}, {{/unless}}{{/each}})
|
||||
@@ -0,0 +1 @@
|
||||
{{translate field category='fields' scope=scope}} {{{operatorString}}}
|
||||
@@ -0,0 +1 @@
|
||||
{{translate field category='fields' scope=scope}} {{{operatorString}}} {{translateOption dateValue field='dateSearchRanges'}}
|
||||
Reference in New Issue
Block a user