(ui) hook in mobile form improvement, mark table with "opnsense_standard_table_form" class to use it.

This commit is contained in:
Ad Schellevis 2016-05-20 15:07:05 +02:00
parent e0bbb0c638
commit e053ebc2d4

View File

@ -250,6 +250,8 @@ $pagetitle .= sprintf(' | %s.%s', $config['system']['hostname'], $config['system
$("#menu_search_box").css('width', '250px');
$("#menu_messages").show();
});
// convert input form tables for better mobile experience
hook_stacked_form_tables(".opnsense_standard_table_form");
});
//]]>
</script>