Skip to content

Commit

Permalink
Add Tag filter (#12640)
Browse files Browse the repository at this point in the history
* Add Tag filter

* Codestyle

* add string

* Updating XML file to use new string
  • Loading branch information
Thomas Hunziker authored and rdeutz committed Nov 15, 2016
1 parent d4a5223 commit 0ef219f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions administrator/language/en-GB/en-GB.ini
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ JSITE="Site"
JSUBMIT="Submit"
JTAG="Tags"
JTAG_DESC="Assign tags to content items. You may select a tag from the pre-defined list or enter a new tag by typing the name in the field and pressing enter."
JTAG_FIELD_SELECT_DESC="Select the tag to use."
JTRASH="Trash"
JTRASHED="Trashed"
JTRUE="True"
Expand Down
8 changes: 8 additions & 0 deletions components/com_content/views/category/tmpl/blog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@
edit="true"
clear="true"
/>
<field
name="filter_tag"
type="tag"
description="JTAG_FIELD_SELECT_DESC"
label="JTAG"
>
<option value="">JNONE</option>
</field>
</fieldset>
</fields>

Expand Down
1 change: 1 addition & 0 deletions language/en-GB/en-GB.ini
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ JSTATUS="Status"
JSUBMIT="Submit"
JTAG="Tags"
JTAG_DESC="Assign tags to content items. You may select a tag from the pre-defined list or enter a new tag by typing the name in the field and pressing enter."
JTAG_FIELD_SELECT_DESC="Select the tag to use."
JTOOLBAR_VERSIONS="Versions"
JTRASH="Trash"
JTRASHED="Trashed"
Expand Down

0 comments on commit 0ef219f

Please sign in to comment.