Changeset 6918


Ignore:
Timestamp:
07/31/12 15:11:44 (12 years ago)
Author:
gustavo
Message:

Ticket #2953 - Melhorar a disposicao da listagem de anexos

Location:
sandbox/2.4.2-expresso2
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • sandbox/2.4.2-expresso2/expressoMail1_2/js/draw_api.js

    r6890 r6918  
    45634563                $.each(fileUploadMSG.find(".attachments-list .att-box"), function(index, value){ 
    45644564                        $(this).qtip("api").updatePosition(); 
     4565                        $(this).qtip("api").updateWidth(); 
    45654566                }); 
    45664567        }); 
     
    46404641                                                adjust: { 
    46414642                                       resize: true, 
    4642                                        scroll: true 
     4643                                       scroll: true, 
     4644                                       screen: true 
    46434645                                    } 
    46444646                                        }, 
     
    46524654                                                        width: 1, 
    46534655                                                        radius: 5 
     4656                                                }, 
     4657                                                width: { 
     4658                                                         min: 75, 
     4659                                                         max : 1000 
    46544660                                                }, 
    46554661                                                padding: 3,  
     
    47054711                    adjust: { 
    47064712                       resize: true, 
    4707                        scroll: true 
     4713                       scroll: true, 
     4714                       screen: true 
    47084715                    } 
    47094716                }, 
     
    47184725                        radius: 5 
    47194726                    }, 
     4727                    width: { 
     4728                                                 min: 75, 
     4729                                                 max : 1000 
     4730                                        }, 
    47204731                    padding: 3,  
    47214732                    textAlign: 'left', 
     
    48164827                                                                        width: 1, 
    48174828                                                                        radius: 5 
     4829                                                                }, 
     4830                                                                width: { 
     4831                                                                         min: 75, 
     4832                                                                         max : 1000 
    48184833                                                                }, 
    48194834                                                                padding: 5,  
  • sandbox/2.4.2-expresso2/expressoMail1_2/js/main.js

    r6890 r6918  
    22312231                            adjust: { 
    22322232                               resize: true, 
    2233                                scroll: true 
     2233                               scroll: true, 
     2234                               screen: show 
    22342235                            } 
    22352236                        }, 
     
    22442245                                radius: 5 
    22452246                            }, 
     2247                            width: { 
     2248                                                                 min: 75, 
     2249                                                                 max : 1000 
     2250                                                        }, 
    22462251                            padding: 3,  
    22472252                            textAlign: 'left', 
     
    23152320                            adjust: { 
    23162321                               resize: true, 
    2317                                scroll: true 
     2322                               scroll: true, 
     2323                               screen: show 
    23182324                            } 
    23192325                        }, 
     
    23282334                                radius: 5 
    23292335                            }, 
     2336                            width: { 
     2337                                                                 min: 75, 
     2338                                                                 max : 1000 
     2339                                                        }, 
    23302340                            padding: 3,  
    23312341                            textAlign: 'left', 
     
    24102420                        adjust: { 
    24112421                           resize: true, 
    2412                            scroll: true 
     2422                           scroll: true, 
     2423                           screen: show 
    24132424                        } 
    24142425                    }, 
     
    24232434                            radius: 5 
    24242435                        }, 
     2436                        width: { 
     2437                                                         min: 75, 
     2438                                                         max : 1000 
     2439                                                }, 
    24252440                        padding: 3,  
    24262441                        textAlign: 'left', 
     
    42784293 
    42794294function create_new_folder(name_folder, base_path){ 
     4295        //Limit reached folders 
     4296        if(preferences.imap_max_folders){ 
     4297                if(cp_tree1.length == parseInt(preferences.imap_max_folders)){ 
     4298                        $(".folders-loading").removeClass("folders-loading"); 
     4299                        cExecute("$this.imap_functions.get_folders_list&onload=true", update_menu); 
     4300                        return write_msg(get_lang("Limit reached folders")); 
     4301                } 
     4302        } 
     4303         
    42804304        $.ajax({ 
    42814305                url : "controller.php?action=$this.imap_functions.create_mailbox", 
  • sandbox/2.4.2-expresso2/expressoMail1_2/setup/phpgw_pt-br.lang

    r6889 r6918  
    920920The contact was moved from recent contacts to personal contacts successful.     expressoMail1_2 pt-br   O Contato foi movido dos contatos recentes para os contatos pessoais com sucesso. 
    921921Permission denied       expressoMail1_2 pt-br   Permissão negada 
     922Success expressoMail1_2 pt-br   Concluído 
  • sandbox/2.4.2-expresso2/library/ckeditor/plugins/expresso/plugin.js

    r6875 r6918  
    181181                        adjust: { 
    182182                           resize: true, 
    183                            scroll: true 
     183                           scroll: true, 
     184                           screen: show 
    184185                        } 
    185186                    }, 
     
    193194                            width: 1, 
    194195                            radius: 5 
     196                        }, 
     197                        width: { 
     198                             min: 75, 
     199                             max : 1000 
    195200                        }, 
    196201                        padding: 3,  
     
    250255                    adjust: { 
    251256                       resize: true, 
    252                        scroll: true 
     257                       scroll: true, 
     258                       screen: show 
    253259                    } 
    254260                }, 
     
    263269                        radius: 5 
    264270                    }, 
     271                    width: { 
     272                         min: 75, 
     273                         max : 1000 
     274                    }, 
    265275                    padding: 3,  
    266276                    textAlign: 'left', 
  • sandbox/2.4.2-expresso2/prototype/modules/mail/templates/attachment_add_itemlist_tooltip.ejs

    r6760 r6918  
    1 <span> 
    2         <b>File Name: </b> 
    3         <%=data.attach.fullFileName%> 
    4 </span> 
    5 <br/> 
    6 <span> 
    7         <b>File Size: </b> 
    8         <%=data.attach.fileSize%> 
    9 </span> 
    10 <br/> 
    11 <span style="display:inline-block;"> 
    12         <b>Status: </b> 
    13         <%if(typeof(data.attach.error) == "boolean"){%> 
    14         <%=(data.attach.error ? "Loading... " : "Success")%> 
    15     <%}else{%> 
    16         <%=data.attach.error%> 
    17     <%}%> 
    18 </span> 
     1<div> 
     2        <div style="word-wrap: break-word;"> 
     3                <b><%=get_lang("File name") %>: </b> 
     4                <%=data.attach.fullFileName%> 
     5        </div> 
     6        <div> 
     7                <b><%=get_lang("Size") %>: </b> 
     8                <%=data.attach.fileSize%> 
     9        </div> 
     10        <div> 
     11                <b>Status: </b> 
     12                <%if(typeof(data.attach.error) == "boolean"){%> 
     13                <%=(data.attach.error ? get_lang("Loading") : get_lang("Success"))%> 
     14            <%}else{%> 
     15                <%=data.attach.error%> 
     16            <%}%> 
     17        </div> 
     18</div> 
Note: See TracChangeset for help on using the changeset viewer.