Changeset 3165
- Timestamp:
- 08/17/10 14:56:13 (13 years ago)
- Location:
- branches/2.2/expressoMail1_2
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2/expressoMail1_2/inc/hook_settings.inc.php
r1890 r3165 64 64 create_check_box('Do you want to show common name instead of UID?','uid2cn',$default, 65 65 'Do you want to show common name instead of UID?'); 66 66 create_check_box('Do you want to automatically display the message header?','show_head_msg_full',$default,''); 67 67 $default = array( 68 68 '25' => '25', -
branches/2.2/expressoMail1_2/js/draw_api.js
r3158 r3165 1984 1984 content.appendChild(msg_number); 1985 1985 ////////////////////////////////////////////////////////////////////////////////////////////////////// 1986 1987 //Exibe o cabecalho da mensagem totalmente aberto caso esteja setado nas preferencias do usuario 1988 if (preferences.show_head_msg_full == 1) 1989 { 1990 option_hide_more.onclick(); 1991 show_div_address_full(ID,'to'); 1992 show_div_address_full(ID,'cc'); 1993 } 1994 1986 1995 } 1987 1996 function changeLinkState(el,state){ -
branches/2.2/expressoMail1_2/setup/phpgw_pt-br.lang
r3157 r3165 109 109 Do you really want to empty your trash folder? expressoMail1_2 pt-br Você tem certeza que deseja limpar sua lixeira? 110 110 Do you wanna receive an alert for new messages? expressoMail1_2 pt-br Você quer receber um alerta para mensagens novas? 111 Do you want to automatically display the message header? expressoMail1_2 pt-br Você deseja exibir automaticamente o cabecalho da mensagem? 111 112 Do you want to block this e-mail? expressoMail1_2 pt-br Você gostaria de bloquear este e-mail? 112 113 Do you want to cache php requests in javascript? admin pt-br Utilizar cache de requisições no javascript?
Note: See TracChangeset
for help on using the changeset viewer.