[TYPO3-core] RFC: #6995 Context Senstitive Help text should be displayed faster

Dmitry Dulepov [typo3] dmitry at typo3.org
Tue Dec 18 08:30:14 CET 2007


Hi!

Christoph Lindenmueller wrote:
> Problem:
> Context Senstitive Help text should be displayed faster.

I did not try the patch yet but I have a question and a note.

Question is: will "see also" section work properly with this solution?

Note is: a parameter was removed to the function, which is not what we normally do. Does it change behavior mentioned in the function comment? Here is your change:

> -	 * @param	boolean		Force display of icon nomatter BE_USER setting for help
>  	 * @return	string		HTML content for a help icon/text
>  	 */
> -	function helpTextIcon($table,$field,$BACK_PATH,$force=0)	{
> +	function helpTextIcon($table,$field,$BACK_PATH)	{

Also use "Help text" (not "help text") in phpDoc:

> +	 * @return	string		help text

-- 
Dmitry Dulepov
TYPO3 core team
Web: http://typo3bloke.net/
Skype: callto:liels_bugs
"Nothing is impossible. There are only limits to our knowledge"


More information about the TYPO3-team-core mailing list