You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "CJ Horton (JIRA)" <ji...@apache.org> on 2009/04/06 08:15:12 UTC

[jira] Issue Comment Edited: (OFBIZ-2260) Secure URLs in Freemarker templates files

    [ https://issues.apache.org/jira/browse/OFBIZ-2260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12695986#action_12695986 ] 

CJ Horton edited comment on OFBIZ-2260 at 4/5/09 11:13 PM:
-----------------------------------------------------------

Jacques, 

Yes, that fixed it. 

Also..I attached a small patch which is a subtle correction to your effort that does the following:

<a href="javascript:document.createProductionRunsForShipment.submit()" class="buttontext">${uiLabelMap.CommonCancel}</a>

to

<a href="javascript:document.ManagePortalPages.submit()" >${uiLabelMap.CommonCancel}</a>

My first time to submit a patch so please let me know if I should do it differently.



      was (Author: cjhorton):
    Jacques, 

This is a subtle correction to your effort on the secure link that fixes one line in the file as follows:

<a href="javascript:document.createProductionRunsForShipment.submit()" class="buttontext">${uiLabelMap.CommonCancel}</a>

to

<a href="javascript:document.ManagePortalPages.submit()" >${uiLabelMap.CommonCancel}</a>


  
> Secure URLs in Freemarker templates files
> -----------------------------------------
>
>                 Key: OFBIZ-2260
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2260
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: ALL COMPONENTS
>    Affects Versions: Release Branch 4.0, Release Branch 9.3
>            Reporter: Jacques Le Roux
>            Assignee: Jacques Le Roux
>             Fix For: Release Branch 4.0, Release Branch 9.3
>
>         Attachments: listPortalPortlets.patch, OFBIZ-2256.patch, OFBIZ-2260.patch, OFBIZ-2260.patch
>
>
> Follow OFBIZ-2256 but for FTL files only

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