mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
API CHANGE Removed EncryptField, use PasswordField
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@64425 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
768fc5a588
commit
82e1ad8d8a
@ -1,13 +0,0 @@
|
||||
<?php
|
||||
/**
|
||||
* Duplicate of {@link PasswordField}.
|
||||
* @package forms
|
||||
* @subpackage fields-formattedinput Use {@link PasswordField}
|
||||
*/
|
||||
class EncryptField extends TextField {
|
||||
function Field() {
|
||||
return "<input class=\"text\" type=\"password\" id=\"" . $this->id() . "\" name=\"{$this->name}\" value=\"" . $this->attrValue() . "\"" . $this->getTabIndexHTML() . " />";
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
Loading…
x
Reference in New Issue
Block a user