| Line 14... |
Line 14... |
| 14 |
<input placeholder="Name" id="categoryName" name="categoryName" type="text" value="" class="form-control input-sm">
|
14 |
<input placeholder="Name" id="categoryName" name="categoryName" type="text" value="" class="form-control input-sm">
|
| 15 |
</div>
|
15 |
</div>
|
| 16 |
<div class="col-lg-3 form-group">
|
16 |
<div class="col-lg-3 form-group">
|
| 17 |
<input placeholder="Category Description" id="categorydescription" name="categorydescription" type="text" value="" class="form-control input-sm">
|
17 |
<input placeholder="Category Description" id="categorydescription" name="categorydescription" type="text" value="" class="form-control input-sm">
|
| 18 |
</div>
|
18 |
</div>
|
| - |
|
19 |
<div class="col-lg-3 form-group">
|
| - |
|
20 |
<label>Category Type (checked if internal)</label>
|
| - |
|
21 |
<input type="checkbox" name="categoryType" id="categoryType">
|
| - |
|
22 |
</div>
|
| 19 |
<div class="col-lg-3">
|
23 |
<div class="col-lg-3">
|
| 20 |
<input class="btn btn-primary create-ticket-category-button" type="button" value="Create Category">
|
24 |
<input class="btn btn-primary create-ticket-category-button" type="button" value="Create Category">
|
| 21 |
</div>
|
25 |
</div>
|
| 22 |
</div>
|
26 |
</div>
|
| 23 |
</form>
|
27 |
</form>
|