Handle many email recipient. fix #53
This commit is contained in:
parent
2ba9723568
commit
826bb9e436
4 changed files with 7 additions and 4 deletions
2
base.php
2
base.php
|
@ -752,7 +752,7 @@ class PageCustomize extends Page
|
|||
array_push ($this->entryArray, new Entry (localize ("customize.paging"), "",
|
||||
$content, "text",
|
||||
array ()));
|
||||
$content = '<input type="email" onchange="updateCookie (this);" id="email" value="' . getCurrentOption ("email") . '" />';
|
||||
$content = '<input type="text" onchange="updateCookie (this);" id="email" value="' . getCurrentOption ("email") . '" />';
|
||||
array_push ($this->entryArray, new Entry (localize ("customize.email"), "",
|
||||
$content, "text",
|
||||
array ()));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue