Subversion Repositories SmartDukaan

Rev

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

Rev 26153 Rev 26154
Line 82... Line 82...
82
			reporticoDRCallback(moment(), moment());
82
			reporticoDRCallback(moment(), moment());
83
			return;
83
			return;
84
		}
84
		}
85
		case "STRING": {
85
		case "STRING": {
86
			if(param.name=="authId") {
86
			if(param.name=="authId") {
87
				$inputContainer.append(`<div class="form-group">
87
				$inputContainer.append(`
88
						<label>${param.displayText}</label> 
-
 
89
						<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">`);
90
				</div>`);
-
 
91
			}
89
			}
92
			$inputContainer.append(`<div class="form-group">
90
			$inputContainer.append(`<div class="form-group">
93
					<label>${param.displayText}</label> 
91
					<label>${param.displayText}</label> 
94
					<input name="${param.name}" type="text" value="" class="param form-control input-sm">
92
					<input name="${param.name}" type="text" value="" class="param form-control input-sm">
95
			</div>`);
93
			</div>`);