[elvystrac] r1836 - * modified menu item ( for new company )

  • From: elvys@xxxxxxxxxxxxxxxxxxxxxx
  • To: elvystrac@xxxxxxxxxxxxx
  • Date: Tue, 23 Feb 2010 20:38:16 +0100

Author: JirkaM
Date: 2010-02-23 20:38:16 +0100 (Tue, 23 Feb 2010)
New Revision: 1836

Modified:
   trunk/server/webServer2/WebContent/template/elvys-template.xhtml
Log:
* modified menu item ( for new company )
modified   WebContent/template/elvys-template.xhtml


Modified: trunk/server/webServer2/WebContent/template/elvys-template.xhtml
===================================================================
--- trunk/server/webServer2/WebContent/template/elvys-template.xhtml    
2010-02-23 19:36:57 UTC (rev 1835)
+++ trunk/server/webServer2/WebContent/template/elvys-template.xhtml    
2010-02-23 19:38:16 UTC (rev 1836)
@@ -74,8 +74,8 @@
                                        <!-- COMPANIES -->
                                        <rich:dropDownMenu id="CompanyMenu" 
value="#{lbl['template.menu.company']}" 
rendered="#{user.competency.canListCompanies}">
                                                        <rich:menuItem 
id="ListOfCompanies" value="#{lbl['template.menu.company.list']}" 
action="#{companiesBean.prepareListOfCompanies}" submitMode="server"/>
-                                                       <rich:menuItem 
id="NewCompany" value="#{lbl['template.menu.company.new']}" 
action="#{companiesBean.prepareCreateCompanyForm}" submitMode="server">
-                                                               
<f:setPropertyActionListener value="${false}" 
target="#{companiesBean.updating}" />
+                                                       <rich:menuItem 
id="NewCompany" value="#{lbl['template.menu.company.new']}" 
action="#{companyEditBean.prepareCreateCompanyForm}" submitMode="server">
+                                                               
<f:setPropertyActionListener value="${false}" 
target="#{companyEditBean.updating}" />
                                                        </rich:menuItem>
                                        </rich:dropDownMenu>
                                        


Other related posts:

  • » [elvystrac] r1836 - * modified menu item ( for new company ) - elvys