Subversion Repositories SmartDukaan

Rev

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

Rev 23505 Rev 23528
Line 58... Line 58...
58
			<h4 class="modelHeaderCustom" style="font-size:22px;">Recharge Information</h4>
58
			<h4 class="modelHeaderCustom" style="font-size:22px;">Recharge Information</h4>
59
			<div>
59
			<div>
60
				<div class = "row">
60
				<div class = "row">
61
					#if($operatorTypes)
61
					#if($operatorTypes)
62
						<div class="col-lg-2 form-group">
62
						<div class="col-lg-2 form-group">
63
							<select class="form-control input-sm" id = "operatorType" name = "operatorType" placeholder="Operator Type">
63
							<select class="form-control input-sm" id = "rechargeOperatorType" name = "rechargeOperatorType" placeholder="Operator Type">
64
								#foreach($operatorType in $operatorTypes)
64
								#foreach($operatorType in $operatorTypes)
65
									#if($operatorType == "PREPAID")
65
									#if($operatorType == "PREPAID")
66
										<option value="$operatorType" selected>$operatorType</option>
66
										<option value="$operatorType" selected>$operatorType</option>
67
									#else
67
									#else
68
										<option value="$operatorType">$operatorType</option>
68
										<option value="$operatorType">$operatorType</option>