Rev 25570 |
Show entire file |
Ignore whitespace |
Details |
Blame |
Last modification |
View Log
| RSS feed
| Rev 25570 |
Rev 32803 |
| Line 18... |
Line 18... |
| 18 |
|
18 |
|
| 19 |
</script>
|
19 |
</script>
|
| 20 |
<select class="form-control input-sm" id = "partner" name="partner" placeholder="Type" multiple="multiple">
|
20 |
<select class="form-control input-sm" id = "partner" name="partner" placeholder="Type" multiple="multiple">
|
| 21 |
<option value="0">All Partners</option>
|
21 |
<option value="0">All Partners</option>
|
| 22 |
#foreach($fofoId in $fofoRetailers.keySet())
|
22 |
#foreach($fofoId in $fofoRetailers.keySet())
|
| 23 |
<option value="$fofoId">$fofoRetailers.get($fofoId).getBusinessName()</option>
|
23 |
<option value="$fofoId">$fofoRetailers.get($fofoId).getBusinessName() ($fofoRetailers.get($fofoId).getAddress().getCity()-$fofoRetailers.get($fofoId).getCode())</option>
|
| 24 |
#end
|
24 |
#end
|
| 25 |
</select>
|
- |
|
| 26 |
|
25 |
</select>
|
| - |
|
26 |
|
| - |
|
27 |
|