From 70dc5cd65197fce8d67db3c5017a4aee32ac6f81 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Thu, 14 Jan 2016 12:00:20 +0545 Subject: UI Consistency 1) Put the heading "Actions" at the top of all the "Actions" columns - it was on some and not others. 2) Some more consistent capitalization of panel titles etc. 3) Most interfaces section edit pages had a section titled like "GIF Configuration", "GRE Configuration". Make them all consistent, e.g. "QinQ Configuration" rather than "Interface QinQ Edit"... --- src/usr/local/www/interfaces_groups_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/usr/local/www/interfaces_groups_edit.php') diff --git a/src/usr/local/www/interfaces_groups_edit.php b/src/usr/local/www/interfaces_groups_edit.php index ff6e01b..3deecdc 100644 --- a/src/usr/local/www/interfaces_groups_edit.php +++ b/src/usr/local/www/interfaces_groups_edit.php @@ -220,7 +220,7 @@ $tab_array[10] = array(gettext("LAGG"), false, "interfaces_lagg.php"); display_top_tabs($tab_array); $form = new Form; -$section = new Form_Section('Interface Group Edit'); +$section = new Form_Section('Interface Group Configuration'); $section->addInput(new Form_Input( 'ifname', -- cgit v1.1