Advertisement
whitestarrr

Untitled

Nov 18th, 2016
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. <div class="container body-content span=8 offset=2">
  2. <div class="well">
  3. <form class="form-horizontal" action="/admin/category/create"
  4. method="POST">
  5. <fieldset>
  6. <legend>New Category</legend>
  7. <div class="form-group">
  8. <label class="col-sm-4 control-label"
  9. for="name">Category Name</label>
  10. <div class="col-sm-4 ">
  11. <input type="text" class="form-control"
  12. id="name" placeholder="Category Name" name="name">
  13. </div>
  14. </div>
  15. <div class="form-group">
  16. <div class="col-sm-4 col-sm-offset-4">
  17. <a class="btn btn-default"
  18. href="/admin/category/all">Cancel</a>
  19. <button type="submit" class="btn btnprimary">Submit</button>
  20. </div>
  21. </div>
  22. </fieldset>
  23. </form>
  24. </div>
  25. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement