Project

General

Profile

« Previous | Next » 

Revision 7e1f0348

Added by Scott Ullrich almost 16 years ago

Change 'Interface of this connection' to 'Select interface #X that you would like to shape'

View differences:

usr/local/www/wizards/traffic_shaper_wizard_multi_all.inc
148 148
			$field = array();
149 149
			$field['name'] = "conn{$i}interface";
150 150
			$field['type'] = "select";
151
			$field['typehint'] = "Interface of this connection.";
151
			$interface_real = $i+1;
152
			$field['typehint'] = "Select interface #{$interface_real} that you would like to shape";
152 153
			$field['options']['option'] = array();
153 154
			foreach ($iflist as $ifname) {
154 155
					$opts = array();

Also available in: Unified diff