HTML5 input tags for usersupdate
This commit is contained in:
parent
57b8e4e71e
commit
ce959b8fc5
|
|
@ -22,6 +22,7 @@
|
||||||
|
|
||||||
Contributor(s):
|
Contributor(s):
|
||||||
Mark J Crane <markjcrane@fusionpbx.com>
|
Mark J Crane <markjcrane@fusionpbx.com>
|
||||||
|
Luis Daniel Lucio Quiroz <dlucio@okay.com.mx>
|
||||||
*/
|
*/
|
||||||
include "root.php";
|
include "root.php";
|
||||||
require_once "resources/require.php";
|
require_once "resources/require.php";
|
||||||
|
|
@ -441,7 +442,7 @@ else {
|
||||||
echo " <td width='30%' class='vncellreq'>".$text['label-username'].":</td>";
|
echo " <td width='30%' class='vncellreq'>".$text['label-username'].":</td>";
|
||||||
echo " <td width='70%' class='vtable'>";
|
echo " <td width='70%' class='vtable'>";
|
||||||
if (if_group("admin") || if_group("superadmin")) {
|
if (if_group("admin") || if_group("superadmin")) {
|
||||||
echo " <input type='txt' autocomplete='off' class='formfld' name='username' value='".$username."'>";
|
echo " <input type='txt' autocomplete='off' class='formfld' name='username' value='".$username."' required='required'>";
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
echo " ".$username;
|
echo " ".$username;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue