소스 검색

Added the modal window for adding new Banks to the BankStore. NOTE: I'd like to update this method to something a little more universal.

dev
Bryan Miller 6 년 전
부모
커밋
181c1d09c8
1개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  1. +10
    -0
      views/modal.html

+ 10
- 0
views/modal.html 파일 보기

@@ -13,3 +13,13 @@
<button class="pure-button" emit="modal-submit" emit-args='{"subevent":"palstore-add", "ids":"palname", "closeoncomplete":true}'>Submit</button>
</div>
</div>

<div id="BankAdd" class="modal">
<div class="modal-content">
<label for="bankname">
New Bank Name:
</label>
<input type="text" name="bankname" />
<button class="pure-button" emit="modal-submit" emit-args='{"subevent":"bankstore-add", "ids":"bankname", "closeoncomplete":true}'>Submit</button>
</div>
</div>

Loading…
취소
저장