Subversion Repositories SmartDukaan

Rev

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

Rev 14517 Rev 15848
Line 6... Line 6...
6
		<div class="col-lg-9">
6
		<div class="col-lg-9">
7
			<?php echo $this->element('adminsearch');?>
7
			<?php echo $this->element('adminsearch');?>
8
			<h2><?php echo __('Exceptional Nlcs'); ?></h2>
8
			<h2><?php echo __('Exceptional Nlcs'); ?></h2>
9
			<table class="table table-striped">
9
			<table class="table table-striped">
10
			<tr>
10
			<tr>
11
					<th><?php echo ('sku'); ?></th>
11
					<th><?php echo ('skuBundleId'); ?></th>
12
					<th><?php echo ('maxNlc'); ?></th>
12
					<th><?php echo ('maxNlc'); ?></th>
13
					<th><?php echo ('minNlc'); ?></th>
13
					<th><?php echo ('minNlc'); ?></th>
14
					<th><?php echo ('overrideNlc'); ?></th>
14
					<th><?php echo ('overrideNlc'); ?></th>
15
					<th class="actions"><?php echo __('Actions'); ?></th>
15
					<th class="actions"><?php echo __('Actions'); ?></th>
16
			</tr>
16
			</tr>
Line 19... Line 19...
19
				if(!is_array($exceptionalnlc)){
19
				if(!is_array($exceptionalnlc)){
20
					$exceptionalnlc = json_decode($exceptionalnlc,1);
20
					$exceptionalnlc = json_decode($exceptionalnlc,1);
21
				}
21
				}
22
			?>
22
			?>
23
			<tr>
23
			<tr>
24
				<td><?php echo h($exceptionalnlc['sku']); ?>&nbsp;</td>
24
				<td><?php echo h($exceptionalnlc['skuBundleId']); ?>&nbsp;</td>
25
				<td class="edit" id="maxNlc" data-oid="<?php echo $exceptionalnlc['_id']['$oid'];?>"><?php echo h($exceptionalnlc['maxNlc']); ?></td>
25
				<td class="edit" id="maxNlc" data-oid="<?php echo $exceptionalnlc['_id']['$oid'];?>"><?php echo h($exceptionalnlc['maxNlc']); ?></td>
26
				<td class="edit" id="minNlc" data-oid="<?php echo $exceptionalnlc['_id']['$oid'];?>"><?php echo h($exceptionalnlc['minNlc']); ?></td>
26
				<td class="edit" id="minNlc" data-oid="<?php echo $exceptionalnlc['_id']['$oid'];?>"><?php echo h($exceptionalnlc['minNlc']); ?></td>
27
				<td class="editable" id="overrideNlc" data-oid="<?php echo $exceptionalnlc['_id']['$oid'];?>"><?php echo $exceptionalnlc['overrideNlc']==1?'Yes':'No'; ?></td>
27
				<td class="editable" id="overrideNlc" data-oid="<?php echo $exceptionalnlc['_id']['$oid'];?>"><?php echo $exceptionalnlc['overrideNlc']==1?'Yes':'No'; ?></td>
28
				<td class="actions">
28
				<td class="actions">
29
					<?php //echo $this->Html->link(__('Edit'), array('action' => 'edit', $exceptionalnlc['_id']['$oid'])); ?>
29
					<?php //echo $this->Html->link(__('Edit'), array('action' => 'edit', $exceptionalnlc['_id']['$oid'])); ?>