You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ad...@apache.org on 2008/01/28 17:23:51 UTC

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

Author: adrianc
Date: Mon Jan 28 08:23:49 2008
New Revision: 615933

URL: http://svn.apache.org/viewvc?rev=615933&view=rev
Log:
Small UI fixups in the Workeffort calendars.

Modified:
    ofbiz/trunk/applications/workeffort/webapp/workeffort/calendar/CalendarTabBar.ftl
    ofbiz/trunk/applications/workeffort/webapp/workeffort/calendar/day.ftl
    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/CalendarTabBar.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/webapp/workeffort/calendar/CalendarTabBar.ftl?rev=615933&r1=615932&r2=615933&view=diff
==============================================================================
--- ofbiz/trunk/applications/workeffort/webapp/workeffort/calendar/CalendarTabBar.ftl (original)
+++ ofbiz/trunk/applications/workeffort/webapp/workeffort/calendar/CalendarTabBar.ftl Mon Jan 28 08:23:49 2008
@@ -24,6 +24,12 @@
 </div>
 <br/>
 
+<style type="text/css">
+.tab-bar {
+margin: 0;
+}
+</style>
+
 <div class="button-bar tab-bar">
     <ul>
       <li<#if selected = "day"> class="selected"</#if>><a href="<@ofbizUrl>day<#if eventsParam?has_content>?${eventsParam}</#...@ofbizUrl>">${uiLabelMap.WorkEffortDayView}</a></li>

Modified: ofbiz/trunk/applications/workeffort/webapp/workeffort/calendar/day.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/webapp/workeffort/calendar/day.ftl?rev=615933&r1=615932&r2=615933&view=diff
==============================================================================
--- ofbiz/trunk/applications/workeffort/webapp/workeffort/calendar/day.ftl (original)
+++ ofbiz/trunk/applications/workeffort/webapp/workeffort/calendar/day.ftl Mon Jan 28 08:23:49 2008
@@ -17,7 +17,6 @@
 under the License.
 -->
 
-<div class="screenlet">
   <div class="screenlet-title-bar">
     <ul>
       <li class="head3">${start?date?string("EEEE")?cap_first} ${start?date?string.long}</li>
@@ -77,4 +76,3 @@
 <#else>               
   <div class="screenlet-body">${uiLabelMap.WorkEffortFailedCalendarEntries}!</div>
 </#if>
-</div>
\ No newline at end of file

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=615933&r1=615932&r2=615933&view=diff
==============================================================================
--- ofbiz/trunk/applications/workeffort/webapp/workeffort/calendar/month.ftl (original)
+++ ofbiz/trunk/applications/workeffort/webapp/workeffort/calendar/month.ftl Mon Jan 28 08:23:49 2008
@@ -17,7 +17,12 @@
 under the License.
 -->
 
-<div class="screenlet">
+<style type="text/css">
+.monthdayheader {
+text-align: center;
+}
+</style>
+
   <div class="screenlet-title-bar">
     <ul>
       <li class="head3">${start?date?string("MMMM yyyy")?cap_first}</li>
@@ -83,4 +88,3 @@
 <#else> 
   <div class="screenlet-body">${uiLabelMap.WorkEffortFailedCalendarEntries}!</div>
 </#if>
-</div>
\ No newline at end of file

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=615933&r1=615932&r2=615933&view=diff
==============================================================================
--- ofbiz/trunk/applications/workeffort/webapp/workeffort/calendar/week.ftl (original)
+++ ofbiz/trunk/applications/workeffort/webapp/workeffort/calendar/week.ftl Mon Jan 28 08:23:49 2008
@@ -17,7 +17,6 @@
 under the License.
 -->
 
-<div class="screenlet">
   <div class="screenlet-title-bar">
     <ul>
       <li class="head3">${uiLabelMap.CommonWeek} ${start?date?string("w")}</li>
@@ -79,4 +78,3 @@
 <#else>               
   <div class="screenlet-body">${uiLabelMap.WorkEffortFailedCalendarEntries}!</div>
 </#if>
-</div>
\ No newline at end of file