]> git.mxchange.org Git - friendica.git/commitdiff
Let the browser check if it's a valid email address
authorSilke Meyer <silke@silkemeyer.net>
Sun, 1 Feb 2015 15:25:49 +0000 (16:25 +0100)
committerSilke Meyer <silke@silkemeyer.net>
Sun, 1 Feb 2015 15:25:49 +0000 (16:25 +0100)
mod/admin.php

index ecc675dbb724b2f17c197701a39e0c0cc16a60e9..e75ec453993c232232cbb616ad2a44aef7c9b33b 100644 (file)
@@ -607,7 +607,7 @@ function admin_page_site(&$a) {
                // name, label, value, help string, extra data...
                '$sitename'             => array('sitename', t("Site name"), htmlentities($a->config['sitename'], ENT_QUOTES), 'UTF-8'),
                '$hostname'             => array('hostname', t("Host name"), $a->config['hostname'], ""),
-               '$sender_email'         => array('sender_email', t("Sender Email"), $a->config['sender_email'], "The email address your server shall use to send notification emails from."),
+               '$sender_email'         => array('sender_email', t("Sender Email"), $a->config['sender_email'], "The email address your server shall use to send notification emails from.", "", "", "email"),
                '$banner'               => array('banner', t("Banner/Logo"), $banner, ""),
                '$info' => array('info',t('Additional Info'), $info, t('For public servers: you can add additional information here that will be listed at dir.friendica.com/siteinfo.')),
                '$language'             => array('language', t("System language"), get_config('system','language'), "", $lang_choices),