From 7e1f03481fa7db3c1c41c36ae090c2fa41973db1 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Thu, 3 Sep 2009 21:37:22 -0400 Subject: Change 'Interface of this connection' to 'Select interface #X that you would like to shape' --- usr/local/www/wizards/traffic_shaper_wizard_multi_all.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr/local/www/wizards') diff --git a/usr/local/www/wizards/traffic_shaper_wizard_multi_all.inc b/usr/local/www/wizards/traffic_shaper_wizard_multi_all.inc index 08121e3..e02b5cf 100755 --- a/usr/local/www/wizards/traffic_shaper_wizard_multi_all.inc +++ b/usr/local/www/wizards/traffic_shaper_wizard_multi_all.inc @@ -148,7 +148,8 @@ function step2_stepbeforeformdisplay() { $field = array(); $field['name'] = "conn{$i}interface"; $field['type'] = "select"; - $field['typehint'] = "Interface of this connection."; + $interface_real = $i+1; + $field['typehint'] = "Select interface #{$interface_real} that you would like to shape"; $field['options']['option'] = array(); foreach ($iflist as $ifname) { $opts = array(); -- cgit v1.1