Code: Select all
$this->smarty->assign('input_port',
$this->CreateInputText( $id, 'input_port',
$this->GetPreference('port'),
4, 4));Code: Select all
$this->smarty->assign('input_port',
$this->CreateInputText( $id, 'input_port',
$this->GetPreference('port'),
6, 8));
