svn commit: r627240 - in /ofbiz/trunk/applications/workeffort/webapp/workeffort/calendar: month.ftl week.ftl

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

svn commit: r627240 - in /ofbiz/trunk/applications/workeffort/webapp/workeffort/calendar: month.ftl week.ftl

adrianc
Author: adrianc
Date: Tue Feb 12 19:56:00 2008
New Revision: 627240

URL: http://svn.apache.org/viewvc?rev=627240&view=rev
Log:
Oops, missed a couple of changes in last commit.

Modified:
    ofbiz/trunk/applications/workeffort/webapp/workeffort/calendar/month.ftl
    ofbiz/trunk/applications/workeffort/webapp/workeffort/calendar/week.ftl

Modified: ofbiz/trunk/applications/workeffort/webapp/workeffort/calendar/month.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/webapp/workeffort/calendar/month.ftl?rev=627240&r1=627239&r2=627240&view=diff
==============================================================================
--- ofbiz/trunk/applications/workeffort/webapp/workeffort/calendar/month.ftl (original)
+++ ofbiz/trunk/applications/workeffort/webapp/workeffort/calendar/month.ftl Tue Feb 12 19:56:00 2008
@@ -29,7 +29,7 @@
 }
 </style>
 
-  <div class="screenlet-title-bar h3">
+  <div class="screenlet-title-bar">
     <ul>
       <li class="h3">${start?date?string("MMMM yyyy")?cap_first}</li>
       <li><a href='<@ofbizUrl>month?start=${next.time?string("#")}<#if eventsParam?has_content>&${eventsParam}</#if>${addlParam?if_exists}</@ofbizUrl>'>${uiLabelMap.WorkEffortNextMonth}</a></li>

Modified: ofbiz/trunk/applications/workeffort/webapp/workeffort/calendar/week.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/webapp/workeffort/calendar/week.ftl?rev=627240&r1=627239&r2=627240&view=diff
==============================================================================
--- ofbiz/trunk/applications/workeffort/webapp/workeffort/calendar/week.ftl (original)
+++ ofbiz/trunk/applications/workeffort/webapp/workeffort/calendar/week.ftl Tue Feb 12 19:56:00 2008
@@ -17,7 +17,7 @@
 under the License.
 -->
 
-  <div class="screenlet-title-bar h3">
+  <div class="screenlet-title-bar">
     <ul>
       <li class="h3">${uiLabelMap.CommonWeek} ${start?date?string("w")}</li>
       <li><a href="<@ofbizUrl>week?start=${next.time?string("#")}<#if eventsParam?has_content>&${eventsParam}</#if>${addlParam?if_exists}</@ofbizUrl>">${uiLabelMap.WorkEffortNextWeek}</a></li>