Mercurial > hg > MPIWGWeb
diff zpt/department/manage_config.zpt @ 94:7aaed5218d55
added staffdb_key to departments. getDepartment also gets by id.
author | casties |
---|---|
date | Thu, 16 May 2013 12:34:30 +0200 |
parents | 325e7c338815 |
children |
line wrap: on
line diff
--- a/zpt/department/manage_config.zpt Thu May 16 10:51:51 2013 +0200 +++ b/zpt/department/manage_config.zpt Thu May 16 12:34:30 2013 +0200 @@ -15,6 +15,10 @@ <td><input type="text" size="5" name="project_id" tal:attributes="value here/project_id|string:0"></td> </tr> <tr> + <td><i>Key in staff db (personalwww)</i></td> + <td><input type="text" size="20" name="staffdb_key" tal:attributes="value here/staffdb_key|nothing"></td> + </tr> + <tr> <td><i>Director</i></td> <td><input type="text" size="40" name="director" tal:attributes="value here/director|nothing"></td> </tr>