Subversion Repositories SmartDukaan

Rev

Rev 3255 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3255 Rev 5228
Line 15... Line 15...
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" style="height: 70px; background-color:#F8F8F8; margin-top:5px;">
19
	 <div id="notificationBox" style="height: 70px; background-color:#F8F8F8; margin-top:5px;">
20
		<h3 style='margin-top:5px; margin-left:5px; margin-bottom:5px;'>Notify me when this product is in stock.</h3>
20
		<h3 style='margin-top:5px; margin-left:5px; margin-bottom:5px;'>$action.getActionMessage()</h3>
21
		<div style="margin-top:5px; margin-left: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="Notify Me" alt="Notify Me" id="notify"/>
25
			<input type="button" class="button" value="Notify Me" alt="Notify Me" id="notify"/>
26
		</div>
26
		</div>
-
 
27
		<div class="clearBoth"></div>
27
	</div>
28
	</div>
-
 
29
	#set ($offerNote = $action.getOfferNote()) 
-
 
30
	#if($offerNote)
-
 
31
		<hr size="1" />
-
 
32
		<div style="clear:both;font-size:14px">$offerNote</div>
-
 
33
	#end
28
#end
34
#end