How do you move the VCR controls to appear on the LEFT (opposite) side?
(Got this going for most things, EXCEPT Zucker Report Schedules ViewList screen - any ideas?)

When multiple LIST results are shown, they are in gourps of say 20, and there are VCR (Pagination) controls that let the user pick the Start/Next/Previous/Last 20 records.

But that set of VCR Buttons is way over on the RIGHT side of the screen.


To move them to the LEFT side, to speed up scrolling thru 100's of results, I understand the code for this is in:

Here's how I edited the following MASTER script, to change the position from 'right' to 'left'.
(TWO locations to change) for MODULES:


root@abssugar:/var/www/sugarcrm/include/ListView#
vi ListViewPagination.tpl
...........
<tr>
<td colspan='{$colCount+1}' align='left'>
<table border='0' cellpadding='0' cellspacing='0' width='100%'>
<tr>
........................


ALSO:.......

<td align='left' nowrap='nowrap' id='listViewPaginationButtons' class='listViewPaginationTdS1' width='90%'>
{if $pageData.urls.startPage}
<button type='button' title='{$navStrings.start}' class='button' {if $prerow}='return sListView.save_checks(0, "{$moduleString}");'{else} ='location.href="{$pageData.urls.startPage}"' {/if}>


**FOR DASHLETS** the changes need to be made to a different file at:
root@abssugar:/var/www/sugarcrm/include/Dashlets# vi DashletGenericDisplay.tpl


But where is the file for the ListView of ZuckerRunnableReports? (Schedules).

My menu is:

http://192.168.10.4/sugarcrm/index.p...ction=ListView