| Line 1... |
Line 1... |
| 1 |
<select class="form-control input-sm partnerCategory" id = "partnerCategory" name="partnerCategory" placeholder="partnerCategory" style="display: none;">
|
1 |
<select class="form-control input-sm partnerCategory" id = "partnerCategory" name="partnerCategory" placeholder="partnerCategory" style="display: none;">
|
| 2 |
<option selected disabled>Categories</option>
|
2 |
<option selected disabled>Categories</option>
|
| 3 |
#foreach($partnerType in $partnerTypes)
|
3 |
#foreach($partnerType in $partnerTypes)
|
| 4 |
<option value="$partnerType">$partnerType</option>
|
4 |
<option value="$partnerType">$partnerType</option>
|
| 5 |
#end
|
5 |
#end
|
| 6 |
</select>
|
6 |
</select>
|
| - |
|
7 |
|
| - |
|
8 |
<select class="form-control input-sm" id="upgradeDuration" name="upgradeDuration" style="width: 180px; display: inline-block; margin-left: 5px;">
|
| - |
|
9 |
<option value="1">1 Month</option>
|
| - |
|
10 |
<option value="2">2 Months</option>
|
| - |
|
11 |
<option value="3">3 Months</option>
|
| - |
|
12 |
</select>
|
| 7 |
|
13 |
|
| 8 |
<button class="btn btn-primary update-category" data-fofoid="$fofoId">Update</button>
|
14 |
<button class="btn btn-primary update-category" data-fofoid="$fofoId">Update</button>
|
| 9 |
|
15 |
|