mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/IZYIM-Prototype.git
synced 2026-08-22 14:13:58 +00:00
address.js
This commit is contained in:
@@ -158,9 +158,9 @@ $(function(){
|
||||
});
|
||||
|
||||
Address.defaults = $.extend({}, $.fn.editabletypes.abstractinput.defaults, {
|
||||
tpl: '<div class="editable-address"><label><span>City: </span><input type="text" name="city" class="form-control input-small"></label></div>'+
|
||||
'<div class="editable-address"><label><span>Street: </span><input type="text" name="street" class="form-control input-small"></label></div>'+
|
||||
'<div class="editable-address"><label><span>Building: </span><input type="text" name="building" class="form-control input-small"></label></div>',
|
||||
tpl: '<div class="editable-address"><label><span>Height: </span><input type="text" name="city" class="form-control input-small"></label></div>'+
|
||||
'<div class="editable-address"><label><span>Width: </span><input type="text" name="street" class="form-control input-small"></label></div>'+
|
||||
'<div class="editable-address"><label><span>Depth: </span><input type="text" name="building" class="form-control input-small"></label></div>',
|
||||
|
||||
inputclass: ''
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user