Mercurial > hg > MPIWGWeb
diff zpt/feature/manage_config.zpt @ 20:c7e6664d60c9
add author, author_id to MPIWGFeature.
author | casties |
---|---|
date | Fri, 05 Apr 2013 17:28:00 +0200 |
parents | 54f135c1ed65 |
children |
line wrap: on
line diff
--- a/zpt/feature/manage_config.zpt Fri Apr 05 16:37:50 2013 +0200 +++ b/zpt/feature/manage_config.zpt Fri Apr 05 17:28:00 2013 +0200 @@ -19,6 +19,14 @@ <td><input type="text" size="10" name="date" tal:attributes="value python:here.getDateString(lang='iso')"></td> </tr> <tr> + <td><i>Author</i></td> + <td><input type="text" size="40" name="author" tal:attributes="value here/author|nothing"></td> + </tr> + <tr> + <td><i>ID/username of author</i></td> + <td><input type="text" size="20" name="author_id" tal:attributes="value here/author_id|nothing"></td> + </tr> + <tr> <td><i>Title in English</i> (e.g. "Science under Scrutiny")</td> <td><input type="text" size="50" name="title_en" tal:attributes="value python:here.getFullTitle(lang='en')"></td> </tr>