Diff for /ECHO_content/vlp/ChangeVLPPath.zpt between versions 1.1 and 1.2

version 1.1, 2004/05/28 15:00:37 version 1.2, 2005/03/10 15:46:59
Line 2 Line 2
 <body>  <body>
 <h2>change path of <span tal:replace="here/getId"/></h2>  <h2>change path of <span tal:replace="here/getId"/></h2>
 <form method="post" action="VLP_path_config">  <form method="post" action="VLP_path_config">
 Path: <input type="text" size="50" name="path" tal:attributes="value here/path">  Path: <input type="text" size="50" name="path" tal:attributes="value python:getattr(here,'vlp_basis',getattr(here,'path'))">
 <input type="submit" value="change">  <input type="submit" value="change">
 </form>  </form>
 </body>  </body>

Removed from v.1.1  
changed lines
  Added in v.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>