Add a SIREN field to profile_jobs_enum.
[platal.git] / templates / admin / jobs.tpl
index d8c9562..9f10c45 100644 (file)
@@ -1,6 +1,6 @@
 {**************************************************************************}
 {*                                                                        *}
-{*  Copyright (C) 2003-2011 Polytechnique.org                             *}
+{*  Copyright (C) 2003-2014 Polytechnique.org                             *}
 {*  http://opensource.polytechnique.org/                                  *}
 {*                                                                        *}
 {*  This program is free software; you can redistribute it and/or modify  *}
       <td><input type="text" name="email" value="{$selectedJob.email}" /></td>
     </tr>
     <tr>
+      <td>Code SIREN</td>
+      <td><input type="text" name="SIREN" value="{$selectedJob.SIREN}" /></td>
+    </tr>
+    <tr>
       <td>Code NAF</td>
       <td><input type="text" name="NAF_code" value="{$selectedJob.NAF_code}" /></td>
     </tr>
   </p>
 </form>
 
-{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}
+{* vim:set et sw=2 sts=2 sws=2 fenc=utf-8: *}