You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by le...@apache.org on 2008/06/01 04:56:50 UTC

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

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="<@o...@ofbizUrl>" class="smallSubmit">${uiLabelMap.CommonShowAllRecords}</a>
+                        <a href="<@o...@ofbizUrl>" class="smallSubmit">${uiLabelMap.CommonShowAllRecords}</a>
                     </td>
                 </tr>
             </table>