Subversion Repositories SmartDukaan

Rev

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

Rev 36421 Rev 36452
Line 138... Line 138...
138
                <table class="table table-striped table-advance table-hover">
138
                <table class="table table-striped table-advance table-hover">
139
                    <tbody>
139
                    <tbody>
140
                    <tr>
140
                    <tr>
141
                        <th>ID</th>
141
                        <th>ID</th>
142
                        <th>Name</th>
142
                        <th>Name</th>
-
 
143
                        <th>Reference</th>
143
                        <th>Description</th>
144
                        <th>Description</th>
144
                        <th>Type</th>
145
                        <th>Type</th>
145
                        <th>Partner Type</th>
146
                        <th>Partner Type</th>
146
                        <th>Regions</th>
147
                        <th>Regions</th>
147
                        <th>Amount</th>
148
                        <th>Amount</th>
Line 154... Line 155...
154
                        #if($schemes && !$schemes.isEmpty())
155
                        #if($schemes && !$schemes.isEmpty())
155
                            #foreach( $scheme in $schemes )
156
                            #foreach( $scheme in $schemes )
156
                            <tr class="scheme-details" data="$scheme.getId()" style="cursor:pointer;">
157
                            <tr class="scheme-details" data="$scheme.getId()" style="cursor:pointer;">
157
                                <td>$scheme.getId()</td>
158
                                <td>$scheme.getId()</td>
158
                                <td>$scheme.getName()</td>
159
                                <td>$scheme.getName()</td>
-
 
160
                                <td>#if($scheme.getReference())$scheme.getReference()#else-#end</td>
159
                                <td>$scheme.getDescription()</td>
161
                                <td>$scheme.getDescription()</td>
160
                                <td>$scheme.getType()</td>
162
                                <td>$scheme.getType()</td>
161
                                <td>$scheme.getPartnerType()</td>
163
                                <td>$scheme.getPartnerType()</td>
162
                                <td>$schemeRegionMap.get($scheme.getId())</td>
164
                                <td>$schemeRegionMap.get($scheme.getId())</td>
163
                                <td>$scheme.getAmountModel()</td>
165
                                <td>$scheme.getAmountModel()</td>