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