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 |
|