Subversion Repositories SmartDukaan

Rev

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

Rev 23026 Rev 23343
Line 1... Line 1...
1
<div class="row">
1
<div class="row">
2
	<div class="col-lg-12">
2
	<div class="col-lg-12">
3
		<table class="table table-striped table-advance table-hover">
3
		<table class="table table-striped table-advance table-hover">
4
			<tbody>
4
			<tbody>
5
				<tr>
5
				<tr>
6
					<th>Id</th>
-
 
7
					<th>Name</th>
6
					<th>Name</th>
8
					<th>Description</th>
7
					<th>Description</th>
9
					<th>Type</th>
8
					<th>Type</th>
10
					<th>Amount Type</th>
9
					<th>Amount Type</th>
11
					<th>Amount</th>
10
					<th>Amount</th>
Line 16... Line 15...
16
					<th>Expire</th>
15
					<th>Expire</th>
17
				</tr>
16
				</tr>
18
				#if(!$schemes.isEmpty())
17
				#if(!$schemes.isEmpty())
19
	    			#foreach( $scheme in $schemes )
18
	    			#foreach( $scheme in $schemes )
20
	    				<tr class="scheme-details" data="$scheme.getId()">
19
	    				<tr class="scheme-details" data="$scheme.getId()">
21
	    					<td>$scheme.getId()</td>
-
 
22
	    					<td>$scheme.getName()</td>
20
	    					<td>$scheme.getName()</td>
23
	    					<td>$scheme.getDescription()</td>
21
	    					<td>$scheme.getDescription()</td>
24
	    					<td>$scheme.getType()</td>
22
	    					<td>$scheme.getType()</td>
25
	    					<td>$scheme.getAmountType()</td>
23
	    					<td>$scheme.getAmountType()</td>
26
	    					<td>$scheme.getAmount()</td>
24
	    					<td>$scheme.getAmount()</td>