| 35674 |
amit |
1 |
<select class="form-control input-sm partnerCategory" id = "partnerCategory" name="partnerCategory" placeholder="partnerCategory" style="display: none;">
|
| 27797 |
tejbeer |
2 |
<option selected disabled>Categories</option>
|
|
|
3 |
#foreach($partnerType in $partnerTypes)
|
|
|
4 |
<option value="$partnerType">$partnerType</option>
|
|
|
5 |
#end
|
| 35674 |
amit |
6 |
</select>
|
| 27797 |
tejbeer |
7 |
|
| 35674 |
amit |
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>
|
|
|
13 |
|
| 27797 |
tejbeer |
14 |
<button class="btn btn-primary update-category" data-fofoid="$fofoId">Update</button>
|
|
|
15 |
|