Go to most recent revision |
Details |
Last modification |
View Log
| RSS feed
| Rev |
Author |
Line No. |
Line |
| 27797 |
tejbeer |
1 |
<select class="form-control input-sm partnerCategory" id = "partnerCategory" name="partnerCategory" placeholder="partnerCategory" style="display: none;">
|
|
|
2 |
<option selected disabled>Categories</option>
|
|
|
3 |
#foreach($partnerType in $partnerTypes)
|
|
|
4 |
<option value="$partnerType">$partnerType</option>
|
|
|
5 |
#end
|
|
|
6 |
</select>
|
|
|
7 |
|
|
|
8 |
<button class="btn btn-primary update-category" data-fofoid="$fofoId">Update</button>
|
|
|
9 |
|