You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by mb...@apache.org on 2020/01/30 20:19:13 UTC

[ofbiz-framework] branch trunk updated: Improved: Remove unnecessary header-row classes in Upcoming.ftl (OFBIZ-11305)

This is an automated email from the ASF dual-hosted git repository.

mbrohl pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 0ddef5d  Improved: Remove unnecessary header-row classes in Upcoming.ftl (OFBIZ-11305)
0ddef5d is described below

commit 0ddef5dad7bd8ca89e2af7b5a2385abc47ef682e
Author: Michael Brohl <mi...@ecomify.de>
AuthorDate: Thu Jan 30 21:19:03 2020 +0100

    Improved: Remove unnecessary header-row classes in Upcoming.ftl
    (OFBIZ-11305)
    
    Thanks Dennis Balkir for reporting an providing the patch.
---
 applications/workeffort/template/calendar/Upcoming.ftl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/applications/workeffort/template/calendar/Upcoming.ftl b/applications/workeffort/template/calendar/Upcoming.ftl
index 5710cae..00ba182 100644
--- a/applications/workeffort/template/calendar/Upcoming.ftl
+++ b/applications/workeffort/template/calendar/Upcoming.ftl
@@ -28,7 +28,7 @@ under the License.
       <#list days as day>
         <#assign workEfforts = day.calendarEntries>
         <#if workEfforts?has_content>
-          <tr class="header-row"><th colspan="4"><hr /></th></tr>
+          <tr><th colspan="4"><hr /></th></tr>
           <#assign alt_row = false>
           <#list workEfforts as calendarEntry>
             <#assign workEffort = calendarEntry.workEffort>