mirror of
https://github.com/joomla-extensions/weblinks.git
synced 2024-12-25 01:45:59 +00:00
Merge pull request #451 from joomdonation/component_params_corrections
[4.0] Component params corrections
This commit is contained in:
commit
8ef8a677f9
@ -317,19 +317,20 @@
|
||||
>
|
||||
<field
|
||||
name="filter_field"
|
||||
type="list"
|
||||
type="radio"
|
||||
layout="joomla.form.field.radio.switcher"
|
||||
label="JGLOBAL_FILTER_FIELD_LABEL"
|
||||
default="1"
|
||||
default="0"
|
||||
>
|
||||
<option value="0">JHIDE</option>
|
||||
<option value="1">JSHOW</option>
|
||||
<option value="hide">JHIDE</option>
|
||||
</field>
|
||||
|
||||
<field
|
||||
name="show_pagination_limit"
|
||||
type="radio"
|
||||
layout="joomla.form.field.radio.switcher"
|
||||
default="1"
|
||||
default="0"
|
||||
label="JGLOBAL_DISPLAY_SELECT_LABEL"
|
||||
>
|
||||
<option value="1">JSHOW</option>
|
||||
|
@ -38,8 +38,8 @@ COM_WEBLINKS_FIELD_IMAGE_CAPTION_LABEL="Caption"
|
||||
COM_WEBLINKS_FIELD_MODIFIED_DESC="The date and time the link was last modified."
|
||||
COM_WEBLINKS_FIELD_SECOND_LABEL="Second Image"
|
||||
COM_WEBLINKS_FIELD_SELECT_CATEGORY_LABEL="Select a Category"
|
||||
COM_WEBLINKS_FIELD_SHOW_CAT_TAGS_LABEL="Show Tags"
|
||||
COM_WEBLINKS_FIELD_SHOW_TAGS_LABEL="Show Tags"
|
||||
COM_WEBLINKS_FIELD_SHOW_CAT_TAGS_LABEL="Category Tags"
|
||||
COM_WEBLINKS_FIELD_SHOW_TAGS_LABEL="Tags"
|
||||
COM_WEBLINKS_FIELD_TARGET_LABEL="Target"
|
||||
COM_WEBLINKS_FIELD_URL_LABEL="URL"
|
||||
COM_WEBLINKS_FIELD_VALUE_REPORTED="Reported"
|
||||
|
Loading…
Reference in New Issue
Block a user