[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Summary view] [Print] [Text view]
1 <script language="JavaScript" type="text/javascript" src="modules/Tooltip/TooltipSettings.js"></script> 2 <br> 3 <table align="center" border="0" cellpadding="0" cellspacing="0" width="98%"> 4 <tbody><tr> 5 <td valign="top"><img src="{'showPanelTopLeft.gif'|@vtiger_imageurl:$THEME}"></td> 6 <td valign="top" width="100%"> 7 <div align=center> 8 <table border=0 cellspacing=0 cellpadding=5 width=100% class="settingsSelUITopLine"> 9 <form action="index.php" method="post" name="new" id="form" onsubmit="VtigerJS_DialogBox.block();"> 10 <input type="hidden" id="fieldid" name="fieldid" value="{$FIELDID}"> 11 <input type="hidden" name="" value=""> 12 </table> 13 14 <table border=0 cellspacing=0 cellpadding=5 width=100% class="tableHeading"> 15 <tr> 16 <td class="small" align="left" nowrap> 17 <strong> 18 {$MOD.LBL_TOOLTIP_HELP_TEXT} 19 </strong> 20 </td> 21 <td class="small" align="right" width="100%"> 22 <input title="save" class="crmButton small save" type="button" name="save" onClick="doSaveTooltipInfo();" value="{$APP.LBL_SAVE_BUTTON_LABEL}"> 23 </td> 24 <td class="small" align="right"> 25 <input title="back" class="crmButton small cancel" type="button" name="Back" onClick="window.history.back();" value="{$APP.LBL_BACK}"> 26 </td> 27 </tr> 28 </table> 29 30 {foreach key=module item=info from=$FIELD_LISTS} 31 <div id="{$module}_fields" style="display:block"> 32 <table cellspacing=0 cellpadding=5 width=100% class="listTable small"> 33 <tr> 34 <td valign=top width="25%" > 35 <table border=0 cellspacing=0 cellpadding=5 width=100% class=small> 36 {foreach item=elements name=groupfields from=$info} 37 <tr> 38 {foreach item=elementinfo name=curvalue from=$elements} 39 <td class="prvPrfTexture" style="width:20px"> 40 41 </td> 42 <td width="5%" id="{$smarty.foreach.groupfields.iteration}_{$smarty.foreach.curvalue.iteration}"> 43 {$elementinfo.input} 44 </td> 45 <td width="25%" nowrap onMouseOver="this.className='prvPrfHoverOn',$('{$smarty.foreach.groupfields.iteration}_{$smarty.foreach.curvalue.iteration}').className='prvPrfHoverOn'" onMouseOut="this.className='prvPrfHoverOff',$('{$smarty.foreach.groupfields.iteration}_{$smarty.foreach.curvalue.iteration}').className='prvPrfHoverOff'"> 46 {$elementinfo.fieldlabel} 47 </td> 48 {/foreach} 49 </tr> 50 {/foreach} 51 </table> 52 </td> 53 </tr> 54 </table> 55 </div> 56 {/foreach} 57 </form> 58 </div> 59 </td> 60 <td valign="top"> 61 <img src="{'showPanelTopRight.gif'|@vtiger_imageurl:$THEME}"> 62 </td> 63 </tr> 64 </tbody> 65 </table>
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 |