Display more info about education on profile pages (Closes #1186).
[platal.git] / templates / admin / jobs.tpl
index 02e5787..dd062bc 100644 (file)
@@ -1,6 +1,6 @@
 {**************************************************************************}
 {*                                                                        *}
-{*  Copyright (C) 2003-2009 Polytechnique.org                             *}
+{*  Copyright (C) 2003-2010 Polytechnique.org                             *}
 {*  http://opensource.polytechnique.org/                                  *}
 {*                                                                        *}
 {*  This program is free software; you can redistribute it and/or modify  *}
       <td>{$selectedJob.holdingAcronym}</td>
     </tr>
     <tr>
+      <td>Adresse</td>
+      <td<textarea cols="30" rows="4" name="address">{$selectedJob.address}</textarea></td>
+    </tr>
+    <tr>
+      <td>Téléphone</td>
+      <td><input type="text" name="tel" value="{$selectedJob.tel}" /></td>
+    </tr>
+    <tr>
+      <td>Fax</td>
+      <td><input type="text" name="fax" value="{$selectedJob.fax}" /></td>
+    </tr>
+    <tr>
       <td>Remplacer par l'entreprise n°</td>
       <td><input type="text" name="newJobId" /></td>
     </tr>