mirror of
https://github.com/joomla-extensions/weblinks.git
synced 2025-01-27 14:28:30 +00:00
Adapt filter weblinks to j4 to j4
This commit is contained in:
parent
c39f02ba0f
commit
89554eea66
@ -12,7 +12,6 @@
|
||||
name="published"
|
||||
type="status"
|
||||
label="JOPTION_FILTER_PUBLISHED"
|
||||
description="JOPTION_FILTER_PUBLISHED_DESC"
|
||||
onchange="this.form.submit();"
|
||||
>
|
||||
<option value="">JOPTION_SELECT_PUBLISHED</option>
|
||||
@ -21,7 +20,6 @@
|
||||
name="category_id"
|
||||
type="category"
|
||||
label="JOPTION_FILTER_CATEGORY"
|
||||
description="JOPTION_FILTER_CATEGORY_DESC"
|
||||
extension="com_weblinks"
|
||||
onchange="this.form.submit();"
|
||||
>
|
||||
@ -31,7 +29,6 @@
|
||||
name="access"
|
||||
type="accesslevel"
|
||||
label="JOPTION_FILTER_ACCESS"
|
||||
description="JOPTION_FILTER_ACCESS_DESC"
|
||||
onchange="this.form.submit();"
|
||||
>
|
||||
<option value="">JOPTION_SELECT_ACCESS</option>
|
||||
@ -40,7 +37,6 @@
|
||||
name="language"
|
||||
type="contentlanguage"
|
||||
label="JOPTION_FILTER_LANGUAGE"
|
||||
description="JOPTION_FILTER_LANGUAGE_DESC"
|
||||
onchange="this.form.submit();"
|
||||
>
|
||||
<option value="">JOPTION_SELECT_LANGUAGE</option>
|
||||
@ -50,7 +46,6 @@
|
||||
name="tag"
|
||||
type="tag"
|
||||
label="JOPTION_FILTER_TAG"
|
||||
description="JOPTION_FILTER_TAG_DESC"
|
||||
mode="nested"
|
||||
onchange="this.form.submit();"
|
||||
>
|
||||
@ -60,7 +55,6 @@
|
||||
name="level"
|
||||
type="integer"
|
||||
label="JOPTION_FILTER_LEVEL"
|
||||
description="JOPTION_FILTER_LEVEL_DESC"
|
||||
first="1"
|
||||
last="10"
|
||||
step="1"
|
||||
|
Loading…
x
Reference in New Issue
Block a user