Ignore:
Timestamp:
Apr 19, 2009 1:44:29 PM (4 years ago)
Author:
thomasb
Message:

Merged branch devel-api (from r2208 to r2387) back into trunk (omitting some sample plugins)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/skins/default/templates/settings.html

    r2164 r2401  
    77<script type="text/javascript" src="/functions.js"></script> 
    88</head> 
    9 <body onload="rcube_init_settings_tabs()"> 
     9<body> 
    1010 
    1111<roundcube:include file="/includes/taskbar.html" /> 
     
    1818<div id="userprefs-title"><roundcube:label name="userpreferences" /></div> 
    1919 
    20 <div style="padding:15px 0 15px 15px"> 
     20<div id="userprefscontainer" style="padding:15px 0 15px 15px"> 
    2121<div class="userprefs-block"> 
    2222  <roundcube:object name="userprefs" form="form" parts="general,mailbox,mailview" /> 
     
    2626</div> 
    2727<div style="clear:left"></div> 
     28 
     29<roundcube:container name="userprefs" id="userprefscontainer" /> 
    2830</div> 
    2931</div> 
Note: See TracChangeset for help on using the changeset viewer.