vtiger Forum Index vtiger
The Honest Open Source CRM
 

Tab issue
Click here to go to the original topic

 
       vtiger Forum Index -> Usability & Themes - 4.x
Previous topic :: Next topic  
Author Message
Juao



Joined: 19 Nov 2005
Posts: 42
Location: Leiria - Portugal

Posted: Sun Nov 20, 2005 3:58 pm    Post subject: Tab issue  

Hi,

I'm developing a new language pack for Portuguese (Portugal) pt_pt,
and my translation for Leads is "Potenciais Clientes" (two words).

In Aqua theme i've no problems at all with tabs, but in others themes
the tabs just wrap words.

After look at code, i've realized that in Aqua theme, at tab TD tag in
header.html there is "nowrap":

<td class="{CLASS_TABBORDER}"
background="{IMAGE_PATH}/{IMAGE_TABTILE}" nowrap><div align="center"
style="padding: 0 2 0 2">
<a class='{TAB_CLASS}'
href='index.php?module={MODULE_KEY}&action=index'>{MODULE_NAME}</a></div></td>

thus, in other themes there is no "nowrap"

<td style="padding: 0px 5px 0px 5px"
background="{IMAGE_PATH}/{IMAGE_TABTILE}" align="center"><a
class='{TAB_CLASS}'
href='index.php?module={MODULE_KEY}&action=index'>{MODULE_NAME}</a></td>

My proposal is to add at all tab TD tags the "nowrap" for the tabs
with more than one word can work fine.

Regards
Joao Oliveira
Back to top  
 
       vtiger Forum Index -> Usability & Themes - 4.x
Page 1 of 1


Powered by phpBB Search Engine Indexer
Powered by phpBB 2.0.15 © 2001, 2002 phpBB Group