You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Chris Howe (JIRA)" <ji...@apache.org> on 2007/04/02 23:09:33 UTC

[jira] Commented: (OFBIZ-826) Allow header and appbar locations to be overriden in GlobalDecorator

    [ https://issues.apache.org/jira/browse/OFBIZ-826?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12486129 ] 

Chris Howe commented on OFBIZ-826:
----------------------------------

Since I've been playing with LiveGrid Plus I'm warming closer to Adrian's POV, perhaps simply adding an array for additional information to header.ftl may be better...
<#if additionalScreens?exists>
  <#list additionalScreens as newScreen>
    ${screen.render(''(newScreen)")}
  </#list>
</#if>


> Allow header and appbar locations to be overriden in GlobalDecorator
> --------------------------------------------------------------------
>
>                 Key: OFBIZ-826
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-826
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Improvement
>            Reporter: Chris Howe
>            Priority: Minor
>         Attachments: CommonHeader.patch
>
>
> With the experimentation being done with various javascript tools it is often necessary to append information in the <head> of  the html document.  Parameterizing the header location will help this.  While we're at it we might as well parameterize the appbar location as well.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.