SelectContent.handlebars 519 B

123456789
  1. <ul role="tree" tabindex="0" aria-label='{{#t "select_content_label"}}Select content, Use the up and down arrow keys to navigate through the tree. Press right to expand and left to collapse.{{/t}}'>
  2. <li class="form-dialog-content">
  3. </ul>
  4. <div class="form-controls">
  5. <input id="cancelSelect" class="btn btn-default" type="button" value='{{#t "cancel_btn"}}Cancel{{/t}}'/>
  6. <input id="selectContentBtn" class="btn btn-primary" type="submit" value='{{#t "select_content_btn"}}Select Content{{/t}}' disabled/>
  7. </div>