svn commit: r897696 - in /ofbiz/trunk/applications/manufacturing: webapp/manufacturing/routing/EditCalendar.ftl widget/manufacturing/CalendarScreens.xml widget/manufacturing/JobshopScreens.xml widget/manufacturing/RoutingScreens.xml

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

svn commit: r897696 - in /ofbiz/trunk/applications/manufacturing: webapp/manufacturing/routing/EditCalendar.ftl widget/manufacturing/CalendarScreens.xml widget/manufacturing/JobshopScreens.xml widget/manufacturing/RoutingScreens.xml

buscob
Author: buscob
Date: Sun Jan 10 20:10:53 2010
New Revision: 897696

URL: http://svn.apache.org/viewvc?rev=897696&view=rev
Log:
Added button-bar style to manufacturing screens

Modified:
    ofbiz/trunk/applications/manufacturing/webapp/manufacturing/routing/EditCalendar.ftl
    ofbiz/trunk/applications/manufacturing/widget/manufacturing/CalendarScreens.xml
    ofbiz/trunk/applications/manufacturing/widget/manufacturing/JobshopScreens.xml
    ofbiz/trunk/applications/manufacturing/widget/manufacturing/RoutingScreens.xml

Modified: ofbiz/trunk/applications/manufacturing/webapp/manufacturing/routing/EditCalendar.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/webapp/manufacturing/routing/EditCalendar.ftl?rev=897696&r1=897695&r2=897696&view=diff
==============================================================================
--- ofbiz/trunk/applications/manufacturing/webapp/manufacturing/routing/EditCalendar.ftl (original)
+++ ofbiz/trunk/applications/manufacturing/webapp/manufacturing/routing/EditCalendar.ftl Sun Jan 10 20:10:53 2010
@@ -26,7 +26,7 @@
     <br class="clear"/>
   </div>
   <div class="screenlet-body">
-  <a href="<@ofbizUrl>EditCalendar</@ofbizUrl>" class="buttontext">${uiLabelMap.ManufacturingNewCalendar}</a>
+  <div class="button-bar"><a href="<@ofbizUrl>EditCalendar</@ofbizUrl>" class="buttontext">${uiLabelMap.ManufacturingNewCalendar}</a></div>
   <form name="calendarform" method="post" action="<@ofbizUrl>UpdateCalendar</@ofbizUrl>">
     <input type="hidden" name="calendarId" value="${techDataCalendar.calendarId}">
 <#else>

Modified: ofbiz/trunk/applications/manufacturing/widget/manufacturing/CalendarScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/widget/manufacturing/CalendarScreens.xml?rev=897696&r1=897695&r2=897696&view=diff
==============================================================================
--- ofbiz/trunk/applications/manufacturing/widget/manufacturing/CalendarScreens.xml (original)
+++ ofbiz/trunk/applications/manufacturing/widget/manufacturing/CalendarScreens.xml Sun Jan 10 20:10:53 2010
@@ -83,7 +83,7 @@
                 <decorator-screen name="CommonCalendarDecorator">
                     <decorator-section name="body">
                         <screenlet title="${uiLabelMap.PageTitleFindCalendar}">
-                            <container>
+                            <container style="button-bar">
                                 <link style="buttontext" target="EditCalendar" text="${uiLabelMap.ManufacturingNewCalendar}"/>
                             </container>
                             <include-form name="ListTechDataCalendars" location="component://manufacturing/widget/manufacturing/CalendarForms.xml"/>
@@ -108,7 +108,7 @@
                 <decorator-screen name="CommonCalendarDecorator">
                     <decorator-section name="body">
                         <screenlet title="${uiLabelMap.PageTitleListCalendarWeek}">
-                            <container>
+                            <container style="button-bar">
                                 <link style="buttontext" target="EditCalendarWeek" text="${uiLabelMap.ManufacturingNewCalendarWeek}"/>
                             </container>
                             <include-form name="ListCalendarWeek" location="component://manufacturing/widget/manufacturing/CalendarForms.xml"/>
@@ -131,7 +131,7 @@
                 <decorator-screen name="CommonCalendarDecorator">
                     <decorator-section name="body">
                         <screenlet title="${uiLabelMap.PageTitleEditCalendarWeek}">
