-Log into the administrator panel
-Go to article manager
-Create new article
It should be-
Placeholder message for tag field: Type or select some option
-Select means, selecting the tag from available list, but there is a facility to create own tag by typing the term. So, Placeholder message must be more usable or easy to understand
This Tag field is not only used for Articles.
The string used is a global string: JGLOBAL_SELECT_SOME_OPTIONS
.
It is used as placeholder in formbehavior.php (ROOT/libraries/cms/html/formbehavior.php) when the field is marked as multiple
in the chosen
method.
We "could" override the string in our various core components ini files after making sure that we have no other fields marked as multiple
. But not sure this is the right solution.
Labels |
Added:
?
|
In com_modules you have the same situation for module positions and we use the message
Type or select a position
I am going to create a PR for this to be
Type or select a tag
that's not saying what are the options, I think it is more: Type and press enter for a new tag or type and select an existing
I know it is long but that would be a correct description
Correction I dont see how to easily make that change - maybe someone else can
The behaviour is the same, the difference is that a tag or positions will be created. Is the same lang-tag used?
The code for selecting tags and the code for selecting modules is
completely different from what I could tell although the behaviour is the
same - hence my suggested language string
On 19 January 2015 at 12:56, Robert Deutz notifications@github.com wrote:
The behaviour is the same, the difference is that a tag or positions will
be created. Is the same lang-tag used?—
Reply to this email directly or view it on GitHub
#5570 (comment).
Brian Teeman
Co-founder Joomla! and OpenSourceMatters Inc.
http://brian.teeman.net/
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-10-09 14:04:12 |
Closed_By | ⇒ | zero-24 |
This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/5570.