Ignore:
Timestamp:
Apr 14, 2008 5:54:57 AM (5 years ago)
Author:
alec
Message:
  • Added sections (fieldset+label) in Settings interface
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/steps/settings/func.inc

    r1291 r1300  
    4141  $attrib_str = create_attrib_string($attrib, array('style', 'class', 'id', 'cellpadding', 'cellspacing', 'border', 'summary')); 
    4242 
    43   // return the complete edit form as table 
    44   $out = "$form_start<table" . $attrib_str . ">\n\n"; 
     43  // return the complete edit form as tables 
     44  $out = "$form_start<fieldset><legend>" . Q(rcube_label('uisettings')) . "</legend>\n<table" . $attrib_str . ">\n\n"; 
    4545 
    4646  // show language selection 
     
    181181                    $input_preview->show($CONFIG['preview_pane']?1:0)); 
    182182    } 
     183 
     184  $out .= "</table></fieldset>\n<fieldset><legend>" . Q(rcube_label('serversettings')) . "</legend>\n<table" . $attrib_str . ">\n\n"; 
    183185                   
    184186  if (!empty($CONFIG['drafts_mbox']) && !isset($no_override['draft_autosave'])) 
     
    218220    } 
    219221 
    220   $out .= "\n</table>$form_end"; 
     222  $out .= "\n</table></fieldset>$form_end"; 
    221223 
    222224  return $out;   
Note: See TracChangeset for help on using the changeset viewer.