Subversion Repositories SmartDukaan

Rev

Rev 26154 | Rev 26157 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 26154 Rev 26155
Line 84... Line 84...
84
		}
84
		}
85
		case "STRING": {
85
		case "STRING": {
86
			if(param.name=="authId") {
86
			if(param.name=="authId") {
87
				$inputContainer.append(`
87
				$inputContainer.append(`
88
						<input type="hidden" name="${param.name}" type="text" value="${authId}" class="param form-control input-sm">`);
88
						<input type="hidden" name="${param.name}" type="text" value="${authId}" class="param form-control input-sm">`);
-
 
89
			} else {
-
 
90
				$inputContainer.append(`<div class="form-group">
-
 
91
						<label>${param.displayText}</label> 
-
 
92
						<input name="${param.name}" type="text" value="" class="param form-control input-sm">
-
 
93
					</div>`);
89
			}
94
			}
90
			$inputContainer.append(`<div class="form-group">
-
 
91
					<label>${param.displayText}</label> 
-
 
92
					<input name="${param.name}" type="text" value="" class="param form-control input-sm">
-
 
93
			</div>`);
-
 
94
			return;
95
			return;
95
		}
96
		}
96
		case "LIST" : {
97
		case "LIST" : {
97
			if(param.name == "code"){
98
			if(param.name == "code"){
98
				var arr = [];
99
				var arr = [];