コード例 #1
0
ファイル: userfield.php プロジェクト: alencarmo/OCF
 function displayInForm(&$attrInfo)
 {
     global $gorumroll;
     if (($gorumroll->method == "login_form" || $gorumroll->method == "remind_password_form") && !$this->isFixField() || $gorumroll->method != "login_form" && $this->columnIndex == "remindPasswordLink") {
         $attrInfo[] = "form invisible";
     } elseif (($this->columnIndex == "email" || $this->columnIndex == "name") && $gorumroll->method == "modify_form" || $this->columnIndex != "email" && $this->columnIndex != "name") {
         parent::displayInForm($attrInfo);
     }
 }
コード例 #2
0
ファイル: itemfield.php プロジェクト: alencarmo/OCF
 function displayInForm(&$attrInfo)
 {
     parent::displayInForm($attrInfo);
 }