-                            <container>
+                            <container style="button-bar">
                                 <link style="buttontext" target="EditCalendarWeek" text="${uiLabelMap.ManufacturingNewCalendarWeek}"/>
                             </container>
                             <include-form name="UpdateCalendarWeek" location="component://manufacturing/widget/manufacturing/CalendarForms.xml"/>

Modified: ofbiz/trunk/applications/manufacturing/widget/manufacturing/JobshopScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/widget/manufacturing/JobshopScreens.xml?rev=897696&r1=897695&r2=897696&view=diff
==============================================================================
--- ofbiz/trunk/applications/manufacturing/widget/manufacturing/JobshopScreens.xml (original)
+++ ofbiz/trunk/applications/manufacturing/widget/manufacturing/JobshopScreens.xml Sun Jan 10 20:10:53 2010
@@ -42,7 +42,7 @@
                                 <container>
                                     <label style="h1">[${uiLabelMap.CommonId} ${productionRunId}]</label>
                                 </container>
-                                <container>
+                                <container style="button-bar">
                                     <link target="CreateProductionRun" text="${uiLabelMap.ManufacturingCreateProductionRun}" style="buttontext"/>
                                 </container>
                                 <decorator-section-include name="body"/>
@@ -517,7 +517,7 @@
                             <widgets>
                                 <decorator-screen name="FindScreenDecorator" location="component://common/widget/CommonScreens.xml">
                                     <decorator-section name="menu-bar">
-                                        <container>
+                                        <container style="button-bar">
                                             <link target="CreateProductionRun" text="${uiLabelMap.ManufacturingCreateProductionRun}" style="buttontext"/>
                                         </container>
                                     </decorator-section>

Modified: ofbiz/trunk/applications/manufacturing/widget/manufacturing/RoutingScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/widget/manufacturing/RoutingScreens.xml?rev=897696&r1=897695&r2=897696&view=diff
==============================================================================
--- ofbiz/trunk/applications/manufacturing/widget/manufacturing/RoutingScreens.xml (original)
+++ ofbiz/trunk/applications/manufacturing/widget/manufacturing/RoutingScreens.xml Sun Jan 10 20:10:53 2010
@@ -114,7 +114,7 @@
                             <widgets>
                                 <decorator-screen name="FindScreenDecorator" location="component://common/widget/CommonScreens.xml">
                                     <decorator-section name="menu-bar">
-                                        <container>
+                                        <container style="button-bar">
                                             <link target="EditRouting" text="${uiLabelMap.ManufacturingNewRouting}" style="buttontext"/>
                                         </container>
                                     </decorator-section>
@@ -146,7 +146,7 @@
                 <decorator-screen name="CommonRoutingDecorator">
                     <decorator-section name="body">
                         <screenlet title="${uiLabelMap.PageTitleEditRouting}">
-                            <container>
+                            <container style="button-bar">
                                 <link target="EditRouting" text="${uiLabelMap.ManufacturingNewRouting}" style="buttontext"/>
                             </container>
                             <include-form name="EditRouting" location="component://manufacturing/widget/manufacturing/RoutingTaskForms.xml"/>
@@ -173,7 +173,7 @@
                             <widgets>
                                 <decorator-screen name="FindScreenDecorator" location="component://common/widget/CommonScreens.xml">
                                     <decorator-section name="menu-bar">
-                                        <container>
+                                        <container style="button-bar">
                                             <link target="EditRoutingTask" text="${uiLabelMap.ManufacturingNewRoutingTask}" style="buttontext"/>
                                         </container>
                                     </decorator-section>
@@ -205,7 +205,7 @@
                 <decorator-screen name="CommonRoutingTaskDecorator">
                     <decorator-section name="body">
                         <screenlet title="${uiLabelMap.PageTitleEditRoutingTask}">
-                            <container>
+                            <container style="button-bar">
                                 <link target="EditRoutingTask" text="${uiLabelMap.ManufacturingNewRoutingTask}" style="buttontext"/>
                             </container>
                             <include-form name="EditRoutingTask" location="component://manufacturing/widget/manufacturing/RoutingTaskForms.xml"/>