Changeset 12850

Show
Ignore:
Timestamp:
10/17/07 13:25:47 (1 year ago)
Author:
bergie
Message:

Prevent table explosion on long strings

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/midcom/midcom.admin.babel/locale/default.de.txt

    • Property svn:executable set to *
  • trunk/midcom/midcom.admin.babel/locale/default.en.txt

    • Property svn:executable set to *
    r12788 r12850  
    2929 
    3030---STRING midcom.admin.babel 
    31 MidCOM Localization tool 
     31Localization tool 
     32---STRINGEND 
     33 
     34---STRING new string 
     35New string 
    3236---STRINGEND 
    3337 
     
    7781---STRINGEND 
    7882 
    79 ---STRING new string 
    80 New string 
    81 ---STRINGEND 
    82  
  • trunk/midcom/midcom.admin.babel/locale/default.fi.txt

    r4512 r12850  
    2525 
    2626---STRING midcom.admin.babel 
    27 MidCOM-kÀyttöliittymien kÀÀntÀminen 
     27KÀyttöliittymien kÀÀntÀminen 
    2828---STRINGEND 
    2929 
    3030---STRING other component status 
    3131Tila (muut) 
     32---STRINGEND 
     33 
     34---STRING perm-denied text 
     35<p>MidCOMilla ei ole oikeutta kirjoittaa kÀÀnnöksiÀ. Tarkista ettÀ Apache-kÀyttÀjÀllÀ on oikeudet komponentin "locale"-kansioon ja sen alla oleviin tiedostoihin.</p> 
    3236---STRINGEND 
    3337 
     
    5256---STRINGEND 
    5357 
    54 ---STRING perm-denied text 
    55 <p>MidCOMilla ei ole oikeutta kirjoittaa kÀÀnnöksiÀ. Tarkista ettÀ Apache-kÀyttÀjÀllÀ on oikeudet komponentin "locale"-kansioon ja sen alla oleviin tiedostoihin.</p> 
     58---STRING core components 
     59Ydinkomponentit 
    5660---STRINGEND 
    5761 
     62---STRING new string 
     63Uusi viesti 
     64---STRINGEND 
     65 
     66---STRING other components 
     67Muut komponentit 
     68---STRINGEND 
     69 
     70---STRING percentage 
     71Prosentit 
     72---STRINGEND 
     73 
     74---STRING strings total 
     75ViestejÀ yhteensÀ 
     76---STRINGEND 
     77 
     78---STRING translated strings 
     79KÀÀnnettyjÀ viestejÀ 
     80---STRINGEND 
     81 
  • trunk/midcom/midcom.admin.babel/locale/default.hu.txt

    • Property svn:executable set to *
  • trunk/midcom/midcom.admin.babel/locale/default.pl.txt

    • Property svn:executable set to *
  • trunk/midcom/midcom.admin.babel/locale/default.sv.txt

    • Property svn:executable set to *
  • trunk/midcom/midcom.admin.babel/plugin.php

    r12826 r12850  
    146146            'midcom.admin.styleeditor', 
    147147            'midcom.admin.user', 
    148             'midgard.admin.acl', 
    149148            'midgard.admin.asgard', 
    150             'midgard.admin.sitegroup', 
    151149            'no.bergfald.rcs', 
    152150            // From task_midgardcms dependencies 
  • trunk/midcom/midcom.admin.babel/static/babel.css

    r12788 r12850  
    44  padding: 0.5em; 
    55  -moz-border-radius: 10px; 
    6   width: 100%
     6  width: 600px
    77  border-bottom: solid 1px #000; 
    88  border-right: solid 1px #000; 
     
    7272} 
    7373 
     74table.midcom_admin_babel_languages tr td 
     75{ 
     76    width: 33%; 
     77    padding: 4px; 
     78} 
     79 
     80table.midcom_admin_babel_languages tr td span 
     81{ 
     82    display: block; 
     83    overflow: auto; 
     84} 
    7485 
    7586table.midcom_admin_babel_languages tr.string-even 
     
    8394    background: #cccccc; 
    8495    -moz-border-radius: 6px; 
    85 } 
    86  
    87 table.midcom_admin_babel_languages tr.string-even td 
    88 { 
    89     width: 33%; 
    90 } 
    91  
    92 table.midcom_admin_babel_languages tr.string-odd td 
    93 { 
    94     width: 33%; 
    9596} 
    9697 
  • trunk/midcom/midcom.admin.babel/style/midcom_admin_babel_edit.php

    r12788 r12850  
    6868                {  
    6969                    ?> 
    70                     <td>&(en);</td> 
     70                    <td><span>&(en);</span></td> 
    7171                    <?php  
    7272                }