0
点赞
收藏
分享

微信扫一扫

vtigercrm7x如何修改模块视图上的图标(htdocs\layouts\v7\modules\Vtiger\ListViewActions.tpl)

野见 2022-04-01 阅读 11

{if $MODULE neq 'Potentials'}
<!--
<button type="button" class="btn btn-default btn-sm dropdown-toggle">
<a>....</a>
</button>
-->
{else}
<input name="商机搜索" type="button" class="btn btn-success t-btn-sm btn" id="btn1" title="商机搜索" value="商机搜索" onclick="window.open('search/index.php','','width=1200,height=650,top=100,left=200','scrollbars=auto')" />
<input name="业务逻辑" type="button" class="btn btn-default btn-sm dropdown-toggle" id="btn1" title="业务逻辑" value="业务逻辑示意图" onclick="window.open('img/商机业务逻辑图.jpg','','width=569,height=650,top=100,left=200','scrollbars=auto')" />
{/if}

                {if $MODULE neq 'Accounts'}
                <!--                    
                  <button type="button" class="btn btn-default btn-sm dropdown-toggle">
                  <a>....</a>                            
                  </button>
                -->                   
                {else}
                  <input name="公共客户池" type="button" class="btn btn-success t-btn-sm btn" id="btn1" title="公共客户池" value="公共客户池"  onclick="window.open('pool/index.php','','width=1200,height=660,top=100,left=200','scrollbars=auto')" />
                {/if}
举报

相关推荐

0 条评论