[Vtigercrm-commits] [vtiger development] #6302: Customerportal small UI breakage
vtiger development
vtiger-tickets at trac.vtiger.com
Wed Sep 9 03:23:54 EDT 2009
#6302: Customerportal small UI breakage
----------------------------+-----------------------------------------------
Reporter: asha | Owner: developer
Type: patch | Status: new
Priority: minor | Milestone: 5.2.0
Component: customerportal | Version: 5.1.0
Keywords: |
----------------------------+-----------------------------------------------
Patch by '''Alan Lord''' on developers list:
I've fixed a couple of minor layout bugs with the customer portal that
were:
* causing the white border of the main content area to break apart between
the td containing loginSITopLeft.gif and it's neighbour.
* a missing td pair for the far right column of main content table was
unsightly.
I tried to file a bug on trac but it just seemed to hang and I can't spend
all day trying to submit a 4 line patch. Here it is... these errors are
both fixed in footer.html.
--- ../vtigercrm-customerportal-5.1.0/footer.html 2009-06-22
02:38:32.000000000 +0100
+++ footer.html 2009-09-08 14:44:25.000000000 +0100
@@ -17,11 +17,12 @@
</table>
<!-- Table with Tickets and FAQ tabs - Ends -->
</td>
+ <td width="6"> </td>
</tr>
<tr>
- <td width="2%"> </td>
- <td width="98%" align="right"><?php echo
getTranslatedString(customerportal)." ".$version; ?></td>
- <td width="2%"> </td>
+ <td width="6"> </td>
+ <td align="right"><?php echo
getTranslatedString(customerportal)." ".$version; ?></td>
+ <td width="6"> </td>
</tr>
</table>
These errors were visible in Firefox 3 and Google Chrome. (I don't use
Windows and so have not checked in IE6,7,8 or Safari but the fix should be
OK in those too)
--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/6302>
vtiger development <http://trac.vtiger.com/>
vtigerCRM
More information about the vtigercrm-commits
mailing list