diff --git a/module/admin/view/bind.html.php b/module/admin/view/bind.html.php index 65b264cde1..57d9c23fa4 100644 --- a/module/admin/view/bind.html.php +++ b/module/admin/view/bind.html.php @@ -27,7 +27,7 @@ $account = zget($config->global, 'community', ''); if($account == 'na') $account = ''; ?> - + user->password;?> diff --git a/module/admin/view/certifyztemail.html.php b/module/admin/view/certifyztemail.html.php index 6f4ddf0cc3..a7a92c696a 100644 --- a/module/admin/view/certifyztemail.html.php +++ b/module/admin/view/certifyztemail.html.php @@ -20,12 +20,12 @@ - + - + diff --git a/module/admin/view/certifyztmobile.html.php b/module/admin/view/certifyztmobile.html.php index bfb96d57b0..b4f6de971c 100644 --- a/module/admin/view/certifyztmobile.html.php +++ b/module/admin/view/certifyztmobile.html.php @@ -20,12 +20,12 @@
user->email;?> admin->getCaptcha, '', "id='codeSender' class='btn'");?>
admin->captcha;?>
- + - + diff --git a/module/admin/view/register.html.php b/module/admin/view/register.html.php index 5e0a6f1013..fddc4227cd 100644 --- a/module/admin/view/register.html.php +++ b/module/admin/view/register.html.php @@ -31,27 +31,27 @@ - + - + @@ -60,11 +60,11 @@ @@ -102,7 +102,7 @@ $account = zget($config->global, 'community', ''); if($account == 'na') $account = ''; ?> - + diff --git a/module/admin/view/sso.html.php b/module/admin/view/sso.html.php index 7e7cfa0950..54cbd57a41 100644 --- a/module/admin/view/sso.html.php +++ b/module/admin/view/sso.html.php @@ -33,15 +33,15 @@ - + - + - + - + diff --git a/module/api/view/debug.html.php b/module/api/view/debug.html.php index a0c2a7f61a..0ee3e80584 100644 --- a/module/api/view/debug.html.php +++ b/module/api/view/debug.html.php @@ -20,7 +20,7 @@ parameters as $param):?> - + diff --git a/module/backup/view/change.html.php b/module/backup/view/change.html.php index 07d352dddc..b783417883 100644 --- a/module/backup/view/change.html.php +++ b/module/backup/view/change.html.php @@ -20,7 +20,7 @@ diff --git a/module/block/view/publicform.html.php b/module/block/view/publicform.html.php index b0159cc09c..537dd8e250 100644 --- a/module/block/view/publicform.html.php +++ b/module/block/view/publicform.html.php @@ -12,7 +12,7 @@ ?>
-
title : '', "class='form-control' autocomplete='off'")?>
+
title : '', "class='form-control'")?>
diff --git a/module/block/view/todoblock.html.php b/module/block/view/todoblock.html.php index 2095baf406..e1e8037cd4 100644 --- a/module/block/view/todoblock.html.php +++ b/module/block/view/todoblock.html.php @@ -37,12 +37,12 @@ if(!$selfCall) die(include('./todolist.html.php'));
-
+
'>

todo->create;?>

-
+
@@ -52,7 +52,7 @@ if(!$selfCall) die(include('./todolist.html.php'));
- +
diff --git a/module/bug/view/batchcreate.html.php b/module/bug/view/batchcreate.html.php index b50896bbd6..0e053826b3 100644 --- a/module/bug/view/batchcreate.html.php +++ b/module/bug/view/batchcreate.html.php @@ -96,7 +96,7 @@
- + @@ -138,7 +138,7 @@ - + @@ -183,7 +183,7 @@ - +
user->mobile;?> admin->getCaptcha, '', "id='codeSender' class='btn'");?>
admin->captcha;?>
user->account;?>
- admin->register->lblAccount}' autocomplete='off'");?> + admin->register->lblAccount}'");?>
user->realname;?>
user->company;?>
company, "class='form-control' autocomplete='off'");?>
company, "class='form-control'");?>
user->mobile;?>
- + admin->getCaptcha, '', "id='mobileSender' class='btn'")?> admin->captcha?> - +
- email, "class='form-control' autocomplete='off'");?> + email, "class='form-control'");?> admin->getCaptcha, '', "id='mailSender' class='btn'")?> admin->captcha?> - +
user->password;?>
sso->addr; ?>sso->addrNotice}' autocomplete='off'");?>sso->addrNotice}'");?>
sso->code; ?>
sso->key; ?>
diff --git a/module/admin/view/ztcompany.html.php b/module/admin/view/ztcompany.html.php index 8b4fda9dc9..9cd5285164 100644 --- a/module/admin/view/ztcompany.html.php +++ b/module/admin/view/ztcompany.html.php @@ -21,7 +21,7 @@
company->name : $lang->user->$field;?>
name?>name", $param->isOptional() ? $param->getDefaultValue() : '', "class='form-control' autocomplete='off'")?>name", $param->isOptional() ? $param->getDefaultValue() : '', "class='form-control'")?>
- backup->holdDays, "class='form-control' autocomplete='off'");?> + backup->holdDays, "class='form-control'");?> day;?>
- +
' style='overflow:visible'>bug->severityList, '', "class='form-control'");?> ' style='overflow:visible'> bug->osList, $os, "class='form-control chosen'");?> ' style='overflow:visible'> bug->browserList, $browser, "class='form-control chosen'");?>'>'>
- +
' style='overflow:visible'>bug->severityList, '', "class='form-control'");?> ' style='overflow:visible'> bug->osList, $os, "class='form-control chosen'");?> ' style='overflow:visible'> bug->browserList, $browser, "class='form-control chosen'");?>'>'>
- +
' style='overflow:visible'>bug->severityList, '', "class='form-control'");?> ' style='overflow:visible'> bug->osList, $os, "class='form-control chosen'");?> ' style='overflow:visible'> bug->browserList, $browser, "class='form-control chosen'");?>'>'>
diff --git a/module/bug/view/batchedit.html.php b/module/bug/view/batchedit.html.php index 583a034054..45bbf84e53 100644 --- a/module/bug/view/batchedit.html.php +++ b/module/bug/view/batchedit.html.php @@ -99,7 +99,7 @@
- title, "class='form-control' autocomplete='off' style='color:{$bug->color}'");?> + title, "class='form-control' style='color:{$bug->color}'");?>