Subversion Repositories SmartDukaan

Rev

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

Rev 3080 Rev 3255
Line 14... Line 14...
14
		$snippets
14
		$snippets
15
		#end
15
		#end
16
		<div class="clearBoth"></div>
16
		<div class="clearBoth"></div>
17
	</div>
17
	</div>
18
	<hr size=1/>
18
	<hr size=1/>
19
	<div id="notificationBox">
19
	 <div id="notificationBox" style="height: 70px; background-color:#F8F8F8; margin-top:5px;">
20
		<label>Notify me when back in stock:</label>
20
		<h3 style='margin-top:5px; margin-left:5px; margin-bottom:5px;'>Notify me when this product is in stock.</h3>
21
		<div style="margin-top:5px;" class="imgTextBox  textbox-image">
21
		<div style="margin-top:5px; margin-left:5px;" class="imgTextBox  textbox-image">
22
			<input type="text" id="emailId" name="emailId" value="$email" class="textbox"/>    
22
			<input type="text" id="emailId" name="emailId" value="$email" class="textbox"/>    
23
	    </div>
23
	    </div>
24
		<div style="margin-left:10px;margin-bottom:3px;" class="bigImgButton floatRight yellow-image">
24
		<div style="margin-left:10px;margin-bottom:3px;" class="bigImgButton floatRight yellow-image">
25
			<input type="button" class="button" value="Submit" id="notify"/>
25
			<input type="button" class="button" value="Notify Me" alt="Notify Me" id="notify"/>
26
		</div>
26
		</div>
27
	</div>
27
	</div>
28
#end
28
#end