Skip to content

Commit

Permalink
[4.0] com_privacy filters
Browse files Browse the repository at this point in the history
Make sure that all the filters have a label only
  • Loading branch information
brianteeman committed Aug 12, 2019
1 parent 686a34a commit c007061
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
Expand Up @@ -44,7 +44,6 @@
name="fullordering"
type="list"
label="JGLOBAL_SORT_BY"
description="JGLOBAL_SORT_BY"
onchange="this.form.submit();"
default="a.id DESC"
>
Expand All @@ -65,6 +64,7 @@
<field
name="limit"
type="limitbox"
label="JGLOBAL_LIST_LIMIT"
class="input-mini"
default="25"
onchange="this.form.submit();"
Expand Down
Expand Up @@ -12,8 +12,7 @@
<field
name="status"
type="requeststatus"
label="COM_PRIVACY_FILTER_STATUS"
description="COM_PRIVACY_FILTER_STATUS_DESC"
label="JOPTION_SELECT_PUBLISHED"
onchange="this.form.submit();"
>
<option value="">JOPTION_SELECT_PUBLISHED</option>
Expand All @@ -22,8 +21,7 @@
<field
name="request_type"
type="requesttype"
label="COM_PRIVACY_FILTER_REQUEST_TYPE"
description="COM_PRIVACY_FILTER_REQUEST_TYPE_DESC"
label="COM_PRIVACY_SELECT_REQUEST_TYPE"
onchange="this.form.submit();"
>
<option value="">COM_PRIVACY_SELECT_REQUEST_TYPE</option>
Expand All @@ -35,7 +33,6 @@
name="fullordering"
type="list"
label="JGLOBAL_SORT_BY"
description="JGLOBAL_SORT_BY"
onchange="this.form.submit();"
default="a.id DESC"
>
Expand All @@ -53,6 +50,7 @@
<field
name="limit"
type="limitbox"
label="JGLOBAL_LIST_LIMIT"
class="input-mini"
default="25"
onchange="this.form.submit();"
Expand Down

0 comments on commit c007061

Please sign in to comment.