svn commit: r551690 - /ofbiz/trunk/applications/party/webapp/partymgr/party/profileblocks/ShipperAccount.ftl

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r551690 - /ofbiz/trunk/applications/party/webapp/partymgr/party/profileblocks/ShipperAccount.ftl

apatel-2
Author: apatel
Date: Thu Jun 28 13:16:43 2007
New Revision: 551690

URL: http://svn.apache.org/viewvc?view=rev&rev=551690
Log:
shipping profile ftl file.

Added:
    ofbiz/trunk/applications/party/webapp/partymgr/party/profileblocks/ShipperAccount.ftl

Added: ofbiz/trunk/applications/party/webapp/partymgr/party/profileblocks/ShipperAccount.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/webapp/partymgr/party/profileblocks/ShipperAccount.ftl?view=auto&rev=551690
==============================================================================
--- ofbiz/trunk/applications/party/webapp/partymgr/party/profileblocks/ShipperAccount.ftl (added)
+++ ofbiz/trunk/applications/party/webapp/partymgr/party/profileblocks/ShipperAccount.ftl Thu Jun 28 13:16:43 2007
@@ -0,0 +1,28 @@
+<#--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+    <div class="screenlet-title-bar">
+      <ul>
+        <li class="head3">${uiLabelMap.PartyShipperAccount}</li>
+        <#if security.hasEntityPermission("PARTYMGR", "_CREATE", session)>
+          <li><a href="<@ofbizUrl>editCarrierAccount?partyId=${party.partyId}</@ofbizUrl>">${uiLabelMap.CommonCreateNew}</a></li>
+        </#if>
+      </ul>
+      <br class="clear" />
+    </div>