PHRAS-2685

This commit is contained in:
Harrys Ravalomanana
2020-05-26 14:13:23 +04:00
parent 57958c7efe
commit 756528d18f
2 changed files with 13 additions and 1 deletions

View File

@@ -46,7 +46,10 @@
<option {% if parm['like_field'] == "company" %}selected="selected"{% endif %} value="company">{{ 'Push::filter on companies' | trans }}</option>
<option {% if parm['like_field'] == "email" %}selected="selected"{% endif %} value="email">{{ 'Push::filter on emails' | trans }}</option>
</select>
<span>{{ 'Push::filter starts' | trans }}</span>
<select name="like_type" class="input-medium without-border">
<option selected="selected" value="content">{{ 'admin::users:filter: content' | trans }}</option>
<option value="start_with">{{ 'admin::users:filter: start with' | trans }}</option>
</select>
<input type="text" value="{{parm['like_value']}}" name="like_value" class="input-medium">
<span>{{ 'Last applied template' | trans }}</span>
<select name="last_model" class="input-medium">