[Vtigercrm-commits] [vtiger-commits] r5510 - /vtigercrm/trunk/include/utils/ListViewUtils.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Thu Apr 27 18:47:37 EDT 2006
Author: don
Date: Thu Apr 27 16:47:33 2006
New Revision: 5510
Log:
modified td align in getNavigationHeader()
Modified:
vtigercrm/trunk/include/utils/ListViewUtils.php
Modified: vtigercrm/trunk/include/utils/ListViewUtils.php
==============================================================================
--- vtigercrm/trunk/include/utils/ListViewUtils.php (original)
+++ vtigercrm/trunk/include/utils/ListViewUtils.php Thu Apr 27 16:47:33 2006
@@ -1878,7 +1878,7 @@
global $theme;
$theme_path="themes/".$theme."/";
$image_path=$theme_path."images/";
- $output = '<td>';
+ $output = '<td align="right" style="padding="5px;">';
$output .= '<a href="index.php?module='.$module.'&action='.$action_val.$url_qry.'&start=1&viewname='.$viewid.'&allflag='.$navigation_array['allflag'].'" >'.$navigation_array['allflag'].'</a> ';
if(($navigation_array['prev']) != 0)
{
More information about the vtigercrm-commits
mailing list