table_list.twig 1.4 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <div id="layer_menu" class="hide">
  2. <div class="center">
  3. <a href="#" class="M_butt" target="_self" >
  4. <img title="{% trans 'Hide/Show all' %}"
  5. alt="v"
  6. id="key_HS_all"
  7. src="{{ theme.getImgPath('designer/downarrow1.png') }}"
  8. data-down="{{ theme.getImgPath('designer/downarrow1.png') }}"
  9. data-right="{{ theme.getImgPath('designer/rightarrow1.png') }}" />
  10. </a>
  11. <a href="#" class="M_butt" target="_self" >
  12. <img alt="v"
  13. id="key_HS"
  14. title="{% trans 'Hide/Show tables with no relationship' %}"
  15. src="{{ theme.getImgPath('designer/downarrow2.png') }}"
  16. data-down="{{ theme.getImgPath('designer/downarrow2.png') }}"
  17. data-right="{{ theme.getImgPath('designer/rightarrow2.png') }}" />
  18. </a>
  19. </div>
  20. <div id="id_scroll_tab" class="scroll_tab">
  21. <table width="100%" style="padding-left: 3px;"></table>
  22. </div>
  23. {# end id_scroll_tab #}
  24. <div class="center">
  25. {% trans 'Number of tables:' %} <span id="tables_counter">0</span>
  26. </div>
  27. <div id="layer_menu_sizer">
  28. <div class="floatleft">
  29. <img class="icon"
  30. data-right="{{ theme.getImgPath('designer/resizeright.png') }}"
  31. src="{{ theme.getImgPath('designer/resize.png') }}"/>
  32. </div>
  33. </div>
  34. </div>
  35. {# end layer_menu #}