Mercurial > hg > MPIWGWeb
diff zpt/folder/manage_config.zpt @ 159:ee79f6ba8d01
clean up staff editing and some zpt forms.
author | casties |
---|---|
date | Thu, 06 Jun 2013 15:34:20 +0200 |
parents | zpt/MPIWGFolderConfig.zpt@bca61e893fcc |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/zpt/folder/manage_config.zpt Thu Jun 06 15:34:20 2013 +0200 @@ -0,0 +1,9 @@ +<html> +<h2>Change MPIWG Folder</h2> +<form action="changeMPIWGFolder" method="pro"> +Title: <input tal:attributes="value here/title|nothing" name="title"><br> +Weight: <input tal:attributes="value here/weight|string:0" name="weight"><br> +CanonicalName: <input tal:attributes="value here/canonicalName|nothing" name="canonicalName"><br> +<input type="submit"> +</form> +</html>