]> git.mxchange.org Git - friendica.git/commitdiff
type email for email field in add user form
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sat, 24 Jan 2015 08:30:44 +0000 (09:30 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Sat, 24 Jan 2015 08:30:44 +0000 (09:30 +0100)
mod/admin.php

index 8bddd8ce88ae6c492a2b87bcef95c28e74169f8e..bf74d3ef3c64f67853ba54de37de80a9f06e8920 100644 (file)
@@ -1000,7 +1000,7 @@ function admin_page_users(&$a){
                '$users' => $users,
                '$newusername'  => array('new_user_name', t("Name"), '', t("Name of the new user.")),
                '$newusernickname'  => array('new_user_nickname', t("Nickname"), '', t("Nickname of the new user.")),
-               '$newuseremail'  => array('new_user_email', t("Email"), '', t("Email address of the new user.")),
+               '$newuseremail'  => array('new_user_email', t("Email"), '', t("Email address of the new user."), '', '', 'email'),
        ));
        $o .= paginate($a);
        return $o;