Skip to content

Commit

Permalink
feat(uitype10) open capture popup when clicking on input box
Browse files Browse the repository at this point in the history
  • Loading branch information
joebordes committed Jan 11, 2019
1 parent 11b4784 commit f20e129
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Smarty/templates/EditViewUI.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@
name="{$fldname}_display"
type="text"
style="border:1px solid #bababa;"
onclick='return {$vtui10func}("{$fromlink}","{$fldname}","{$MODULE}","{if isset($ID)}{$ID}{/if}");'
value="{$fldvalue.displayvalue}"
autocomplete="off"
class="autocomplete-input"
Expand All @@ -130,6 +131,7 @@
readonly
type="text"
style="border:1px solid #bababa;"
onclick='return {$vtui10func}("{$fromlink}","{$fldname}","{$MODULE}","{if isset($ID)}{$ID}{/if}");'
value="{$fldvalue.displayvalue}"> 
{/if}
<img src="{'select.gif'|@vtiger_imageurl:$THEME}" tabindex="{$vt_tab}"
Expand Down

0 comments on commit f20e129

Please sign in to comment.