Skip to content
Snippets Groups Projects
Commit 0ae5abe3 authored by Prasad's avatar Prasad
Browse files

Merge branch '158510846' into 'master'

#Fixes::158510846::madhusr::while creating the time custom field,it is...

See merge request !1081
parents 27e945bf 67830bf0
No related branches found
No related tags found
1 merge request!1081#Fixes::158510846::madhusr::while creating the time custom field,it is...
...@@ -564,7 +564,7 @@ Vtiger_Field_Js('Vtiger_Time_Field_Js',{},{ ...@@ -564,7 +564,7 @@ Vtiger_Field_Js('Vtiger_Time_Field_Js',{},{
*/ */
getUi : function() { getUi : function() {
var html = '<div class="">'+'<div class="input-group time">'+ var html = '<div class="">'+'<div class="input-group time">'+
'<input class="timepicker-default form-control inputElement" type="text" data-format="'+ this.getTimeFormat() +'" name="'+ this.getName() +'" value="'+ this.getValue() + '" />'+ '<input class="timepicker-default form-control inputElement" type="text" data-rule-time="true" data-format="'+ this.getTimeFormat() +'" name="'+ this.getName() +'" value="'+ this.getValue() + '" />'+
'<span class="input-group-addon"><i class="fa fa-clock-o"></i></span>'+ '<span class="input-group-addon"><i class="fa fa-clock-o"></i></span>'+
'</div>'+'</div>'; '</div>'+'</div>';
var element = jQuery(html); var element = jQuery(html);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment