parent
77c7bd5788
commit
bfaacde5f7
|
@ -1,5 +1,6 @@
|
||||||
<% all_locales = I18n.available_locales %>
|
<% all_locales = I18n.available_locales %>
|
||||||
<% count = all_locales.length %>
|
<% count = all_locales.length %>
|
||||||
|
<form method="post" action="/admin/archive_files/save_categories_order" name="category_sort_number_form" >
|
||||||
<table>
|
<table>
|
||||||
<thead style='line-height: 3;'>
|
<thead style='line-height: 3;'>
|
||||||
<tr style="text-align: center;">
|
<tr style="text-align: center;">
|
||||||
|
@ -22,4 +23,6 @@
|
||||||
</tr>
|
</tr>
|
||||||
<% end %>
|
<% end %>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
<input type="submit" value="<%= t('archive.save') %>">
|
||||||
|
</form>
|
Loading…
Reference in New Issue