Results 1 to 4 of 4

Thread: Small issue pls help

  1. #1
    max4 is offline Member
    Join Date
    Apr 2009
    Posts
    11

    Default Small issue pls help

    i have a small issue , i just want to move the search area bellow the contact list , does any one know how ?
    thanks ,
    Attached Images Attached Images  

  2. #2
    andopes's Avatar
    andopes is offline A Sugar Hero | Help Forum Moderator
    Join Date
    Jul 2006
    Location
    São Paulo - Brazil
    Posts
    8,335

    Default Re: Small issue pls help

    You should need to create a view.list.php and modify any function to render the ListView prior to Search Form.

    Cheers
    André Lopes
    DevToolKit / Project of the Month - June 2009
    Lampada Global Services- Open Source Solutions
    Avenida Ipiranga, 318
    Bloco B - CJ 1602
    São Paulo, SP 01046-010
    Brazil
    Office: +55 11 3237-3110
    Mobile: +55 11 7636-5859
    e-mail: andre@lampadaglobal.com

    Lampada Global delivers offshore software development and support services to customers around the world.
    Lampada is proud to be a SugarCRM Gold Partner, revolutionizing Customer Relationship Management.

    I DO NOT answer questions through PM and Email. If you need some help post your question into SugarForum.

  3. #3
    max4 is offline Member
    Join Date
    Apr 2009
    Posts
    11

    Default Re: Small issue pls help

    Quote Originally Posted by andopes View Post
    You should need to create a view.list.php and modify any function to render the ListView prior to Search Form.

    Cheers
    thanks a lot for qik reply ,
    but im new to sugarcrm , can u pls be more specific , give me few more steps ..

    thanks

  4. #4
    max4 is offline Member
    Join Date
    Apr 2009
    Posts
    11

    Default Re: Small issue pls help

    Quote Originally Posted by max4 View Post
    thanks a lot for qik reply ,
    but im new to sugarcrm , can u pls be more specific , give me few more steps ..

    thanks
    its ok , i think i got it ,
    for any one need , here goes .

    1st u need to create a view.list.html in mod*/view/
    then , use this ,

    ///////////////////////////////////////////
    function listViewProcess(){
    $this->processSearchForm();
    $this->lv->searchColumns = $this->searchForm->searchColumns;

    if(!$this->headers)
    return;
    if(empty($_REQUEST['search_form_only']) || $_REQUEST['search_form_only'] == false){
    $this->lv->setup($this->seed, 'include/ListView/ListViewGeneric.tpl', $this->where, $this->params);
    $savedSearchName = empty($_REQUEST['saved_search_select_name']) ? '' : (' - ' . $_REQUEST['saved_search_select_name']);
    echo get_form_header($GLOBALS['mod_strings']['LBL_LIST_FORM_TITLE'] . $savedSearchName, '', false);
    echo $this->lv->display();
    echo $this->searchForm->display($this->headers); <----
    }
    }

    pls let me know if any one have a better solution ,
    thanks.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Looking for contractor for small project
    By ewroten in forum Classifieds
    Replies: 4
    Last Post: 2006-12-22, 06:33 PM
  2. Hello....small help needed
    By singhaditya2006 in forum General Discussion
    Replies: 0
    Last Post: 2006-08-25, 11:33 AM
  3. SugarCRM for a small organization?
    By wzl in forum General Discussion
    Replies: 6
    Last Post: 2005-08-09, 03:19 PM
  4. Description to small
    By newmember in forum Help
    Replies: 1
    Last Post: 2004-08-11, 02:44 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
  •