Results 1 to 10 of 10

Thread: Gridlines Dissapear after editing Layout!

  1. #1
    rsantiago is offline Sugar Community Member
    Join Date
    Feb 2006
    Posts
    55

    Exclamation Gridlines Dissapear after editing Layout!

    Hello all,

    I am attempting to customize the "Lead / Accounts / Opportunities" Layouts; I have created new custom fields, dropdowns and date boxes and have placed them all on the layout and saved it. When either of those "modules/pages" are viewed, the grey grid lines that are supposed to seperate each field on the layout do not display for the custom fields I had created; however the default fields that were left on those layouts have gridlines outlining them when viewed normally.

    An ideas why this is happening or how i can fix it?

    Better yet, does anyone know of a module that make editing the layouts easier or simpler?

    Im currently using SugarCRM 4.2.1b installed on a web hosting server. I am using the default Sugar theme.

    Any help or guidance at all would be greatly appreciated. Many thanks in advance.

  2. #2
    sacramentojoe is offline Sugar Community Member
    Join Date
    Nov 2005
    Posts
    447

    Default Re: Gridlines Dissapear after editing Layout!

    You might need to check to make sure that the styles got put in place for the new fields.

  3. #3
    rsantiago is offline Sugar Community Member
    Join Date
    Feb 2006
    Posts
    55

    Exclamation Re: Gridlines Dissapear after editing Layout!

    Quote Originally Posted by sacramentojoe
    You might need to check to make sure that the styles got put in place for the new fields.
    Sorry, i'm most deffinetely a novice with SugarCRM; How exactly would i go about checking the styles?

    Again, thanks for your help in advance.

  4. #4
    sacramentojoe is offline Sugar Community Member
    Join Date
    Nov 2005
    Posts
    447

    Default Re: Gridlines Dissapear after editing Layout!

    I would start by looking at the EditView and DetailView for the modules you modified.

  5. #5
    rsantiago is offline Sugar Community Member
    Join Date
    Feb 2006
    Posts
    55

    Exclamation Re: Gridlines Dissapear after editing Layout!

    Ive looked in all possible views for editing these layouts and no where do i see an option or setting for "styles" or "displaying grid lines".

    Unfortunately anything short of a walk through i think, wouldnt help me much out of this situation. I appreciate any and all help possible, thanks.

  6. #6
    sacramentojoe is offline Sugar Community Member
    Join Date
    Nov 2005
    Posts
    447

    Default Re: Gridlines Dissapear after editing Layout!

    Quote Originally Posted by rsantiago
    Ive looked in all possible views for editing these layouts and no where do i see an option or setting for "styles" or "displaying grid lines".

    Unfortunately anything short of a walk through i think, wouldnt help me much out of this situation. I appreciate any and all help possible, thanks.
    For the DetailView

    <tr>
    <td valign="top" class="tabDetailViewDL"><slot></slot></td>
    <td valign="top" class="tabDetailViewDF"><slot></slot></td>
    <td valign="top" class="tabDetailViewDL"><slot></slot></td>
    <td valign="top" class="tabDetailViewDF"><slot></slot></td>
    </tr>

    For the Edit View.
    <tr>
    <td class="dataLabel"><slot></slot></td>
    <td class="dataField"><slot></slot></td>
    <td class="dataLabel"><slot></slot></td>
    <td class="dataField"><slot></slot></td>
    </tr>

  7. #7
    rsantiago is offline Sugar Community Member
    Join Date
    Feb 2006
    Posts
    55

    Angry Re: Gridlines Dissapear after editing Layout!

    Here is a screenie of what i am talking about. Maybe if you see the problem, we can manage to remedy this quicker. As you can see in the screenshot, some of the rows have grey gridlines, the others do not, the ones that do not are the custom created fields i had made.

    I have no clue as to how to display gridlines with custom created fields. Any help would be greatly appreciated! Thanks in advance.
    Attached Images Attached Images  

  8. #8
    rsantiago is offline Sugar Community Member
    Join Date
    Feb 2006
    Posts
    55

    Default Re: Gridlines Dissapear after editing Layout!

    Quote Originally Posted by sacramentojoe
    For the DetailView

    <tr>
    <td valign="top" class="tabDetailViewDL"><slot></slot></td>
    <td valign="top" class="tabDetailViewDF"><slot></slot></td>
    <td valign="top" class="tabDetailViewDL"><slot></slot></td>
    <td valign="top" class="tabDetailViewDF"><slot></slot></td>
    </tr>

    For the Edit View.
    <tr>
    <td class="dataLabel"><slot></slot></td>
    <td class="dataField"><slot></slot></td>
    <td class="dataLabel"><slot></slot></td>
    <td class="dataField"><slot></slot></td>
    </tr>
    Where can i access this code?

  9. #9
    sacramentojoe is offline Sugar Community Member
    Join Date
    Nov 2005
    Posts
    447

    Default Re: Gridlines Dissapear after editing Layout!

    Quote Originally Posted by rsantiago
    Where can i access this code?
    you would need access to /modules/Leads/DetailView.html and /modules/Leads/EditView.html

    YOu'll have to use some HTML editing program and open up those files and make sure it's there.

  10. #10
    rsantiago is offline Sugar Community Member
    Join Date
    Feb 2006
    Posts
    55

    Default Re: Gridlines Dissapear after editing Layout!

    Quote Originally Posted by sacramentojoe
    you would need access to /modules/Leads/DetailView.html and /modules/Leads/EditView.html

    YOu'll have to use some HTML editing program and open up those files and make sure it's there.
    I have openend up the files and searched for the code, it says it cannot find the code. So if it is missing from my detailview.html and editview.html files, where do i paste the missing code in each file?

    Thanks again.

Thread Information

Users Browsing this Thread

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

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
  •