Changeset 1300 in subversion for trunk/roundcubemail/program/steps/settings/func.inc
- Timestamp:
- Apr 14, 2008 5:54:57 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/steps/settings/func.inc
r1291 r1300 41 41 $attrib_str = create_attrib_string($attrib, array('style', 'class', 'id', 'cellpadding', 'cellspacing', 'border', 'summary')); 42 42 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"; 45 45 46 46 // show language selection … … 181 181 $input_preview->show($CONFIG['preview_pane']?1:0)); 182 182 } 183 184 $out .= "</table></fieldset>\n<fieldset><legend>" . Q(rcube_label('serversettings')) . "</legend>\n<table" . $attrib_str . ">\n\n"; 183 185 184 186 if (!empty($CONFIG['drafts_mbox']) && !isset($no_override['draft_autosave'])) … … 218 220 } 219 221 220 $out .= "\n</table> $form_end";222 $out .= "\n</table></fieldset>$form_end"; 221 223 222 224 return $out;
Note: See TracChangeset
for help on using the changeset viewer.
