X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=functions%2Foptions.php;h=4608d798433f1c5ec0cfef53655e98bb221e6719;hb=f99c446918b4b7452891d487df62e871ea03f19b;hp=fd211eaba85fc856e809b80af6f6ee471f0cb9cb;hpb=3fa09710c8488fa92f9be6ff66282b35cdaa538f;p=squirrelmail.git diff --git a/functions/options.php b/functions/options.php index fd211eab..4608d798 100644 --- a/functions/options.php +++ b/functions/options.php @@ -475,7 +475,6 @@ class SquirrelOption { //TODO: might be better to have a separate template file for all widgets, because then the layout of the widget and the "trailing text" can be customized - they are still hard coded here if ($password) -addPwField($sName, $sValue = null, $aAttribs=array()) { return addPwField('new_' . $this->name, $this->value, $width, 0, $this->aExtraAttribs) . ' ' . htmlspecialchars($this->trailing_text); else return addInput('new_' . $this->name, $this->value, $width, 0, $this->aExtraAttribs) . ' ' . htmlspecialchars($this->trailing_text);