Subversion Repositories SmartDukaan

Rev

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

Rev 22761 Rev 22766
Line 32... Line 32...
32
						<td><?php echo $rval['u']['mobile_number'];?></td>
32
						<td><?php echo $rval['u']['mobile_number'];?></td>
33
						<td><?php echo $rval['r']['name'];?></td>
33
						<td><?php echo $rval['r']['name'];?></td>
34
						<td><?php echo $rval['r']['type'];?></td>
34
						<td><?php echo $rval['r']['type'];?></td>
35
						<td><?php echo $rval['r']['number'];?></td>
35
						<td><?php echo $rval['r']['number'];?></td>
36
						<td><?php echo $rval['r']['created'];?></td>
36
						<td><?php echo $rval['r']['created'];?></td>
37
						<td><a href="#">View Details</a> 
37
						<td><button type="button" class="btn btn-primary btn-lg" data-toggle="modal" data-target="#myModal"> Launch demo modal</button> 
38
					</tr>
38
					</tr>
39
					<?php endforeach;?>
39
					<?php endforeach;?>
40
					
40
					
41
				</table>
41
				</table>
42
			</div>
42
			</div>
43
		</div>
43
		</div>
44
	<?php endif;?>
44
	<?php endif;?>
-
 
45
	<!-- Modal -->
-
 
46
	<div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel">
-
 
47
	  <div class="modal-dialog" role="document">
-
 
48
	    <div class="modal-content">
-
 
49
	      <div class="modal-header">
-
 
50
	        <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
-
 
51
	        <h4 class="modal-title" id="myModalLabel">Modal title</h4>
-
 
52
	      </div>
-
 
53
	      <div class="modal-body">
-
 
54
	        ...
-
 
55
	      </div>
-
 
56
	      <div class="modal-footer">
-
 
57
	        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
-
 
58
	        <button type="button" class="btn btn-primary">Save changes</button>
-
 
59
	      </div>
-
 
60
	    </div>
-
 
61
	  </div>
45
	
62
	</div>
46
</div>
63
</div>
47
64