Home
last modified time | relevance | path

Searched refs:CONTACT_COLTYPES (Results 1 – 6 of 6) sorted by relevance

/dports/mail/roundcube/roundcubemail-1.5.1/program/actions/contacts/
H A Dindex.php37 public static $CONTACT_COLTYPES = [ variable in rcmail_action_contacts_index
255 foreach (self::$CONTACT_COLTYPES as $idx => $val) {
261 self::$CONTACT_COLTYPES[$idx]['options'][$i] = $rcmail->gettext($v);
268 self::$CONTACT_COLTYPES[$idx]['childs'][$i]['type'] = 'text';
273 self::$CONTACT_COLTYPES[$idx]['type'] = 'text';
393 self::$CONTACT_COLTYPES = array_intersect_key(self::$CONTACT_COLTYPES, $contact_cols);
404 if (isset(self::$CONTACT_COLTYPES[$col])) {
405 … self::$CONTACT_COLTYPES[$col] = array_merge(self::$CONTACT_COLTYPES[$col], $colprop);
408 self::$CONTACT_COLTYPES[$col] = $colprop;
414 $rcmail->output->set_env('photocol', !empty(self::$CONTACT_COLTYPES['photo']));
[all …]
H A Dsearch.php248 if (!empty(rcmail_action_contacts_index::$CONTACT_COLTYPES[$col])) {
249 …$coltypes[$col] = array_merge(rcmail_action_contacts_index::$CONTACT_COLTYPES[$col], (array) $colp…
H A Dprint.php126 if (isset(rcmail_action_contacts_index::$CONTACT_COLTYPES['notes'])) {
H A Dshow.php143 if (isset(rcmail_action_contacts_index::$CONTACT_COLTYPES['notes'])) {
H A Dedit.php176 if (isset(self::$CONTACT_COLTYPES['notes'])) {
H A Dsave.php231 foreach (rcmail_action_contacts_index::$CONTACT_COLTYPES as $col => $colprop) {