You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

10 lines
308 B

  1. <div id="move_columns_dialog" class="hide" title="{% trans 'Move columns' %}">
  2. <p>{% trans 'Move the columns by dragging them up and down.' %}</p>
  3. <form action="tbl_structure.php">
  4. <div>
  5. {{ Url_getHiddenInputs(db, table) }}
  6. <ul></ul>
  7. </div>
  8. </form>
  9. </div>