Subversion Repositories SmartDukaan

Rev

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

Rev 7427 Rev 7435
Line 120... Line 120...
120
						<input name="approvalCode" type="text" class='orderInputBox w150'></input>
120
						<input name="approvalCode" type="text" class='orderInputBox w150'></input>
121
					</div>
121
					</div>
122
				</div>
122
				</div>
123
				
123
				
124
				<div style="border-top: 1px dotted #CCCCCC;margin: 15px 0;"></div>
124
				<div style="border-top: 1px dotted #CCCCCC;margin: 15px 0;"></div>
125
				
-
 
-
 
125
				<div style="text-align:right;height:56px;line-height:56px">
-
 
126
					<span id="waitSpan" style='color:red;font-weight:bold;display: none;'>Please Wait...</span>
126
                <input id="createOrder" type="submit" style="float:right;background-color:orange;color:black;" value="CREATE ORDER" class="submitButton"></input>
127
					<input id="createOrder" type="submit" style="background-color:orange;color:black;" value="CREATE ORDER" class="submitButton"></input>
-
 
128
				</div>
127
            </form>
129
            </form>
128
		</div>
130
		</div>
129
	</div>
131
	</div>
130
</body>
132
</body>
131
 
133