Results 1 to 2 of 2

Thread: ListView

  1. #1
    vivekselot is offline Junior Member
    Join Date
    Sep 2006
    Posts
    2

    Default ListView

    I want to customize listview in opportunities, contacts, accounts. Want to change the width of column displayed in list view as well as change the title in the header (instead of User, I want this to display "Partner Responsible". How can this be done?

  2. #2
    yoyo is offline Junior Member
    Join Date
    Oct 2006
    Posts
    3

    Default Re: ListView

    Hi,

    I think you can customize the column width in the "listviewdefs.php' in each modules eg. \htdocs\sugarcrm\modules\contacts\metadata\listvie wdefs.php

    Also in listviewdefs.php you could see a 'label' variable which associated to a column header,
    eg. 'label' => "LBL_LIST_RELATED_TO'.
    Tto change the column header name, edit the 'en_us.lang.php" (if you use english) in eg. \modules\contacts\language\, find the label associated with the column header or add your own.

    Hope this help.
    cheers.
    Yo
    Last edited by yoyo; 2006-10-03 at 01:28 PM.

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
  •