[Vtigercrm-developers] "Select all" option disappeared

Greg Vas greg7vas at gmail.com
Wed Jul 29 09:19:38 GMT 2015


Thank you Manu

There no problem there eventually.

Somewhere else is the issue

In addition to that problem it appears:

1)I could not see the total number contacts when i push the upper right
refresh button and

2) the fonts of all letters are a little bigger

Something else has been affected

On Wed, Jul 29, 2015 at 11:36 AM, Manu urs <manu.k at vtiger.com> wrote:

>
> Hi
>
> This code part for "Select All"is present  in the
> /layout/vlayout/modules/vtiger/ListviewContents.tpl  contain the below code
> in line no  40-50
>
> <div id="selectAllMsgDiv" class="alert-block msgDiv noprint">
>>     <strong><a
>> id="selectAllMsg">{vtranslate('LBL_SELECT_ALL',$MODULE)} {vtranslate($MODULE
>> ,$MODULE)} (<span id="totalRecordsCount"></span>)</a></strong>
>> </div>
>> <div id="deSelectAllMsgDiv" class="alert-block msgDiv noprint">
>>     <strong><a
>> id="deSelectAllMsg">{vtranslate('LBL_DESELECT_ALL_RECORDS',$MODULE)}</a></strong>
>> </div>
>> <div class="contents-topscroll noprint">
>>     <div class="topscroll-div">
>>          
>>      </div>
>> </div>
>>
>
>
>  You  can also find below respective Js API's in the
> /layout/vlayout/modules/vtiger/resources/List.js
>
>      /*
>>      * Function to register the click event for select all.
>>      */
>>     registerSelectAllClickEvent :  function(){
>>      ....
>>      }
>>
>>     /*
>>     * Function to register the click event for deselect All.
>>     */
>>     registerDeselectAllClickEvent : function(){
>>     .....
>>      }
>>
>
>
> Regards,
> Manu Urs
>
>
>
> On Wed, Jul 29, 2015 at 1:41 PM, Greg Vas <greg7vas at gmail.com> wrote:
>
>> There was a "select all" button when you want to select all (for instance
>> contacts) but somehow after some other changes of mine, it has been
>> disappeared now.
>>
>> How could i bring it back?
>> Where is the code to check this up?
>>
>> Thank you!
>>
>> _______________________________________________
>> http://www.vtiger.com/
>>
>
>
>
> --
> Regards,
> Manu
>
> _______________________________________________
> http://www.vtiger.com/
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20150729/c24cd070/attachment.html>


More information about the vtigercrm-developers mailing list