Skip to content

Commit

Permalink
Merge branch 'staging' into patch-110
Browse files Browse the repository at this point in the history
  • Loading branch information
alikon committed Jan 8, 2020
2 parents bf7b63e + 4708a72 commit da8127e
Show file tree
Hide file tree
Showing 50 changed files with 52 additions and 2 deletions.
Expand Up @@ -4,6 +4,7 @@
<field
name="search"
type="text"
inputmode="search"
description="COM_ACTIONLOGS_FILTER_SEARCH_DESC"
hint="JSEARCH_FILTER"
/>
Expand Down
Expand Up @@ -26,6 +26,7 @@
<field
name="search"
type="text"
inputmode="search"
label="COM_ASSOCIATIONS_FILTER_SEARCH_LABEL"
description="COM_ASSOCIATIONS_FILTER_SEARCH_DESC"
hint="JSEARCH_FILTER"
Expand Down
Expand Up @@ -4,6 +4,7 @@
<field
name="search"
type="text"
inputmode="search"
label="COM_BANNERS_BANNERS_FILTER_SEARCH_LABEL"
description="COM_BANNERS_BANNERS_FILTER_SEARCH_DESC"
hint="JSEARCH_FILTER"
Expand Down
Expand Up @@ -4,6 +4,7 @@
<field
name="search"
type="text"
inputmode="search"
label="COM_BANNERS_CLIENTS_FILTER_SEARCH_LABEL"
description="COM_BANNERS_CLIENTS_FILTER_SEARCH_DESC"
hint="JSEARCH_FILTER"
Expand Down
Expand Up @@ -4,6 +4,7 @@
<field
name="search"
type="text"
inputmode="search"
label="COM_BANNERS_TRACKS_FILTER_SEARCH_LABEL"
description="COM_BANNERS_TRACKS_FILTER_SEARCH_DESC"
hint="JSEARCH_FILTER"
Expand Down
Expand Up @@ -13,6 +13,7 @@
<field
name="search"
type="text"
inputmode="search"
label="COM_CACHE_FILTER_SEARCH_LABEL"
description="COM_CACHE_FILTER_SEARCH_DESC"
hint="JSEARCH_FILTER"
Expand Down
Expand Up @@ -6,6 +6,7 @@
<field
name="search"
type="text"
inputmode="search"
label="COM_CATEGORIES_FILTER_SEARCH_LABEL"
description="COM_CATEGORIES_FILTER_SEARCH_DESC"
hint="JSEARCH_FILTER"
Expand Down
Expand Up @@ -4,6 +4,7 @@
<field
name="search"
type="text"
inputmode="search"
label="COM_CHECKIN_FILTER_SEARCH_LABEL"
description="COM_CHECKIN_FILTER_SEARCH_DESC"
hint="JSEARCH_FILTER"
Expand All @@ -25,7 +26,7 @@
<option value="table DESC">COM_CHECKIN_DATABASE_TABLE_DESC</option>
<option value="count ASC">COM_CHECKIN_ITEMS_TO_CHECK_IN_ASC</option>
<option value="count DESC">COM_CHECKIN_ITEMS_TO_CHECK_IN_DESC</option>
</field>
</field>
<field
name="limit"
type="limitbox"
Expand Down
Expand Up @@ -6,6 +6,7 @@
<field
name="search"
type="text"
inputmode="search"
label="COM_CONTACT_FILTER_SEARCH_LABEL"
description="COM_CONTACT_FILTER_SEARCH_DESC"
hint="JSEARCH_FILTER"
Expand Down
Expand Up @@ -4,6 +4,7 @@
<field
name="search"
type="text"
inputmode="search"
label="COM_CONTENT_FILTER_SEARCH_LABEL"
description="COM_CONTENT_FILTER_SEARCH_DESC"
hint="JSEARCH_FILTER"
Expand Down
Expand Up @@ -4,6 +4,7 @@
<field
name="search"
type="text"
inputmode="search"
label="COM_CONTENT_FILTER_SEARCH_LABEL"
description="COM_CONTENT_FILTER_SEARCH_DESC"
hint="JSEARCH_FILTER"
Expand Down
Expand Up @@ -11,6 +11,7 @@
<field
name="search"
type="text"
inputmode="search"
label=""
description="COM_FIELDS_FIELDS_FILTER_SEARCH_DESC"
hint="JSEARCH_FILTER"
Expand Down
Expand Up @@ -11,6 +11,7 @@
<field
name="search"
type="text"
inputmode="search"
description="COM_FIELDS_GROUPS_FILTER_SEARCH_DESC"
hint="JSEARCH_FILTER"
class="js-stools-search-string"
Expand Down
Expand Up @@ -4,6 +4,7 @@
<field
name="search"
type="text"
inputmode="search"
label="COM_FINDER_SEARCH_FILTER_SEARCH_LABEL"
description="COM_FINDER_SEARCH_FILTER_SEARCH_DESC"
hint="JSEARCH_FILTER"
Expand Down
Expand Up @@ -4,6 +4,7 @@
<field
name="search"
type="text"
inputmode="search"
label="COM_FINDER_INDEX_SEARCH_LABEL"
description="COM_FINDER_INDEX_SEARCH_DESC"
hint="JSEARCH_FILTER"
Expand Down
Expand Up @@ -4,6 +4,7 @@
<field
name="search"
type="text"
inputmode="search"
label="COM_FINDER_SEARCH_SEARCH_QUERY_LABEL"
description="COM_FINDER_SEARCH_SEARCH_QUERY_DESC"
hint="JSEARCH_FILTER"
Expand Down
Expand Up @@ -6,6 +6,7 @@
<field
name="search"
type="text"
inputmode="search"
label="COM_INSTALLER_DISCOVER_FILTER_SEARCH_LABEL"
description="COM_INSTALLER_DISCOVER_FILTER_SEARCH_DESC"
hint="JSEARCH_FILTER"
Expand Down
Expand Up @@ -4,6 +4,7 @@
<field
name="search"
type="text"
inputmode="search"
label="COM_INSTALLER_LANGUAGES_FILTER_SEARCH_LABEL"
description="COM_INSTALLER_LANGUAGES_FILTER_SEARCH_DESC"
hint="JSEARCH_FILTER"
Expand Down
Expand Up @@ -6,6 +6,7 @@
<field
name="search"
type="text"
inputmode="search"
label="COM_INSTALLER_MANAGE_FILTER_SEARCH_LABEL"
description="COM_INSTALLER_MANAGE_FILTER_SEARCH_DESC"
hint="JSEARCH_FILTER"
Expand Down
Expand Up @@ -6,6 +6,7 @@
<field
name="search"
type="text"
inputmode="search"
label="COM_INSTALLER_UPDATE_FILTER_SEARCH_LABEL"
description="COM_INSTALLER_UPDATE_FILTER_SEARCH_DESC"
hint="JSEARCH_FILTER"
Expand Down
Expand Up @@ -6,6 +6,7 @@
<field
name="search"
type="text"
inputmode="search"
label="COM_INSTALLER_UPDATESITES_FILTER_SEARCH_LABEL"
description="COM_INSTALLER_UPDATESITES_FILTER_SEARCH_DESC"
hint="JSEARCH_FILTER"
Expand Down
Expand Up @@ -13,6 +13,7 @@
<field
name="search"
type="text"
inputmode="search"
label="COM_LANGUAGES_INSTALLED_FILTER_SEARCH_LABEL"
description="COM_LANGUAGES_INSTALLED_FILTER_SEARCH_DESC"
hint="JSEARCH_FILTER"
Expand Down
Expand Up @@ -4,6 +4,7 @@
<field
name="search"
type="text"
inputmode="search"
label="JSEARCH_FILTER"
description="COM_LANGUAGES_SEARCH_IN_TITLE"
hint="JSEARCH_FILTER"
Expand Down
Expand Up @@ -12,6 +12,7 @@
<field
name="search"
type="text"
inputmode="search"
label="JSEARCH_FILTER"
description="COM_LANGUAGES_SEARCH_IN_TITLE"
hint="JSEARCH_FILTER"
Expand Down
Expand Up @@ -27,6 +27,7 @@
<field
name="search"
type="text"
inputmode="search"
label="COM_MENUS_ITEMS_SEARCH_FILTER_LABEL"
description="COM_MENUS_ITEMS_SEARCH_FILTER"
hint="JSEARCH_FILTER"
Expand Down
Expand Up @@ -28,6 +28,7 @@
<field
name="search"
type="text"
inputmode="search"
label="COM_MENUS_ITEMS_SEARCH_FILTER_LABEL"
description="COM_MENUS_ITEMS_SEARCH_FILTER"
hint="JSEARCH_FILTER"
Expand Down
Expand Up @@ -14,6 +14,7 @@
<field
name="search"
type="text"
inputmode="search"
label="COM_MENUS_MENUS_FILTER_SEARCH_LABEL"
description="COM_MENUS_MENUS_FILTER_SEARCH_DESC"
hint="JSEARCH_FILTER"
Expand Down
Expand Up @@ -4,6 +4,7 @@
<field
name="search"
type="text"
inputmode="search"
label="COM_MESSAGES_FILTER_SEARCH_LABEL"
description="COM_MESSAGES_SEARCH_IN_SUBJECT"
hint="JSEARCH_FILTER"
Expand Down Expand Up @@ -38,7 +39,7 @@
<option value="a.user_id_from DESC">COM_MESSAGES_HEADING_FROM_DESC</option>
<option value="a.date_time ASC">JDATE_ASC</option>
<option value="a.date_time DESC">JDATE_DESC</option>
</field>
</field>
<field
name="limit"
type="limitbox"
Expand Down
Expand Up @@ -17,6 +17,7 @@
<field
name="search"
type="text"
inputmode="search"
label="COM_MODULES_MODULES_FILTER_SEARCH_LABEL"
description="COM_MODULES_MODULES_FILTER_SEARCH_DESC"
hint="JSEARCH_FILTER"
Expand Down
Expand Up @@ -17,6 +17,7 @@
<field
name="search"
type="text"
inputmode="search"
label="COM_MODULES_MODULES_FILTER_SEARCH_LABEL"
description="COM_MODULES_MODULES_FILTER_SEARCH_DESC"
hint="JSEARCH_FILTER"
Expand Down
Expand Up @@ -6,6 +6,7 @@
<field
name="search"
type="text"
inputmode="search"
label="COM_NEWSFEEDS_FILTER_SEARCH_LABEL"
description="COM_NEWSFEEDS_FILTER_SEARCH_DESC"
hint="JSEARCH_FILTER"
Expand Down
Expand Up @@ -6,6 +6,7 @@
<field
name="search"
type="text"
inputmode="search"
label="COM_PLUGINS_FILTER_SEARCH_LABEL"
description="COM_PLUGINS_SEARCH_IN_TITLE"
hint="JSEARCH_FILTER"
Expand Down
Expand Up @@ -6,6 +6,7 @@
<field
name="search"
type="text"
inputmode="search"
label="COM_PRIVACY_FILTER_SEARCH_LABEL"
description="COM_PRIVACY_SEARCH_IN_USERNAME"
hint="JSEARCH_FILTER"
Expand Down
Expand Up @@ -6,6 +6,7 @@
<field
name="search"
type="text"
inputmode="search"
label="COM_PRIVACY_FILTER_SEARCH_LABEL"
description="COM_PRIVACY_SEARCH_IN_EMAIL"
hint="JSEARCH_FILTER"
Expand Down
Expand Up @@ -4,6 +4,7 @@
<field
name="search"
type="text"
inputmode="search"
label="COM_REDIRECT_FILTER_SEARCH_LABEL"
description="COM_REDIRECT_FILTER_SEARCH_DESC"
hint="JSEARCH_FILTER"
Expand Down
Expand Up @@ -4,6 +4,7 @@
<field
name="search"
type="text"
inputmode="search"
label="COM_SEARCH_SEARCH_IN_PHRASE"
description="COM_SEARCH_SEARCH_IN_PHRASE"
hint="JSEARCH_FILTER"
Expand Down
Expand Up @@ -4,6 +4,7 @@
<field
name="search"
type="text"
inputmode="search"
label="COM_TAGS_FILTER_SEARCH_LABEL"
description="COM_TAGS_FILTER_SEARCH_DESC"
hint="JSEARCH_FILTER"
Expand Down
Expand Up @@ -14,6 +14,7 @@
<field
name="search"
type="text"
inputmode="search"
label="JSEARCH_FILTER"
description="COM_TEMPLATES_STYLES_FILTER_SEARCH_DESC"
hint="JSEARCH_FILTER"
Expand Down
Expand Up @@ -14,6 +14,7 @@
<field
name="search"
type="text"
inputmode="search"
label="JSEARCH_FILTER"
description="COM_TEMPLATES_TEMPLATES_FILTER_SEARCH_DESC"
hint="JSEARCH_FILTER"
Expand Down
Expand Up @@ -4,6 +4,7 @@
<field
name="search"
type="text"
inputmode="search"
label="COM_USERS_SEARCH_ASSETS"
description="COM_USERS_SEARCH_IN_ASSETS"
hint="JSEARCH_FILTER"
Expand Down
Expand Up @@ -4,6 +4,7 @@
<field
name="search"
type="text"
inputmode="search"
label="COM_USERS_SEARCH_ASSETS"
description="COM_USERS_SEARCH_IN_ASSETS"
hint="JSEARCH_FILTER"
Expand Down
Expand Up @@ -4,6 +4,7 @@
<field
name="search"
type="text"
inputmode="search"
label="COM_USERS_SEARCH_GROUPS_LABEL"
description="COM_USERS_SEARCH_IN_GROUPS"
hint="JSEARCH_FILTER"
Expand Down
Expand Up @@ -4,6 +4,7 @@
<field
name="search"
type="text"
inputmode="search"
label="COM_USERS_SEARCH_ACCESS_LEVELS"
description="COM_USERS_SEARCH_IN_LEVEL_NAME"
hint="JSEARCH_FILTER"
Expand Down
Expand Up @@ -4,6 +4,7 @@
<field
name="search"
type="text"
inputmode="search"
label="COM_USERS_SEARCH_USER_NOTES"
description="COM_USERS_SEARCH_IN_NOTE_TITLE"
hint="JSEARCH_FILTER"
Expand Down
Expand Up @@ -4,6 +4,7 @@
<field
name="search"
type="text"
inputmode="search"
label="COM_USERS_SEARCH_USERS"
description="COM_USERS_SEARCH_IN_NAME"
hint="JSEARCH_FILTER"
Expand Down
1 change: 1 addition & 0 deletions components/com_contact/models/forms/filter_contacts.xml
Expand Up @@ -6,6 +6,7 @@
<field
name="search"
type="text"
inputmode="search"
label="COM_CONTACT_FILTER_SEARCH_LABEL"
description="COM_CONTACT_FILTER_SEARCH_DESC"
hint="JSEARCH_FILTER"
Expand Down
1 change: 1 addition & 0 deletions components/com_content/models/forms/filter_articles.xml
Expand Up @@ -4,6 +4,7 @@
<field
name="search"
type="text"
inputmode="search"
label="COM_CONTENT_MODAL_FILTER_SEARCH_LABEL"
description="COM_CONTENT_MODAL_FILTER_SEARCH_DESC"
hint="JSEARCH_FILTER"
Expand Down

0 comments on commit da8127e

Please sign in to comment.