Changeset 5605 in subversion


Ignore:
Timestamp:
Dec 14, 2011 6:53:02 AM (18 months ago)
Author:
thomasb
Message:

Larry's identities settings and about page

Location:
trunk/roundcubemail
Files:
3 added
7 edited

Legend:

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

    r5564 r5605  
    66 |                                                                       | 
    77 | This file is part of the Roundcube Webmail client                     | 
    8  | Copyright (C) 2005-2007, The Roundcube Dev Team                       | 
     8 | Copyright (C) 2005-2011, The Roundcube Dev Team                       | 
    99 | Licensed under the GNU GPL                                            | 
    1010 |                                                                       | 
     
    132132            rcmail_get_edit_field($col, $IDENTITY_RECORD[$col], $colprop, $colprop['type']); 
    133133 
    134         $table->add('title', sprintf('<label for="%s">%s</label>', $colprop['id'], Q($label))); 
     134        $table->add('title', html::label($colprop['id'], Q($label))); 
    135135        $table->add(null, $value); 
    136136      } 
    137       $content = $table->show(); 
     137      $content = $table->show($attrib); 
    138138    } 
    139139    else { 
  • trunk/roundcubemail/skins/larry/includes/header.html

    r5519 r5605  
    22<div id="topline"> 
    33        <div class="topleft"> 
     4                <roundcube:button command="about" type="link" label="about" class="about-link" /> 
    45                <roundcube:if condition="config:support_url" /> 
    56                <a href="<roundcube:var name='config:support_url' />" target="_blank" class="support-link"><roundcube:label name="support" /></a> 
  • trunk/roundcubemail/skins/larry/includes/settingstabs.html

    r5604 r5605  
    55        <span id="settingstabfolders" class="listitem folders"><roundcube:button command="folders" type="link" label="folders" title="managefolders" /></span> 
    66        <span id="settingstabidentities" class="listitem identities"><roundcube:button command="identities" type="link" label="identities" title="manageidentities" /></span> 
    7         <span id="settingstababout" class="listitem about"><roundcube:button command="about" type="link" label="about" title="about" /></span> 
    87        <roundcube:container name="tabs" id="settings-tabs" /> 
    98</div> 
  • trunk/roundcubemail/skins/larry/settings.css

    r5604 r5605  
    1717        top: 0; 
    1818        left: 0; 
    19         width: 240px; 
     19        width: 220px; 
    2020        bottom: 0; 
    2121} 
     
    2424        position: absolute; 
    2525        top: 0; 
    26         left: 250px; 
    27         width: 240px; 
     26        left: 230px; 
     27        width: 260px; 
    2828        bottom: 0; 
    2929} 
     
    4949} 
    5050 
    51 #settings-sections span.listitem a { 
     51/* note: support span.tablink because this is used by plugins */ 
     52#settings-sections span.listitem a, 
     53#settings-sections span.tablink a { 
    5254        background-position: 6px -862px; 
    5355} 
    5456 
    55 #settings-sections span.selected a { 
     57#settings-sections span.selected a, 
     58#settings-sections span.tablink.selected a { 
    5659        background-position: 6px -887px; 
    5760} 
     
    143146} 
    144147 
     148#identitieslist { 
     149        position: absolute; 
     150        top: 0; 
     151        left: 230px; 
     152        width: 300px; 
     153        bottom: 0; 
     154} 
     155 
     156#identity-details { 
     157        position: absolute; 
     158        top: 0; 
     159        left: 540px; 
     160        right: 0; 
     161        bottom: 0; 
     162} 
     163 
  • trunk/roundcubemail/skins/larry/styles.css

    r5604 r5605  
    4848input[type="password"]:focus, 
    4949input.button:focus, 
    50 textarea { 
     50textarea:focus { 
    5151        border-color: #4787b1; 
    5252        box-shadow: 0 0 5px 2px rgba(71,135,177, 0.9); 
     
    8686 
    8787.formbuttons input.button { 
    88         color: #dddddd; 
     88        color: #ddd; 
    8989        font-size: 110%; 
    9090        text-shadow: 1px 1px 1px #333; 
     
    101101 
    102102.formbuttons input.button:hover { 
    103         color: #ededed; 
     103        color: #f2f2f2; 
    104104        box-shadow: 0 0 5px 2px rgba(71,135,177, 0.6); 
    105105        -moz-box-shadow: 0 0 5px 2px rgba(71,135,177, 0.6); 
     
    370370} 
    371371 
    372 #topline a.support-link { 
    373         display: inline-block; 
    374         padding: 2px 0; 
     372#topline .topleft a { 
     373        display: inline-block; 
     374        padding: 2px 0.8em 0 0; 
     375        color: #aaa; 
    375376} 
    376377 
     
    464465} 
    465466 
     467.scroller { 
     468        overflow: auto; 
     469} 
     470 
     471.readtext { 
     472        width: 42em; 
     473        padding: 12px; 
     474} 
     475 
     476.readtext > h1, 
     477.readtext > h2, 
     478.readtext > h3 { 
     479        margin-top: 0; 
     480} 
     481 
     482.watermark { 
     483        background-image: url(images/watermark.jpg); 
     484        background-position: center; 
     485        background-repeat: no-repeat; 
     486} 
     487 
    466488/*** lists ***/ 
    467489 
     
    480502} 
    481503 
    482 .listbox .scroller.wfooter { 
     504.listbox .scroller.withfooter { 
    483505        bottom: 42px; 
    484506} 
     
    526548        text-decoration: none; 
    527549        cursor: default; 
    528         padding: 8px 8px 4px 8px; 
     550        padding: 7px 8px 5px 8px; 
     551        white-space: nowrap; 
    529552} 
    530553 
     
    588611} 
    589612 
     613.boxfooter .listbutton.add .inner { 
     614        background-position: 8px -1210px; 
     615} 
     616 
    590617.boxfooter .listbutton.groupactions .inner { 
    591618        background-position: 4px -1292px; 
    592619} 
    593620 
    594 .errobox h3 { 
     621.centerbox { 
     622        width: 40em; 
     623        margin: 36px auto; 
     624} 
     625 
     626.errorbox { 
     627        width: 40em; 
     628        padding: 20px; 
     629} 
     630 
     631.errorbox h3 { 
    595632        font-size: 16px; 
    596633        margin-top: 0; 
    597634} 
     635 
    598636 
    599637/*** iFrames ***/ 
     
    604642} 
    605643 
     644.contentbox .boxtitle, 
    606645body.iframe .boxtitle { 
    607         position: fixed; 
    608         top: 0; 
    609         left: 0; 
    610         width: 100%; 
    611646        color: #777; 
    612647        background: #eee; 
     
    619654} 
    620655 
     656body.iframe .boxtitle { 
     657        position: fixed; 
     658        top: 0; 
     659        left: 0; 
     660        width: 100%; 
     661} 
     662 
    621663.boxcontent { 
    622664        padding: 10px; 
     665} 
     666 
     667.contentbox .scroller { 
     668        position: absolute; 
     669        top: 34px; 
     670        left: 0; 
     671        right: 0; 
     672        bottom: 28px; 
     673        overflow: auto; 
    623674} 
    624675 
     
    658709        padding-right: 20px; 
    659710        white-space: nowrap; 
     711} 
     712 
     713table.propform .mceLayout td { 
     714        padding: 0; 
     715        border-bottom: 0; 
    660716} 
    661717 
     
    788844        font-size: 10px; 
    789845        color: #555; 
    790         min-width: 55px; 
     846        min-width: 50px; 
    791847        max-width: 75px; 
    792848        overflow: hidden; 
  • trunk/roundcubemail/skins/larry/templates/error.html

    r5534 r5605  
    99<roundcube:include file="/includes/header.html" /> 
    1010 
    11 <div class="uibox errobox" style="width:40em; margin:60px auto; padding:20px"> 
     11<div class="uibox centerbox errorbox"> 
    1212$__page_content 
    1313</div> 
  • trunk/roundcubemail/skins/larry/templates/mail.html

    r5597 r5605  
    2222<!-- folders list --> 
    2323<div id="mailboxcontainer" class="uibox listbox"> 
    24 <div class="scroller wfooter"> 
     24<div class="scroller withfooter"> 
    2525<roundcube:object name="mailboxlist" id="mailboxlist"class="listing" folder_filter="mail" unreadwrap="%s" /> 
    2626</div> 
Note: See TracChangeset for help on using the changeset viewer.