[elvystrac] r1889 - sorting by phone removed

  • From: elvys@xxxxxxxxxxxxxxxxxxxxxx
  • To: elvystrac@xxxxxxxxxxxxx
  • Date: Thu, 25 Feb 2010 22:19:51 +0100

Author: DavidK
Date: 2010-02-25 22:19:50 +0100 (Thu, 25 Feb 2010)
New Revision: 1889

Modified:
   trunk/server/webServer2/WebContent/secured/companyrel/listOfCompanies.xhtml
   trunk/server/webServer2/WebContent/secured/userrel/listOfUsers.xhtml
Log:
sorting by phone removed

Modified: 
trunk/server/webServer2/WebContent/secured/companyrel/listOfCompanies.xhtml
===================================================================
--- trunk/server/webServer2/WebContent/secured/companyrel/listOfCompanies.xhtml 
2010-02-25 21:17:53 UTC (rev 1888)
+++ trunk/server/webServer2/WebContent/secured/companyrel/listOfCompanies.xhtml 
2010-02-25 21:19:50 UTC (rev 1889)
@@ -66,7 +66,7 @@
                                                <f:facet 
name="header">#{lbl['company.list.body.address']}</f:facet>                     
               
                                                <h:outputText 
value="#{company.address}, #{company.zipcode} #{company.city}"/>                
                                                  
                                        </rich:column>
-                                       <rich:column sortBy="#{company.tel}">
+                                       <rich:column>
                                                <f:facet 
name="header">#{lbl['company.list.body.tel']}</f:facet>
                                                <h:outputText 
value="#{company.tel}"/>
                                        </rich:column>

Modified: trunk/server/webServer2/WebContent/secured/userrel/listOfUsers.xhtml
===================================================================
--- trunk/server/webServer2/WebContent/secured/userrel/listOfUsers.xhtml        
2010-02-25 21:17:53 UTC (rev 1888)
+++ trunk/server/webServer2/WebContent/secured/userrel/listOfUsers.xhtml        
2010-02-25 21:19:50 UTC (rev 1889)
@@ -88,7 +88,7 @@
                                                        <h:outputText 
value="#{user_iterator.user.email}" />
                                                </rich:column>
 
-                                               <rich:column width="110px" 
sortBy="#{user_iterator.user.phone}">
+                                               <rich:column width="110px">
                                                        <f:facet 
name="header">#{lbl['user.list.body.phone']}</f:facet>
                                                        <h:outputText 
value="#{user_iterator.user.phone}" />
                                                </rich:column>


Other related posts:

  • » [elvystrac] r1889 - sorting by phone removed - elvys