Subversion Repositories SmartDukaan

Rev

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

Rev 14098 Rev 14509
Line 2... Line 2...
2
	<div class="row">
2
	<div class="row">
3
		<div class="col-lg-3">
3
		<div class="col-lg-3">
4
			<?php echo $this->Element('adminactions');?>
4
			<?php echo $this->Element('adminactions');?>
5
		</div>
5
		</div>
6
		<div class="col-lg-9">
6
		<div class="col-lg-9">
-
 
7
			<div class="searchbar">
-
 
8
				<form class="navbar-form" role="search" method="GET" name="search" action="master_datas/search/">
-
 
9
			        <div class="input-group col-xs-12 text-right" id="remote">
-
 
10
			            <input autocomplete="off" type="text" class="form-control" placeholder="Search for items" name="search" id="srch-term">
-
 
11
			            <div class="input-group-btn w25px">
-
 
12
			                <button class="btn btn-default" type="submit"><i class="glyphicon glyphicon-search"></i></button>
-
 
13
			            </div>
-
 
14
			        </div>
-
 
15
		        </form>
-
 
16
			</div>
7
			<h2><?php echo __('Master Data'); ?></h2>
17
			<h2><?php echo __('Master Data'); ?></h2>
8
			<table cellpadding="0" cellspacing="0" class="table table-striped">
18
			<table cellpadding="0" cellspacing="0" class="table table-striped">
9
			<tr>
19
			<tr>
10
					<!-- <th><?php echo __('id'); ?></th> -->
20
					<!-- <th><?php echo __('id'); ?></th> -->
11
					<th><?php echo __('name'); ?></th>
21
					<th><?php echo __('name'); ?></th>
Line 25... Line 35...
25
				</td>
35
				</td>
26
				<td><?php echo h($product['MasterData']['brand']); ?></td>
36
				<td><?php echo h($product['MasterData']['brand']); ?></td>
27
				<td class="edit" class="medit" id="available_price" data-oid="<?php echo $product['MasterData']['id'];?>"><?php echo h($product['MasterData']['available_price']); ?></td>
37
				<td class="edit" class="medit" id="available_price" data-oid="<?php echo $product['MasterData']['id'];?>"><?php echo h($product['MasterData']['available_price']); ?></td>
28
				<td><?php echo h($storemapping[$product['MasterData']['source_id']]); ?></td>
38
				<td><?php echo h($storemapping[$product['MasterData']['source_id']]); ?></td>
29
				<td class="medit" id="thumbnail" data-oid="<?php echo $product['MasterData']['id'];?>">
39
				<td class="medit" id="thumbnail" data-oid="<?php echo $product['MasterData']['id'];?>">
30
					<img src="<?php echo $product['MasterData']['thumbnail'];?>" class="thumbnail"/>
40
					<img src="<?php echo $base_url;?>app/webroot/timthumb.php?h=100&src=<?php echo $product['MasterData']['thumbnail'];?>" class="img img-responsive"/>
31
				</td>
41
				</td>
32
				<!-- <td><?php //echo $this->Html->link(__('Edit'), array('action' => 'edit', $product['MasterData']['id'])); ?></td> -->
42
				<!-- <td><?php //echo $this->Html->link(__('Edit'), array('action' => 'edit', $product['MasterData']['id'])); ?></td> -->
33
			</tr>
43
			</tr>
34
		<?php endforeach; ?>
44
		<?php endforeach; ?>
35
			</table>			
45
			</table>