thomascube
2008-09-18 7dfb1fba5001299300736e6b5d95d9400575e3e7
commit | author | age
4e17e6 1 <?php
T 2
3 /*
4  +-----------------------------------------------------------------------+
5  | program/steps/settings/func.inc                                       |
6  |                                                                       |
7  | This file is part of the RoundCube Webmail client                     |
f11541 8  | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland                 |
30233b 9  | Licensed under the GNU GPL                                            |
4e17e6 10  |                                                                       |
T 11  | PURPOSE:                                                              |
12  |   Provide functionality for user's settings & preferences             |
13  |                                                                       |
14  +-----------------------------------------------------------------------+
15  | Author: Thomas Bruederli <roundcube@gmail.com>                        |
16  +-----------------------------------------------------------------------+
17
18  $Id$
19
20 */
21
681969 22 if (!$OUTPUT->ajax_call)
A 23   $OUTPUT->set_pagetitle(rcube_label('preferences'));
4e17e6 24
T 25
26 function rcmail_user_prefs_form($attrib)
6d6e06 27 {
5b8215 28   global $RCMAIL;
A 29   $config = $RCMAIL->config->all();
4e17e6 30
5b8215 31   $no_override = is_array($config['dont_override']) ? array_flip($config['dont_override']) : array();
b19097 32
10a699 33   // add some labels to client
T 34   rcube_add_label('nopagesizewarning');
35   
4e17e6 36   list($form_start, $form_end) = get_form_tags($attrib, 'save-prefs');
T 37   unset($attrib['form']);
38
6d6e06 39   $out = $form_start;
T 40   $table = new html_table(array('cols' => 2));
4e17e6 41
T 42   // show language selection
6d6e06 43   if (!isset($no_override['language'])) {
1854c4 44     $a_lang = $RCMAIL->list_languages();
b19097 45     asort($a_lang);
cd900d 46   
b19097 47     $field_id = 'rcmfd_lang';
47124c 48     $select_lang = new html_select(array('name' => '_language', 'id' => $field_id));
b19097 49     $select_lang->add(array_values($a_lang), array_keys($a_lang));
cd900d 50   
6d6e06 51     $table->add('title', html::label($field_id, Q(rcube_label('language'))));
c8ae24 52     $table->add(null, $select_lang->show($config['language']));
6d6e06 53   }
4e17e6 54
T 55
56   // show page size selection
6d6e06 57   if (!isset($no_override['timezone'])) {
b19097 58     $field_id = 'rcmfd_timezone';
c8ae24 59     $select_timezone = new html_select(array('name' => '_timezone', 'id' => $field_id, 'onchange' => "document.getElementById('rcmfd_dst').disabled=this.selectedIndex==0"));
T 60     $select_timezone->add(rcube_label('autodetect'), 'auto');
b19097 61     $select_timezone->add('(GMT -11:00) Midway Island, Samoa', '-11');
T 62     $select_timezone->add('(GMT -10:00) Hawaii', '-10');
c8b982 63     $select_timezone->add('(GMT -9:30) Marquesas Islands', '-9.5');
b19097 64     $select_timezone->add('(GMT -9:00) Alaska', '-9');
T 65     $select_timezone->add('(GMT -8:00) Pacific Time (US/Canada)', '-8');
66     $select_timezone->add('(GMT -7:00) Mountain Time (US/Canada)', '-7');
67     $select_timezone->add('(GMT -6:00) Central Time (US/Canada), Mexico City', '-6');
68     $select_timezone->add('(GMT -5:00) Eastern Time (US/Canada), Bogota, Lima', '-5');
c8b982 69     $select_timezone->add('(GMT -4:30) Caracas', '-4.5');
A 70     $select_timezone->add('(GMT -4:00) Atlantic Time (Canada), La Paz', '-4');
b19097 71     $select_timezone->add('(GMT -3:30) Nfld Time (Canada), Nfld, S. Labador', '-3.5');
c8b982 72     $select_timezone->add('(GMT -3:00) Brazil, Buenos Aires, Georgetown', '-3');
b19097 73     $select_timezone->add('(GMT -2:00) Mid-Atlantic', '-2');
T 74     $select_timezone->add('(GMT -1:00) Azores, Cape Verde Islands', '-1');
75     $select_timezone->add('(GMT) Western Europe, London, Lisbon, Casablanca', '0');
76     $select_timezone->add('(GMT +1:00) Central European Time', '1');
77     $select_timezone->add('(GMT +2:00) EET: Kaliningrad, South Africa', '2');
78     $select_timezone->add('(GMT +3:00) Baghdad, Kuwait, Riyadh, Moscow, Nairobi', '3');
79     $select_timezone->add('(GMT +3:30) Tehran', '3.5');
80     $select_timezone->add('(GMT +4:00) Abu Dhabi, Muscat, Baku, Tbilisi', '4');
81     $select_timezone->add('(GMT +4:30) Kabul', '4.5');
82     $select_timezone->add('(GMT +5:00) Ekaterinburg, Islamabad, Karachi', '5');
83     $select_timezone->add('(GMT +5:30) Chennai, Kolkata, Mumbai, New Delhi', '5.5');
84     $select_timezone->add('(GMT +5:45) Kathmandu', '5.75');
85     $select_timezone->add('(GMT +6:00) Almaty, Dhaka, Colombo', '6');
c8b982 86     $select_timezone->add('(GMT +6:30) Cocos Islands, Myanmar', '6.5');
b19097 87     $select_timezone->add('(GMT +7:00) Bangkok, Hanoi, Jakarta', '7');
T 88     $select_timezone->add('(GMT +8:00) Beijing, Perth, Singapore, Taipei', '8');
c8b982 89     $select_timezone->add('(GMT +8:45) Caiguna, Eucla, Border Village', '8.75');
b19097 90     $select_timezone->add('(GMT +9:00) Tokyo, Seoul, Yakutsk', '9');
T 91     $select_timezone->add('(GMT +9:30) Adelaide, Darwin', '9.5');
2ad77d 92     $select_timezone->add('(GMT +10:00) EAST/AEST: Sydney, Guam, Vladivostok', '10');
c8b982 93     $select_timezone->add('(GMT +10:30) New South Wales', '10.5');
b19097 94     $select_timezone->add('(GMT +11:00) Magadan, Solomon Islands', '11');
c8b982 95     $select_timezone->add('(GMT +11:30) Norfolk Island', '11.5');
b19097 96     $select_timezone->add('(GMT +12:00) Auckland, Wellington, Kamchatka', '12');
c8b982 97     $select_timezone->add('(GMT +12:45) Chatham Islands', '12.75');
b19097 98     $select_timezone->add('(GMT +13:00) Tonga, Pheonix Islands', '13');
T 99     $select_timezone->add('(GMT +14:00) Kiribati', '14');
4e17e6 100   
6d6e06 101     $table->add('title', html::label($field_id, Q(rcube_label('timezone'))));
T 102     $table->add(null, $select_timezone->show((string)$config['timezone']));
103   }
4e17e6 104
b19097 105   // daylight savings
6d6e06 106   if (!isset($no_override['dst_active'])) {
b19097 107     $field_id = 'rcmfd_dst';
62784a 108     $input_dst = new html_checkbox(array('name' => '_dst_active', 'id' => $field_id, 'value' => 1, 'disabled' => ($config['timezone'] === 'auto')));
6d6e06 109     
T 110     $table->add('title', html::label($field_id, Q(rcube_label('dstactive'))));
111     $table->add(null, $input_dst->show($config['dst_active']));
112   }
4647e1 113
30233b 114   // MM: Show checkbox for toggling 'pretty dates' 
6d6e06 115   if (!isset($no_override['prettydate'])) {
b19097 116     $field_id = 'rcmfd_prettydate';
47124c 117     $input_prettydate = new html_checkbox(array('name' => '_pretty_date', 'id' => $field_id, 'value' => 1));
30233b 118
6d6e06 119     $table->add('title', html::label($field_id, Q(rcube_label('prettydate'))));
T 120     $table->add(null, $input_prettydate->show($config['prettydate']?1:0));
121   }
b19097 122
f0d4b7 123   // show page size selection
6d6e06 124   if (!isset($no_override['pagesize'])) {
f0d4b7 125     $field_id = 'rcmfd_pgsize';
A 126     $input_pagesize = new html_inputfield(array('name' => '_pagesize', 'id' => $field_id, 'size' => 5));
b19097 127
6d6e06 128     $table->add('title', html::label($field_id, Q(rcube_label('pagesize'))));
T 129     $table->add(null, $input_pagesize->show($config['pagesize']));
130   }
d9b29a 131
3b6b91 132   // show drop-down for available skins
6d6e06 133   if (!isset($no_override['skin'])) {
3b6b91 134     $skins = rcmail_get_skins();
d9b29a 135
6d6e06 136     if (count($skins) > 1) {
3b6b91 137       $field_id = 'rcmfd_skin';
A 138       $input_skin = new html_select(array('name'=>'_skin', 'id'=>$field_id));
139       
140       foreach($skins as $skin)
141         $input_skin->add($skin, $skin);
142
6d6e06 143       $table->add('title', html::label($field_id, Q(rcube_label('skin'))));
T 144       $table->add(null, $input_skin->show($config['skin']));
d9b29a 145     }
6d6e06 146   }
d9b29a 147
6d6e06 148   $out .= html::tag('fieldset', null, html::tag('legend', null, Q(rcube_label('uisettings'))) . $table->show($attrib));
T 149   
150   $table = new html_table(array('cols' => 2));
d9b29a 151
b19097 152   // show config parameter for preview pane
6d6e06 153   if (!isset($no_override['preview_pane'])) {
b19097 154     $field_id = 'rcmfd_preview';
47124c 155     $input_preview = new html_checkbox(array('name' => '_preview_pane', 'id' => $field_id, 'value' => 1));
6d6e06 156     
T 157     $table->add('title', html::label($field_id, Q(rcube_label('previewpane'))));
158     $table->add(null, $input_preview->show($config['preview_pane']?1:0));
159   }
3b6b91 160
6d6e06 161   if (!isset($no_override['mdn_requests'])) {
3b6b91 162     $field_id = 'rcmfd_mdn_requests';
A 163     $select_mdn_requests = new html_select(array('name' => '_mdn_requests', 'id' => $field_id));
164     $select_mdn_requests->add(rcube_label('askuser'), 0);
165     $select_mdn_requests->add(rcube_label('autosend'), 1);
166     $select_mdn_requests->add(rcube_label('ignore'), 2);
167
6d6e06 168     $table->add('title', html::label($field_id, Q(rcube_label('mdnrequests'))));
T 169     $table->add(null, $select_mdn_requests->show($config['mdn_requests']));
170   }
a901aa 171
6d6e06 172   $out .= html::tag('fieldset', null, html::tag('legend', null, Q(rcube_label('mailboxview'))) . $table->show($attrib));
T 173
174   $table = new html_table(array('cols' => 2));
f0d4b7 175
A 176   // show checkbox for HTML/plaintext messages
6d6e06 177   if (!isset($no_override['prefer_html'])) {
f0d4b7 178     $field_id = 'rcmfd_htmlmsg';
A 179     $input_preferhtml = new html_checkbox(array('name' => '_prefer_html', 'id' => $field_id, 'value' => 1,
6d6e06 180       'onchange' => JS_OBJECT_NAME.'.toggle_prefer_html(this)'));
f0d4b7 181
6d6e06 182     $table->add('title', html::label($field_id, Q(rcube_label('preferhtml'))));
T 183     $table->add(null, $input_preferhtml->show($config['prefer_html']?1:0));
184   }
f0d4b7 185
A 186   // show checkbox for displaying images from people in the addressbook
6d6e06 187   if (!isset($no_override['addrbook_show_images'])) {
f0d4b7 188     $field_id = 'rcmfd_addrbook_show_images';
6d6e06 189     $input_addrbook_show_images = new html_checkbox(array('name' => '_addrbook_show_images', 'id' => $field_id,
T 190       'value' => 1, 'disabled' => $config['prefer_html']?0:1));
f0d4b7 191
6d6e06 192     $table->add('title', html::label($field_id, Q(rcube_label('showknownimages'))));
T 193     $table->add(null, $input_addrbook_show_images->show($config['addrbook_show_images']?1:0));
194   }
f0d4b7 195
6d6e06 196   if (!isset($no_override['inline_images'])) {
166b61 197     $field_id = 'rcmfd_inline_images';
A 198     $input_inline_images = new html_checkbox(array('name' => '_inline_images', 'id' => $field_id, 'value' => 1));
199
6d6e06 200     $table->add('title', html::label($field_id, Q(rcube_label('showinlineimages'))));
T 201     $table->add(null, $input_inline_images->show($config['inline_images']?1:0));
202   }
166b61 203
6d6e06 204   $out .= html::tag('fieldset', null, html::tag('legend', null, Q(rcube_label('messagesdisplaying'))) . $table->show($attrib));
T 205   
206   $table = new html_table(array('cols' => 2));
f0d4b7 207
A 208   // Show checkbox for HTML Editor
6d6e06 209   if (!isset($no_override['htmleditor'])) {
f0d4b7 210     $field_id = 'rcmfd_htmleditor';
A 211     $input_htmleditor = new html_checkbox(array('name' => '_htmleditor', 'id' => $field_id, 'value' => 1));
6d6e06 212     
T 213     $table->add('title', html::label($field_id, Q(rcube_label('htmleditor'))));
214     $table->add(null, $input_htmleditor->show($config['htmleditor']?1:0));
215   }
b19097 216                   
cb3538 217   if (!isset($no_override['draft_autosave'])) {
d656f1 218     $field_id = 'rcmfd_autosave';
cb3538 219     $select_autosave = new html_select(array('name' => '_draft_autosave', 'id' => $field_id, 'disabled' => empty($config['drafts_mbox'])));
d656f1 220     $select_autosave->add(rcube_label('never'), 0);
T 221     foreach (array(3, 5, 10) as $i => $min)
222       $select_autosave->add(rcube_label(array('name' => 'everynminutes', 'vars' => array('n' => $min))), $min*60);
223
6d6e06 224     $table->add('title', html::label($field_id, Q(rcube_label('autosavedraft'))));
T 225     $table->add(null, $select_autosave->show($config['draft_autosave']));
226   }
4e17e6 227
6d6e06 228   $out .= html::tag('fieldset', null, html::tag('legend', null, Q(rcube_label('messagescomposition'))) . $table->show($attrib));
f0d4b7 229
cb3538 230   // Configure special folders
64f20d 231   if (!isset($no_override['default_imap_folders'])) {
cb3538 232     $RCMAIL->imap_init(true);
a81be1 233     $select = rcmail_mailbox_select(array('noselection' => '---', 'realnames' => true, 'maxlength' => 30));
cb3538 234     
T 235     $table = new html_table(array('cols' => 2));
236
237     $table->add('title', Q(rcube_label('drafts')));
238     $table->add(null, $select->show($config['drafts_mbox'], array('name' => "_drafts_mbox", 'onchange' => "document.getElementById('rcmfd_autosave').disabled=this.selectedIndex==0")));
239     
240     $table->add('title', Q(rcube_label('sent')));
241     $table->add(null, $select->show($config['sent_mbox'], array('name' => "_sent_mbox")));
242     
243     $table->add('title', Q(rcube_label('junk')));
244     $table->add(null, $select->show($config['junk_mbox'], array('name' => "_junk_mbox")));
245     
246     $table->add('title', Q(rcube_label('trash')));
247     $table->add(null, $select->show($config['trash_mbox'], array('name' => "_trash_mbox")));
248     
249     $out .= html::tag('fieldset', null, html::tag('legend', null, Q(rcube_label('specialfolders'))) . $table->show($attrib));
250   }
251
6d6e06 252   $table = new html_table(array('cols' => 2));
T 253
254   if (!isset($no_override['read_when_deleted'])) {
d9b29a 255     $field_id = 'rcmfd_read_deleted';
A 256     $input_readdeleted = new html_checkbox(array('name' => '_read_when_deleted', 'id' => $field_id, 'value' => 1));
6d6e06 257     
T 258     $table->add('title', html::label($field_id, Q(rcube_label('readwhendeleted'))));
259     $table->add(null, $input_readdeleted->show($config['read_when_deleted']?1:0));
260   }
d9b29a 261
6d6e06 262   if (!isset($no_override['flag_for_deletion'])) {
3044ae 263     $field_id = 'rcmfd_flag_for_deletion';
A 264     $input_flagfordeletion = new html_checkbox(array('name' => '_flag_for_deletion', 'id' => $field_id, 'value' => 1));
6d6e06 265     
T 266     $table->add('title', html::label($field_id, Q(rcube_label('flagfordeletion'))));
267     $table->add(null, $input_flagfordeletion->show($config['flag_for_deletion']?1:0));
268   }
3044ae 269
eaa394 270   // Trash purging on logout
6d6e06 271   if (!isset($no_override['logout_purge'])) {
eaa394 272     $field_id = 'rcmfd_logout_purge';
47124c 273     $input_purge = new html_checkbox(array('name' => '_logout_purge', 'id' => $field_id, 'value' => 1));
6d6e06 274     
T 275     $table->add('title', html::label($field_id, Q(rcube_label('logoutclear'))));
276     $table->add(null, $input_purge->show($config['logout_purge']?1:0));
277   }
eaa394 278
A 279   // INBOX compacting on logout
6d6e06 280   if (!isset($no_override['logout_expunge'])) {
eaa394 281     $field_id = 'rcmfd_logout_expunge';
47124c 282     $input_expunge = new html_checkbox(array('name' => '_logout_expunge', 'id' => $field_id, 'value' => 1));
eaa394 283
6d6e06 284     $table->add('title', html::label($field_id, Q(rcube_label('logoutcompact'))));
T 285     $table->add(null, $input_expunge->show($config['logout_expunge']?1:0));
286   }
4e17e6 287
6d6e06 288   $out .= html::tag('fieldset', null, html::tag('legend', null, Q(rcube_label('serversettings'))) . $table->show($attrib));
T 289
290   return $out . $form_end;
4e17e6 291   }
T 292
293
294
295 function rcmail_identities_list($attrib)
296   {
fba1f5 297   global $OUTPUT, $USER;
4e17e6 298
T 299   // add id to message list table if not specified
300   if (!strlen($attrib['id']))
301     $attrib['id'] = 'rcmIdentitiesList';
302
303   // define list of cols to be displayed
f645ce 304   $a_show_cols = array('name', 'email');
4e17e6 305
T 306   // create XHTML table  
fba1f5 307   $out = rcube_table_output($attrib, $USER->list_identities(), $a_show_cols, 'identity_id');
4e17e6 308   
T 309   // set client env
f11541 310   $OUTPUT->add_gui_object('identitieslist', $attrib['id']);
4e17e6 311
T 312   return $out;
313   }
314
315
316
317 // similar function as in /steps/addressbook/edit.inc
318 function get_form_tags($attrib, $action, $add_hidden=array())
319   {
197601 320   global $EDIT_FORM, $RCMAIL;
4e17e6 321
T 322   $form_start = '';
323   if (!strlen($EDIT_FORM))
324     {
197601 325     $hiddenfields = new html_hiddenfield(array('name' => '_task', 'value' => $RCMAIL->task));
4e17e6 326     $hiddenfields->add(array('name' => '_action', 'value' => $action));
T 327     
328     if ($add_hidden)
329       $hiddenfields->add($add_hidden);
330     
197601 331     $form_start = !strlen($attrib['form']) ? $RCMAIL->output->form_tag(array('name' => "form", 'method' => "post")) : '';
4e17e6 332     $form_start .= $hiddenfields->show();
T 333     }
334     
335   $form_end = (!strlen($EDIT_FORM) && !strlen($attrib['form'])) ? '</form>' : '';
336   $form_name = strlen($attrib['form']) ? $attrib['form'] : 'form';
337
338   if (!strlen($EDIT_FORM))
197601 339     $RCMAIL->output->add_gui_object('editform', $form_name);
4e17e6 340   
T 341   $EDIT_FORM = $form_name;
342
197601 343   return array($form_start, $form_end);
4e17e6 344   }
T 345
3b6b91 346 function rcmail_get_skins()
A 347   {
348   $path = 'skins';
349   $skins = array();
350
351   $dir = opendir($path);
352   
353   if (!$dir)
354     return false;
355   
356   while (($file = readdir($dir)) !== false)
357     {
358     $filename = $path.'/'.$file;
359     if (is_dir($filename) && is_readable($filename) 
360     && !in_array($file, array('.', '..', '.svn')))
361       $skins[] = $file;
362     }
363
364   closedir($dir);
365
366   return $skins;
367   }
368
f645ce 369 $OUTPUT->set_env('multiple_identities', $RCMAIL->config->get('multiple_identities', true));
4e17e6 370
f11541 371 // register UI objects
T 372 $OUTPUT->add_handlers(array(
373   'userprefs' => 'rcmail_user_prefs_form',
b89d5a 374   'identitieslist' => 'rcmail_identities_list',
T 375   'itentitieslist' => 'rcmail_identities_list'  // keep this for backward compatibility
f11541 376 ));
T 377
378
2ad77d 379 ?>