Subversion Repositories SmartDukaan

Rev

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

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