Is it possible to create button beside field

Hi all,

I would like to trick function by click on button beside phone number, is it possible to do this?

Look like below:

btnbtn.PNG

SugarEnt 7.6

Thanks,

May

Parents Reply
  • Hi

    this is detail.hbs   try this

    {{#if value}}

        <img style="cursor:pointer;float:left;margin-right:5px;padding-top:2px;width:24px" src="custom/themes/default/images/abc.png" onclick="one();">

        <div class="ellipsis_inline" data-placement="bottom" title="{{value}}">

            {{#if skypeValue}}

            <a href="callto:{{skypeValue}}">{{value}}</a>

            {{else}}{{value}}

            {{/if}}

           

        </div>

    {{/if}}

    Rebuild JS Grouping Files

    Quick Repair & Rebuild

Children