Edit C:\galaxie\Back\galaxie\common\tooltip\tooltip_actor.jsp
<%@taglib uri="http://www.e-deal.com/taglib/ft" prefix="ft" %> <%StringBuffer fullName = new StringBuffer(); if (id != null) { String val; try { val = Actor.getActCivID(); fullName.append(dico.getRefDisp(session, "ActCivID", val) + " "); } catch (FieldNotInitializedException e) { } try { val = Actor.getActFstName(); fullName.append(val + " "); } catch (FieldNotInitializedException e) { } try { val = Actor.getActName(); fullName.append(val + " "); } catch (FieldNotInitializedException e) { } } %> <tr><td class="dataLabel"><fl:label field="ActName"/></td><td class="dataValue"><%=fullName.toString()%></td></tr> <tr class="fieldline"> <td id="ActMail_label" class="dataLabel"><fl:label code="F60E6"/></td> <td id="ActMail_value" class="dataValue" nowrap> <ft:email idObjMod="<%=id %>" typObjMod="Actor"><fl:getProperty name="Actor" property="ActMail" alt=""/></ft:email> </td> </tr> <tr NOWRAP> <td class="dataLabel" id="ActPhone_label"><fl:label field="ActPhone"/></td> <td class="dataValue" id="ActPhone_value"><div title="<fl:getProperty name="Actor" property="ActPhone" alt=""/>"><a href="javascript:doCall('<fl:getProperty name="Actor" property="ActPhone" alt=""/>', 'Actor', '<fl:getProperty name="Actor" property="ActID" alt=""/>')"><fl:getProperty name="Actor" property="ActPhone" alt=""/></a></div></td> </tr> <fl:fieldRead property="ActMobile" format="phone"/>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de