svn commit: r450428 - in /incubator/ofbiz/trunk: applications/ecommerce/webapp/ecommerce/includes/header.ftl framework/common/webcommon/includes/header.ftl framework/images/webapp/images/ofbiz.ico

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

svn commit: r450428 - in /incubator/ofbiz/trunk: applications/ecommerce/webapp/ecommerce/includes/header.ftl framework/common/webcommon/includes/header.ftl framework/images/webapp/images/ofbiz.ico

jleroux@apache.org
Author: jleroux
Date: Wed Sep 27 06:08:27 2006
New Revision: 450428

URL: http://svn.apache.org/viewvc?view=rev&rev=450428
Log:
This commit is inspired by https://issues.apache.org/jira/browse/OFBIZ-11 and add favicon to ofbiz frontend and backend.

Added:
    incubator/ofbiz/trunk/framework/images/webapp/images/ofbiz.ico   (with props)
Modified:
    incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/includes/header.ftl
    incubator/ofbiz/trunk/framework/common/webcommon/includes/header.ftl

Modified: incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/includes/header.ftl
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/includes/header.ftl?view=diff&rev=450428&r1=450427&r2=450428
==============================================================================
--- incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/includes/header.ftl (original)
+++ incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/includes/header.ftl Wed Sep 27 06:08:27 2006
@@ -20,6 +20,7 @@
 <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
     <title>${(productStore.storeName)?if_exists}: ${page.title?if_exists}</title>
+    <link rel="shortcut icon" href="<@ofbizContentUrl>/images/ofbiz.ico</@ofbizContentUrl>" />    
     <script language="javascript" src="<@ofbizContentUrl>/images/selectall.js</@ofbizContentUrl>" type="text/javascript"></script>
     <script language="javascript" src="<@ofbizContentUrl>/images/calendar1.js</@ofbizContentUrl>" type="text/javascript"></script>
     <script language="javascript" src="<@ofbizContentUrl>/images/fieldlookup.js</@ofbizContentUrl>" type="text/javascript"></script>

Modified: incubator/ofbiz/trunk/framework/common/webcommon/includes/header.ftl
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/common/webcommon/includes/header.ftl?view=diff&rev=450428&r1=450427&r2=450428
==============================================================================
--- incubator/ofbiz/trunk/framework/common/webcommon/includes/header.ftl (original)
+++ incubator/ofbiz/trunk/framework/common/webcommon/includes/header.ftl Wed Sep 27 06:08:27 2006
@@ -27,6 +27,7 @@
 <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
     <title>${layoutSettings.companyName}: <#if (page.titleProperty)?has_content>${uiLabelMap[page.titleProperty]}<#else>${(page.title)?if_exists}</#if></title>
+    <link rel="shortcut icon" href="<@ofbizContentUrl>/images/ofbiz.ico</@ofbizContentUrl>" />    
     <script language="javascript" src="<@ofbizContentUrl>/images/calendar1.js</@ofbizContentUrl>" type="text/javascript"></script>
     <script language="javascript" src="<@ofbizContentUrl>/images/selectall.js</@ofbizContentUrl>" type="text/javascript"></script>
     <script language="javascript" src="<@ofbizContentUrl>/images/fieldlookup.js</@ofbizContentUrl>" type="text/javascript"></script>

Added: incubator/ofbiz/trunk/framework/images/webapp/images/ofbiz.ico
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/images/webapp/images/ofbiz.ico?view=auto&rev=450428
==============================================================================
Binary file - no diff available.

Propchange: incubator/ofbiz/trunk/framework/images/webapp/images/ofbiz.ico
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream