| Line 1... |
Line 1... |
| 1 |
<select class="form-control input-sm partners" id = "partners" name="partners" placeholder="partners" style="display: none;" multiple="multiple">
|
1 |
<select class="form-control input-sm partners" id = "partners" name="partners" placeholder="partners" style="display: none;" multiple="multiple">
|
| 2 |
<option value="0">All Partners</option>
|
2 |
<option value="0">All Partners</option>
|
| 3 |
#foreach($customRetailer in $regionRetailerMap.entrySet()))
|
3 |
#foreach($customRetailer in $regionRetailerMap.entrySet()))
|
| 4 |
#if($positionIdCustomRetailer.contains($customRetailer.getValue()))
|
4 |
<option value="$customRetailer.getKey()"
|
| 5 |
<option value="$customRetailer.getKey()" selected>$customRetailer.getValue().getBusinessName()</option>
|
5 |
#if($positionIdCustomRetailer.contains($customRetailer.getValue()))
|
| 6 |
#else
|
6 |
selected
|
| 7 |
<option value="$customRetailer.getKey()">$customRetailer.getValue().getBusinessName()</option>
|
- |
|
| 8 |
#end
|
7 |
#end
|
| - |
|
8 |
>$customRetailer.getValue().getBusinessName() ($customRetailer.getValue().getAddress().getCity()-$customRetailer.getValue().getCode())</option>
|
| 9 |
#end
|
9 |
#end
|
| 10 |
|
10 |
|
| 11 |
</select>
|
11 |
</select>
|
| 12 |
<button class="btn btn-primary update-position" data-positionid="$position.getId()" data-regionid="$position.getRegionId()">Update</button>
|
12 |
<button class="btn btn-primary update-position" data-positionid="$position.getId()" data-regionid="$position.getRegionId()">Update</button>
|
| 13 |
|
13 |
|
| 14 |
|
14 |
|