Results 1 to 2 of 2

Thread: Adding a new icon for each row in the List View

  1. #1
    mcharudatta is offline Sugar Community Member
    Join Date
    Mar 2006
    Posts
    17

    Default Adding a new icon for each row in the List View

    Hello,

    I am currently customizing the SugarCRM open source (4.5.1e). I want help for the Contact module.

    In the 4.5.1e version, a new Edit icon is added for each record in the ListView. Clicking this icon, opens the EditView to edit the currosponding record. Similar to this, I want to add another new icon, say "Recommended" to the ListView. Clicking this new icon, I want to change the color of the currosponding record to some thing different, say red. This will help me to identify all the contacts those I have recommended to some company.

    Please let me know if anyone has any idea to achieve this.

    Thanks
    Charudatta

  2. #2
    kbrill's Avatar
    kbrill is offline SugarCRM PS Engineer
    Join Date
    Jul 2004
    Location
    St Louis, MO
    Posts
    3,183

    Default Re: Adding a new icon for each row in the List View

    This would be no small task. Several files would need to be edited and as Contacts shares its ListView generator with all other modules you would have to code it to know you were looking at contacts. You would also need to add a field to keep the 'checked' or 'not checked' data. The file to start with is inclide/ListView/ListView.php. Where in that file you would add your code I am not sure, but you would also need to edit the ListView template files as well.
    Kenneth Brill - Help Forum Moderator

    I do not respond to 'Private Messages'. Please email me directly instead

    When asking for help, PLEASE give us your Server Information and Version Numbers as asked for on the 'Post New Message' screen as well as any JavaScript errors shown at the bottom of the browser window.
    Help us Help You

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 3
    Last Post: 2011-03-07, 04:45 AM
  2. Replies: 2
    Last Post: 2007-08-14, 08:41 PM
  3. Replies: 1
    Last Post: 2006-09-11, 03:38 PM
  4. Serious issue with sugarcrm 3.5.1.c
    By wp.rauchholz in forum Help
    Replies: 17
    Last Post: 2005-12-01, 07:22 AM

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
  •