Subversion Repositories SmartDukaan

Rev

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

Rev 14539 Rev 17650
Line 11... Line 11...
11
			            <div class="input-group-btn w25px">
11
			            <div class="input-group-btn w25px">
12
			                <button class="btn btn-default" type="submit"><i class="glyphicon glyphicon-search"></i></button>
12
			                <button class="btn btn-default" type="submit"><i class="glyphicon glyphicon-search"></i></button>
13
			            </div>
13
			            </div>
14
			        </div>
14
			        </div>
15
		        </form>
15
		        </form>
16
			</div>
16
			</div>			
17
			<h2><?php echo __('Master Data'); ?></h2>
17
			<h2><?php echo __('Master Data'); ?></h2>
18
			<table cellpadding="0" cellspacing="0" class="table table-striped">
18
			<table cellpadding="0" cellspacing="0" class="table table-striped">
19
			<tr>
19
			<tr>
20
					<!-- <th><?php echo __('id'); ?></th> -->
20
					<!-- <th><?php echo __('id'); ?></th> -->
21
					<th><?php echo __('name'); ?></th>
21
					<th><?php echo __('name'); ?></th>
Line 49... Line 49...
49
	  	<?php if($page>1):?>
49
	  	<?php if($page>1):?>
50
	    <li><a href="?page=<?php echo $page-1;?>">Previous</a></li>
50
	    <li><a href="?page=<?php echo $page-1;?>">Previous</a></li>
51
		<?php endif;?>
51
		<?php endif;?>
52
	    <li><a href="?page=<?php echo $page+1;?>">Next</a></li>
52
	    <li><a href="?page=<?php echo $page+1;?>">Next</a></li>
53
  	</ul>
53
  	</ul>
54
</div>
54
</div>
55
55