Edit C:\galaxie\Back\galaxie\common\tooltip\tooltip_person.jsp
<%@taglib uri="http://www.e-deal.com/taglib/ft" prefix="ft" %> <%StringBuffer fullName = new StringBuffer(); if (id != null) { String val; try { val = Person.getPerCivID(); fullName.append(dico.getRefDisp(session, "PerCivID", val) + " "); } catch (FieldNotInitializedException e) { } try { val = Person.getPerFstName(); fullName.append(val + " "); } catch (FieldNotInitializedException e) { } try { val = Person.getPerName(); fullName.append(val + " "); } catch (FieldNotInitializedException e) { } } %> <tr NOWRAP><td class="dataLabel"><fl:label field="PerName"/></td><td class="dataValue"><%=fullName.toString()%></td></tr> <tr NOWRAP> <td class="dataLabel"><fl:label field="PerMail"/></td> <td class="dataValue"> <div title="<fl:getProperty name="Person" property="perMail" alt=""/>"> <ft:email idDest="<%=id%>" idObjMod="<%=id%>" typObjMod="Person"><fl:getProperty name="Person" property="perMail" alt=""/></ft:email> </div> </td> </tr> <tr NOWRAP> <td class="dataLabel" id="PerPhone_label"><fl:label field="PerPhone"/></td> <td class="dataValue" id="PerPhone_value"><div title="<fl:getProperty name="Person" property="PerPhone" alt=""/>"><a href="javascript:doCall('<fl:getProperty name="Person" property="PerPhone" alt=""/>', 'Person', '<fl:getProperty name="Person" property="PerID" alt=""/>')"><fl:getProperty name="Person" property="PerPhone" alt=""/></a></div></td> </tr> <fl:fieldRead property="PerMobile" format="phone"/>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de