Пример #1
0
 function printFieldUpdate($prefix, $record, $area)
 {
     $html = new StdModHtmlOutput();
     $html->inputPassword($prefix, $this->defaultValue, $this->defaultValue, $this->disabledOnUpdate);
     return $html->html;
 }