Subversion Repositories SmartDukaan

Rev

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

Rev 24992 Rev 25122
Line 179... Line 179...
179
	  <div class="row">
179
	  <div class="row">
180
			<div class="col-lg-12" id="priceDrop" >
180
			<div class="col-lg-12" id="priceDrop" >
181
				<table class="table table-striped table-condensed table-bordered">
181
				<table class="table table-striped table-condensed table-bordered">
182
	    			<thead>
182
	    			<thead>
183
			            <tr>
183
			            <tr>
-
 
184
			            	<th>Drop Id</th>
184
							<th>Item Name</th>
185
							<th>Item Name</th>
185
							<th>TP</th>
186
							<th>TP</th>
186
							<th>DP</th>
187
							<th>DP</th>
187
							<th>Mop</th>
188
							<th>Mop</th>
188
							<th>Price Drop</th>
189
							<th>Price Drop</th>
Line 197... Line 198...
197
			            </tr>
198
			            </tr>
198
			        </thead>
199
			        </thead>
199
					<tbody>
200
					<tbody>
200
						#foreach($priceDrop in $priceDrops )
201
						#foreach($priceDrop in $priceDrops )
201
						<tr data-pricedropid="$priceDrop.getId()">
202
						<tr data-pricedropid="$priceDrop.getId()">
-
 
203
							<td>$priceDrop.getId()</td>
202
							<td>$catalogDescription.get($priceDrop.getCatalogItemId())</td>
204
							<td>$catalogDescription.get($priceDrop.getCatalogItemId())</td>
203
							<td class="currency">$priceDrop.getTp()</td>
205
							<td class="currency">$priceDrop.getTp()</td>
204
							<td class="currency">$priceDrop.getOldDp()</td>
206
							<td class="currency">$priceDrop.getOldDp()</td>
205
							<td class="currency">$priceDrop.getMop()</td>
207
							<td class="currency">$priceDrop.getMop()</td>
206
							<td class="currency">$priceDrop.getAmount()</td>
208
							<td class="currency">$priceDrop.getAmount()</td>