Subversion Repositories SmartDukaan

Rev

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

Rev 19792 Rev 19827
Line 13... Line 13...
13
<div class="container">
13
<div class="container">
14
	<div class = "row">
14
	<div class = "row">
15
		<div class="col-lg-6">
15
		<div class="col-lg-6">
16
			<div class = "row">
16
			<div class = "row">
17
				<div class="col-lg-12 table-responsive">
17
				<div class="col-lg-12 table-responsive">
18
					
18
				
19
					<h2><?php echo __('Retailer Detail'); ?></h2>
19
					<h2><?php echo __('Retailer Detail'); ?></h2>
20
	
-
 
-
 
20
					<a href="<?php echo $base_url;?>admin/retailers/editretailer/<?php echo $result['id'];?>" class ="btn btn-primary">Edit</a>
21
					<table cellpadding="0" cellspacing="0" border="1" class="table table-striped" >
21
					<table cellpadding="0" cellspacing="0" border="1" class="table table-striped" >
22
						<tr>							
22
						<tr>							
23
							<th style="text-align:center">Title</th>
23
							<th style="text-align:center">Title</th>
24
							<td><?php echo $result['title'];?></td>
24
							<td><?php echo $result['title'];?></td>
25
						</tr>
25
						</tr>