[Vtigercrm-commits] [vtiger-commits] r10047 - in /customerportal/trunk: Faq/index.html Tickets/TicketsList.php Tickets/index.php footer.html header.html

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Fri Jan 12 10:03:59 EST 2007


Author: richie
Date: Fri Jan 12 08:03:52 2007
New Revision: 10047

Log:
* Some UI breakages fixed

Modified:
    customerportal/trunk/Faq/index.html
    customerportal/trunk/Tickets/TicketsList.php
    customerportal/trunk/Tickets/index.php
    customerportal/trunk/footer.html
    customerportal/trunk/header.html

Modified: customerportal/trunk/Faq/index.html
==============================================================================
--- customerportal/trunk/Faq/index.html (original)
+++ customerportal/trunk/Faq/index.html Fri Jan 12 08:03:52 2007
@@ -11,7 +11,7 @@
 -->
 
 
-<table class="dvtContentSpace" border="0" cellpadding="0" cellspacing="0" width="98%">
+<table class="dvtContentSpace" border="0" cellpadding="0" cellspacing="0" width="100%">
    <tr>
 	<td align="right" valign="top">
 		<form name="Submit" method="POST" action="index.php">

Modified: customerportal/trunk/Tickets/TicketsList.php
==============================================================================
--- customerportal/trunk/Tickets/TicketsList.php (original)
+++ customerportal/trunk/Tickets/TicketsList.php Fri Jan 12 08:03:52 2007
@@ -129,8 +129,10 @@
 }
 else
 {
-	$list = '<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">';
+	$list .= '<tr><td>';
+	$list .= '<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">';
 	$list .= '<tr><td class="pageTitle">'.$mod_strings['LBL_NONE_SUBMITTED'].'</td></tr></table>';
+	$list .= '</td></tr>';
 }
 
 echo $list;

Modified: customerportal/trunk/Tickets/index.php
==============================================================================
--- customerportal/trunk/Tickets/index.php (original)
+++ customerportal/trunk/Tickets/index.php Fri Jan 12 08:03:52 2007
@@ -76,7 +76,7 @@
 	//echo $list;
 }
 
-echo '</table></td></tr></table></td></tr></table><br><br>';
+echo '</table></td></tr></table></td></tr></table>';
 
 //This is to see the soap request and Response for debugging
 //echo '<h2>Request</h2><pre>' . htmlspecialchars($client->request, ENT_QUOTES) . '</pre>';

Modified: customerportal/trunk/footer.html
==============================================================================
--- customerportal/trunk/footer.html (original)
+++ customerportal/trunk/footer.html Fri Jan 12 08:03:52 2007
@@ -19,9 +19,11 @@
 					 	</td>
 			                  </tr>
 				</table>
+				<!-- Table with Tickets and FAQ tabs - Ends -->
 			</td>
 		   </tr>
 		   <tr>
+			   <td width="2%">&nbsp;</td>
 			   <td width="98%" align="right"><?php echo "<b>customerportal ".$version."</b>"; ?></td>
 			   <td width="2%">&nbsp;</td>
 		   </tr>

Modified: customerportal/trunk/header.html
==============================================================================
--- customerportal/trunk/header.html (original)
+++ customerportal/trunk/header.html Fri Jan 12 08:03:52 2007
@@ -55,6 +55,7 @@
 		   <table width="100%"  border="0" cellspacing="0" cellpadding="3">
 		      <tr>
 			<td class="dvtCellInfo" colspan="2">
+				<!-- Table with Tickets and FAQ tabs - Starts -->
 				<table align="center" border="0" cellpadding="0" cellspacing="0" width="99%">
                 		<tbody>
 				   <tr>





More information about the vtigercrm-commits mailing list