Handle many email recipient. fix #53

This commit is contained in:
Sébastien Lucas 2013-07-24 20:49:24 +02:00
parent 2ba9723568
commit 826bb9e436
4 changed files with 7 additions and 4 deletions

View file

@ -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 ()));