Author: jleroux
Date: Thu Jun 5 06:56:51 2008
New Revision: 663611
URL:
http://svn.apache.org/viewvc?rev=663611&view=revLog:
I wondered why it did not work. Lol, I was really tired when I wrote that. Adrian already fixed a typo, here is the last. It works now :o)
Modified:
ofbiz/trunk/framework/common/webcommon/includes/header.ftl
Modified: ofbiz/trunk/framework/common/webcommon/includes/header.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/webcommon/includes/header.ftl?rev=663611&r1=663610&r2=663611&view=diff==============================================================================
--- ofbiz/trunk/framework/common/webcommon/includes/header.ftl (original)
+++ ofbiz/trunk/framework/common/webcommon/includes/header.ftl Thu Jun 5 06:56:51 2008
@@ -63,7 +63,7 @@
<body>
<div class="hidden">
- <a ref="#column-container" title="${uiLabelMap.CommonSkipNavigation}" accesskey="2">
+ <a href="#column-container" title="${uiLabelMap.CommonSkipNavigation}" accesskey="2">
${uiLabelMap.CommonSkipNavigation}
</a>
</div>