Results 1 to 4 of 4

Thread: Sugar layout - Editview

  1. #1
    kinshibuya's Avatar
    kinshibuya is offline A Sugar Hero
    Join Date
    Jul 2008
    Location
    brasil
    Posts
    521

    Default Sugar layout - Editview

    Hi
    How can i increase the size of the label colunm on editviews?
    It can be for All modules.
    Priscila Kin Yamamoto Joranhezon
    Phone: +55 61 32010000
    priscila.joranhezon@nct.com.br
    NCT Informática Ltda

  2. #2
    Angel's Avatar
    Angel is offline Sugar Community Member
    Join Date
    Jul 2005
    Location
    Los Angeles
    Posts
    4,813

    Default Re: Sugar layout - Editview

    Try playing around with the dataLabel class in your selected theme's style.css file.
    Regards,

    Angel Magaña
    Co-Author: Implementing SugarCRM 5.x (Packt Publishing -- Sept. 2010)
    Blog: http://cheleguanaco.blogspot.com.
    Twitter: @cheleguanaco.

    ________
    | Projects: |_____________________________________
    |
    | CandyWrapper (.NET Wrapper for SugarCRM SOAP API). Source now available on GitHub!
    | GoldMine to SugarCRM Express Conversion. Latest: 1.0.1.7 (Nov. 3, 2009)
    | CRM SkyDialer (Skype Integration). Latest: 1.0.2 (Feb. 17, 2010)
    | Round Robin Leads Assignment
    | Phone Number Formatter
    | CaseTwit (Twitter Integration)
    ______________________________________________

  3. #3
    kinshibuya's Avatar
    kinshibuya is offline A Sugar Hero
    Join Date
    Jul 2008
    Location
    brasil
    Posts
    521

    Default Re: Sugar layout - Editview

    Hi thanks for the reply, ould it be this one:

    Code:
    .subpanelTabForm .listView {
    margin-bottom: 10px;
    }
            table.tabForm td {
            }
    
            h5.dataLabel {
                    font-family: Arial, Verdana, Helvetica, sans-serif;
                    font-size: 12px;
                    font-weight: bold;
                    margin-bottom: 0px;
                    text-align: left;
                    padding-bottom: 15px;
                    margin-top: 1px;
                    padding-left: 5px;
    Priscila Kin Yamamoto Joranhezon
    Phone: +55 61 32010000
    priscila.joranhezon@nct.com.br
    NCT Informática Ltda

  4. #4
    kinshibuya's Avatar
    kinshibuya is offline A Sugar Hero
    Join Date
    Jul 2008
    Location
    brasil
    Posts
    521

    Default Re: Sugar layout - Editview

    Hi It worked, i just had to change this atributes in
    /custom/modules/opportunities/editviewdef.php

    Code:
      'widths' => array(
                                                array('label' => '10', 'field' => '30'), 
                                                array('label' => '10', 'field' => '30'),
                                            ),
    its not for all modules but its fine for now! thanks!
    Priscila Kin Yamamoto Joranhezon
    Phone: +55 61 32010000
    priscila.joranhezon@nct.com.br
    NCT Informática Ltda

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 6
    Last Post: 2011-02-22, 07:47 PM
  2. change layout of Calls/EditView.html
    By stevec in forum Developer Help
    Replies: 5
    Last Post: 2009-03-31, 11:46 AM
  3. Replies: 0
    Last Post: 2008-12-16, 03:42 PM
  4. editview layout how to set row height
    By andybestlc in forum Help
    Replies: 1
    Last Post: 2008-04-21, 11:07 PM
  5. EditView Layout Help!!
    By bguss in forum Help
    Replies: 4
    Last Post: 2006-10-04, 05:50 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •