From e053ebc2d4ab20b266f1bd250ba326d68288f0fe Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Fri, 20 May 2016 15:07:05 +0200 Subject: [PATCH] (ui) hook in mobile form improvement, mark table with "opnsense_standard_table_form" class to use it. --- src/www/head.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/www/head.inc b/src/www/head.inc index 1b56c72b1..836f4f5c0 100644 --- a/src/www/head.inc +++ b/src/www/head.inc @@ -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"); }); //]]>