[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Summary view] [Print] [Text view]
1 {*<!-- this template file creates the tooltip information from a given text. 2 this is the default template for tooltip. it presents the tooltip information in 3 a linear way, i.e. makes the fieldlabel bold and put the value after it. 4 e.g. <b>fieldlabel:</b> fieldvalue-->*} 5 6 {assign var=tip value=""} 7 {foreach key=label item=value from=$TEXT} 8 {assign var=tip value="$tip<b>$label:</b> $value<br>"} 9 {/foreach} 10 {$tip}
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |