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