Subversion Repositories SmartDukaan

Rev

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

Rev 18789 Rev 18790
Line 1... Line 1...
1
<div class="container">
1
<div class="container">
2
<?php print$userSanctions;?>
-
 
3
	<div class="row">
2
	<div class="row">
4
		<div class="col-lg-12 table-responsive">
3
		<div class="col-lg-12 table-responsive">
5
			<h3>List of User Sanctions</h3>
4
			<h3>List of User Sanctions</h3>
6
			<table class="table table-striped">
5
			<table class="table table-striped">
7
				<thead>
6
				<thead>
8
					<tr>
7
					<tr>
9
						<th><?php echo ('UserId');?></th>
8
						<th><?php echo $this->Paginator->sort('UserId');?></th>
10
						<th><?php echo ('Creditor_Id');?></th>
9
						<th><?php echo ('Creditor_Id');?></th>
11
						<th><?php echo ('Credit_limit');?></th>
10
						<th><?php echo ('Credit_limit');?></th>
12
						<th><?php echo ('Credit_blocked');?></th>
11
						<th><?php echo ('Credit_blocked');?></th>
13
						<th><?php echo ('Loan');?></th>
12
						<th><?php echo ('Loan');?></th>
14
						<th><?php echo ('Credit_available');?></th>
13
						<th><?php echo $this->Paginator->sort('Credit_available');?></th>
15
						<th><?php echo ('Status');?></th>
14
						<th><?php echo ('Status');?></th>
16
						<th><?php echo ('Created');?></th>
15
						<th><?php echo ('Created');?></th>
17
						<th><?php echo ('Updated');?></th>
16
						<th><?php echo $this->Paginator->sort('Updated');?></th>
18
						<th><?php echo ('Ticket_Size');?></th>
17
						<th><?php echo ('Ticket_Size');?></th>
19
					</tr>
18
					</tr>
20
				</thead>
19
				</thead>
21
				<tbody>
20
				<tbody>
22
					<?php foreach($userSanctions AS $userSanction):?>
21
					<?php foreach($userSanctions AS $userSanction):?>