Rev 24417 | Blame | Compare with Previous | Last modification | View Log | RSS feed
<section class="wrapper"><div class="row"><div class="col-lg-12"><h3 class="page-header"><i class="icon_document_alt"></i>Create Ticket Sub Category</h3><ol class="breadcrumb"><li><i class="fa fa-home"></i><a href="${rc.contextPath}/dashboard">Home</a></li><li><i class="icon_document_alt"></i>Create Ticket Sub Category</li></ol></div></div><form id="create-ticket-sub-category-form"><div class = "row"><div class="col-lg-3 form-group"><select class="form-control input-sm" id = "ticketCategory" name="ticketCategory" placeholder="Type"><option value="" disabled selected>TicketCategory</option>#foreach($ticketCategory in $ticketCategories)<option value="$ticketCategory.getId()">$ticketCategory.getName()</option>#end</select></div><div class="col-lg-3 form-group"><input placeholder="Name" id="subcategoryName" name="subcategoryName" type="text" value="" class="form-control input-sm"></div><div class="col-lg-3 form-group"><input placeholder="Sub Category Description" id="subcategorydescription" name="categorydescription" type="text" value="" class="form-control input-sm"></div><div class="col-lg-3"><input class="btn btn-primary create-ticket-sub-category-button" type="button" value="Create Sub Category"></div></div></form><div class="ticket-sub-category-container"><div></section>