Added ability to change ID
This commit is contained in:
parent
6fe4cd9a31
commit
3e9746ca22
1 changed files with 5 additions and 0 deletions
|
@ -16,6 +16,11 @@
|
|||
<label for="category-name">Token Name</label>
|
||||
<input id="category-name" type="text" class="form-control" placeholder="Token Text" name="category" value="<%= $category->name %>">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="category-id">Token ID</label>
|
||||
<input id="category-id" type="text" class="form-control" placeholder="Token ID" name="category" value="<%= $category->id %>">
|
||||
<p class="help-block">Do not change the ID unless <strong>absolutely</strong> necessary.</p>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<button class="btn btn-primary form-control" type="submit">Update</button>
|
||||
</div>
|
||||
|
|
Reference in a new issue