|
60 | 60 | Field::TABLE_NAME . '.validation_title;21, ' .
|
61 | 61 | '--palette--;LLL:EXT:powermail/Resources/Private/Language/locallang_db.xlf:' .
|
62 | 62 | Field::TABLE_NAME . '.prefill_title;33, ' .
|
| 63 | + '--palette--;LLL:EXT:powermail/Resources/Private/Language/locallang_db.xlf:' . |
| 64 | + Field::TABLE_NAME . '.palette.autocomplete;50, ' . |
| 65 | + '--palette--;LLL:EXT:powermail/Resources/Private/Language/locallang_db.xlf:' . |
| 66 | + Field::TABLE_NAME . '.palette.autocomplete_additional;51, ' . |
63 | 67 | '--palette--;Layout;41, ' .
|
64 | 68 | 'description, ' .
|
65 | 69 | '--palette--;LLL:EXT:powermail/Resources/Private/Language/locallang_db.xlf:' .
|
|
91 | 95 | '--palette--;Layout;43, ' .
|
92 | 96 | 'description, ' .
|
93 | 97 | '--palette--;LLL:EXT:powermail/Resources/Private/Language/locallang_db.xlf:' .
|
| 98 | + Field::TABLE_NAME . '.palette.autocomplete;50, ' . |
| 99 | + '--palette--;LLL:EXT:powermail/Resources/Private/Language/locallang_db.xlf:' . |
| 100 | + Field::TABLE_NAME . '.palette.autocomplete_additional;51, ' . |
| 101 | + '--palette--;LLL:EXT:powermail/Resources/Private/Language/locallang_db.xlf:' . |
94 | 102 | Field::TABLE_NAME . '.marker_title;5, ' .
|
95 | 103 | '--div--;LLL:EXT:powermail/Resources/Private/Language/locallang_db.xlf:tabs.access, ' .
|
96 | 104 | 'sys_language_uid, l10n_parent, l10n_diffsource, hidden, starttime, endtime';
|
|
104 | 112 | '--palette--;LLL:EXT:powermail/Resources/Private/Language/locallang_db.xlf:' .
|
105 | 113 | Field::TABLE_NAME . '.prefill_title;31, ' .
|
106 | 114 | '--palette--;LLL:EXT:powermail/Resources/Private/Language/locallang_db.xlf:' .
|
| 115 | + Field::TABLE_NAME . '.palette.autocomplete;50, ' . |
| 116 | + '--palette--;LLL:EXT:powermail/Resources/Private/Language/locallang_db.xlf:' . |
| 117 | + Field::TABLE_NAME . '.palette.autocomplete_additional;51, ' . |
| 118 | + '--palette--;LLL:EXT:powermail/Resources/Private/Language/locallang_db.xlf:' . |
107 | 119 | Field::TABLE_NAME . '.marker_title;5, ' .
|
108 | 120 | '--div--;LLL:EXT:powermail/Resources/Private/Language/locallang_db.xlf:tabs.access, ' .
|
109 | 121 | 'sys_language_uid, l10n_parent, l10n_diffsource, hidden, starttime, endtime';
|
|
121 | 133 | '--palette--;Layout;43, ' .
|
122 | 134 | 'description, ' .
|
123 | 135 | '--palette--;LLL:EXT:powermail/Resources/Private/Language/locallang_db.xlf:' .
|
| 136 | + Field::TABLE_NAME . '.palette.autocomplete;50, ' . |
| 137 | + '--palette--;LLL:EXT:powermail/Resources/Private/Language/locallang_db.xlf:' . |
| 138 | + Field::TABLE_NAME . '.palette.autocomplete_additional;51, ' . |
| 139 | + '--palette--;LLL:EXT:powermail/Resources/Private/Language/locallang_db.xlf:' . |
124 | 140 | Field::TABLE_NAME . '.marker_title;5, ' .
|
125 | 141 | '--div--;LLL:EXT:powermail/Resources/Private/Language/locallang_db.xlf:tabs.access, ' .
|
126 | 142 | 'sys_language_uid, l10n_parent, l10n_diffsource, hidden, starttime, endtime';
|
|
136 | 152 | '--palette--;Layout;43, ' .
|
137 | 153 | 'description, ' .
|
138 | 154 | '--palette--;LLL:EXT:powermail/Resources/Private/Language/locallang_db.xlf:' .
|
| 155 | + Field::TABLE_NAME . '.palette.autocomplete;50, ' . |
| 156 | + '--palette--;LLL:EXT:powermail/Resources/Private/Language/locallang_db.xlf:' . |
| 157 | + Field::TABLE_NAME . '.palette.autocomplete_additional;51, ' . |
| 158 | + '--palette--;LLL:EXT:powermail/Resources/Private/Language/locallang_db.xlf:' . |
139 | 159 | Field::TABLE_NAME . '.marker_title;5, ' .
|
140 | 160 | '--div--;LLL:EXT:powermail/Resources/Private/Language/locallang_db.xlf:tabs.access, ' .
|
141 | 161 | 'sys_language_uid, l10n_parent, l10n_diffsource, hidden, starttime, endtime';
|
|
1047 | 1067 | ],
|
1048 | 1068 | 'displayCond' => [
|
1049 | 1069 | 'AND' => [
|
1050 |
| - 'FIELD:type:IN:input,textarea', |
| 1070 | + 'FIELD:type:IN:input,textarea,password,select,country,location,hidden', |
1051 | 1071 | 'FIELD:autocomplete_token:!IN:on,off,nickname,sex,impp,url,organization-title,username,new-password,current-password,one-time-code,bday,bday-day,bday-month,bday-year,language,photo',
|
1052 | 1072 | 'FIELD:autocomplete_token:REQ:true',
|
1053 | 1073 | ],
|
|
1066 | 1086 | ],
|
1067 | 1087 | 'displayCond' => [
|
1068 | 1088 | 'AND' => [
|
1069 |
| - 'FIELD:type:IN:input,textarea', |
| 1089 | + 'FIELD:type:IN:input,textarea,select,country,location,hidden', |
1070 | 1090 | 'FIELD:autocomplete_token:!IN:on,off,nickname,sex,impp,url,organization-title,tel-country-code,tel-area-code,tel-national,tel-local,tel-local-prefix,tel-local-suffix,tel-extension,username,new-password,current-password,one-time-code,bday,bday-day,bday-month,bday-year,language,photo',
|
1071 | 1091 | 'FIELD:autocomplete_token:REQ:true',
|
1072 | 1092 | ],
|
|
1089 | 1109 | ],
|
1090 | 1110 | 'displayCond' => [
|
1091 | 1111 | 'AND' => [
|
1092 |
| - 'FIELD:type:IN:input,textarea', |
| 1112 | + 'FIELD:type:IN:input,textarea,select,country,location,hidden', |
1093 | 1113 | 'FIELD:autocomplete_token:IN:email,impp,tel',
|
1094 | 1114 | ],
|
1095 | 1115 | ],
|
|
1124 | 1144 | 'allowLanguageSynchronization' => true,
|
1125 | 1145 | ],
|
1126 | 1146 | ],
|
1127 |
| - 'displayCond' => [ |
1128 |
| - 'OR' => [ |
1129 |
| - 'FIELD:type:=:input', |
1130 |
| - 'FIELD:type:=:textarea', |
1131 |
| - ], |
1132 |
| - ], |
| 1147 | + 'displayCond' => 'FIELD:type:IN:'.$fieldsWithAutocompleteOptions, |
1133 | 1148 | ],
|
1134 | 1149 | ],
|
1135 | 1150 | ];
|
|
0 commit comments