Advertisement
Guest User

Untitled

a guest
May 30th, 2015
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. <?= Form::open(['class'=>'layout']) ?>
  2.  
  3. <div class="layout-row ">
  4. <?= $this->formRender() ?>
  5. </div>
  6.  
  7. <div class="form-buttons">
  8. <div class="loading-indicator-container">
  9. <button
  10. type="button"
  11. data-request="onSave"
  12. data-request-data="close:true"
  13. data-hotkey="ctrl+enter, cmd+enter"
  14. class="btn btn-default">
  15. Create and Close
  16. </button>
  17. </div>
  18. </div>
  19.  
  20. <?= Form::close() ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement