Subversion Repositories SmartDukaan

Rev

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

Rev 6903 Rev 6915
Line 120... Line 120...
120
										#set($toShow = '')
120
										#set($toShow = '')
121
									#else
121
									#else
122
										#set($checked = "")
122
										#set($checked = "")
123
										#set($toShow = 'display:none')
123
										#set($toShow = 'display:none')
124
									#end
124
									#end
125
    							<img style="float:left" width="50px" height="50px" alt="phone" src="/images/insurance.png">
125
    							<img style="float:left" width="50px" height="50px" alt="phone" src="/images/insurance.jpg">
126
                                <div style="padding: 5px 0 5px 60px;">
126
                                <div style="padding: 5px 0 5px 60px;">
127
    								<input type="checkbox" $checked itemId=$item.get("ITEM_ID") class="wantInsurance" name="wantInsurance" id='wantInsurance_$item.get("ITEM_ID")'>I want to opt for 1 year WorldWide Theft Insurance for this product for Rs.$item.get("INSURANCE_AMOUNT")</input>
127
    								<input type="checkbox" $checked itemId=$item.get("ITEM_ID") class="wantInsurance" name="wantInsurance" id='wantInsurance_$item.get("ITEM_ID")'>I want to opt for 1 year WorldWide Theft Insurance for this product for Rs.$item.get("INSURANCE_AMOUNT")</input>
128
                                </div>
128
                                </div>
129
    							<div id='agreeInsuranceTncDiv_$item.get("ITEM_ID")' class='agreeInsuranceTncDiv' style='padding-left:60px;$toShow'>
129
    							<div id='agreeInsuranceTncDiv_$item.get("ITEM_ID")' class='agreeInsuranceTncDiv' style='padding-left:60px;$toShow'>
130
									
130