Subversion Repositories SmartDukaan

Rev

Rev 27797 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 27797 Rev 35674
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