renameBoardDialog.html 740 B

12345678910
  1. <div class="gmDlg-root gmDlg-text">
  2. <div class="gmDlg-header"></div>
  3. <div>
  4. <input class="gmDlg-input" value="{{!it.dashboardName}}"></input>
  5. </div>
  6. <div class="gmDlg-footer">
  7. <button type="button" class="gmDlg-btn gmPrimary-btn gmBtnMargin" tabindex="1" onclick="(function(event) { var v = $('.gmDlg-input').val(); window.baOneNS.glass.events.publish('gemini/view/{{!it.boardId}}/rename', {response: $('.gmDlg-input').val()}); $('#baone-msg-dialog').dialog('destroy').remove(); })(event)">{{!it.okButtonText}} </button>
  8. <button type="button" class="gmDlg-btn gmSecondary-btn" tabindex="1" onclick="(function(event) { $('#baone-msg-dialog').dialog('destroy').remove(); })(event)">{{!it.cancelButtonText}} </button>
  9. </div>
  10. </div>