Няма описание

modal_preview_attribute.html 917B

12345678910111213141516171819202122
  1. <div class="modal-header">
  2. <h4 class="modal-title mt-1">Attribute preview
  3. </h4>
  4. {% include 'modals/modal_attributes_nav.html' %}
  5. <div class="row text-right">
  6. <button type="button" class="pull-right btn btn-white" data-dismiss="modal" aria-label="Close"><span
  7. aria-hidden="true"><i class="fa fa-times"></i></span></button>
  8. </div>
  9. </div>
  10. <div class="modal-body">
  11. <div role="tabpanel">
  12. <div class="tab-content">
  13. <div class="tab-pane active text-center" id="details">
  14. <h2>Base object information</h2>
  15. <b>This is for preview purpose only. Standard object information will be rendered here.</b><br/>
  16. Don't mind the background, it's for preview also
  17. </div>
  18. {% include 'modals/modal_attributes_tabs.html' %}
  19. </div>
  20. </div>
  21. </div>