svn commit: r662131 - /ofbiz/trunk/applications/humanres/webapp/humanres/humanres/findEmployee.ftl

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

svn commit: r662131 - /ofbiz/trunk/applications/humanres/webapp/humanres/humanres/findEmployee.ftl

lektran
Author: lektran
Date: Sat May 31 19:56:50 2008
New Revision: 662131

URL: http://svn.apache.org/viewvc?rev=662131&view=rev
Log:
Changed the Find Employee Show All button link to only show all employee records rather than all party records

Modified:
    ofbiz/trunk/applications/humanres/webapp/humanres/humanres/findEmployee.ftl

Modified: ofbiz/trunk/applications/humanres/webapp/humanres/humanres/findEmployee.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/webapp/humanres/humanres/findEmployee.ftl?rev=662131&r1=662130&r2=662131&view=diff
==============================================================================
--- ofbiz/trunk/applications/humanres/webapp/humanres/humanres/findEmployee.ftl (original)
+++ ofbiz/trunk/applications/humanres/webapp/humanres/humanres/findEmployee.ftl Sat May 31 19:56:50 2008
@@ -117,7 +117,7 @@
                 <tr align="center">
                     <td>&nbsp;</td>
                     <td><input type="submit" value="${uiLabelMap.PartyLookupParty}" onClick="javascript:document.lookupparty.submit();"/>
-                        <a href="<@ofbizUrl>findEmployees?showAll=Y&amp;hideFields=Y&amp;lookupFlag=Y</@ofbizUrl>" class="smallSubmit">${uiLabelMap.CommonShowAllRecords}</a>
+                        <a href="<@ofbizUrl>findEmployees?roleTypeId=EMPLOYEE&amp;hideFields=Y&amp;lookupFlag=Y</@ofbizUrl>" class="smallSubmit">${uiLabelMap.CommonShowAllRecords}</a>
                     </td>
                 </tr>
             </table>