[
https://issues.apache.org/jira/browse/OFBIZ-1372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12543811
]
Marco Risaliti commented on OFBIZ-1372:
---------------------------------------
Hi Jacopo,
also I didn't like to insert this type of code into the screen definition:
<label text="<table><tr><td
style="head3"><b>${uiLabelMap.PageTitleGoogleBaseProductsExportToGoogle}</b></td></tr></table>"/>
but this is the only solution I have found for the moment.
The issue is due that if I use simple the label tag it uses the span html tag
and then the layout is not correct.
<ul>
<li
class="head3">${uiLabelMap.PageTitleGoogleBaseProductsExportToGoogle}</li>
</ul>
<br class="clear" />
Probably we can implement a table tag into the screen widget or a different
solution that I didn't know.
For the advancedsearch.ftl and keywordsearch.ftl I have reformatted all the
source because it was unreadable to me and I have follow the 4 spaces
indentation.
By the way apart the reformatting I have simple change the header/the footer of
the form and add two new fields (Good Identification Type/Value).
Thanks
Marco
> Enhance the integration with Google Product
> -------------------------------------------
>
> Key: OFBIZ-1372
> URL: https://issues.apache.org/jira/browse/OFBIZ-1372
> Project: OFBiz
> Issue Type: Improvement
> Affects Versions: SVN trunk
> Environment: mac os x
> Reporter: Marco Risaliti
> Assignee: Jacopo Cappellato
> Priority: Minor
> Fix For: SVN trunk
>
> Attachments: google.patch, google_2.patch, googlebase.zip,
> googlebase_new3.patch
>
>
> This is the first patch for implementing the new Google Base application,
> this job is still not completed it's only a preview if someone wants to check
> it.
> Thanks
> Marco
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.