Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
31762 tejbeer 1
<select class="form-control input-sm" id = "categoryAuth" name="categoryAuth" placeholder="category">
2
						<option value="" disabled selected>Categories</option>
3
							#foreach($ticketCategory in $ticketCategories)
4
		             		<option value="$ticketCategory.getId()">$ticketCategory.getDescription()</option>
5
		             		#end		             		
6
		             		</select>