Subversion Repositories SmartDukaan

Rev

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

Rev 28568 Rev 28641
Line 200... Line 200...
200
							<th>Price Drop</th>
200
							<th>Price Drop</th>
201
							<th>New DP</th>
201
							<th>New DP</th>
202
							<th>Affected On</th>
202
							<th>Affected On</th>
203
							<th>Created On</th>
203
							<th>Created On</th>
204
							<th>Payout</th>
204
							<th>Payout</th>
-
 
205
							#if(!$a)
205
							<th>Processed On</th>
206
							<th>Processed On</th>
-
 
207
							#else
-
 
208
							#end
206
							<th>Download IMEIs</th>
209
							<th>Download IMEIs</th>
207
							
210
							
208
			            </tr>
211
			            </tr>
209
			        </thead>
212
			        </thead>
210
					<tbody>
213
					<tbody>
Line 225... Line 228...
225
									<input type="number" name="partnerPayout" readonly value="$priceDrop.getAutoPartnerPayout()" class="form-control partner-payout input-sm"/>
228
									<input type="number" name="partnerPayout" readonly value="$priceDrop.getAutoPartnerPayout()" class="form-control partner-payout input-sm"/>
226
								#else
229
								#else
227
									<input type="number" name="partnerPayout" value="$priceDrop.getAutoPartnerPayout()" class="form-control partner-payout input-sm"/>
230
									<input type="number" name="partnerPayout" value="$priceDrop.getAutoPartnerPayout()" class="form-control partner-payout input-sm"/>
228
								#end
231
								#end
229
							</td>
232
							</td>
-
 
233
							#if(!$priceDrop.getCompleteTimestamp())
230
							<td>
234
							<td>
231
								<input class="btn btn-info btn-sm mk_view_imeis" data-toggle="modal" data-target="#viewImeisModal" type="submit" value="Process Manually"/>
235
								<input class="btn btn-info btn-sm mk_view_imeis" data-toggle="modal" data-target="#viewImeisModal" type="submit" value="Process Manually"/>
232
								<input class="btn btn-info btn-sm mk_auto_process" data-activatedonly="false" type="submit" value="Process All"/><br>
236
								<input class="btn btn-info btn-sm mk_auto_process" data-activatedonly="false" type="submit" value="Process All"/><br>
233
								<input class="btn btn-info btn-sm mk_auto_process" data-activatedonly="true" type="submit" value="Process Activated Only"/>
237
								<input class="btn btn-info btn-sm mk_auto_process" data-activatedonly="true" type="submit" value="Process Activated Only"/>
234
							</td>
238
							</td>
-
 
239
							#else
-
 
240
							
-
 
241
							#end
235
							<td>
242
							<td>
236
								<input class="downloadtotalIMEI btn btn-info btn-sm" value="Download" type="submit" />
243
								<input class="downloadtotalIMEI btn btn-info btn-sm" value="Download" type="submit" />
237
							</td>
244
							</td>
238
						</tr>
245
						</tr>
239
						#end
246
						#end