Diff for /ECHO_content/zpt/ChangeECHO_group.zpt between versions 1.3 and 1.4

version 1.3, 2004/05/07 16:52:04 version 1.4, 2004/12/16 14:19:45
Line 19 Line 19
       <tr><td><i>Background color:</i> </td><td><input type="text" name="bgcolour"  tal:attributes="value here/getBgcolour" size=100></td></tr>             <tr><td><i>Background color:</i> </td><td><input type="text" name="bgcolour"  tal:attributes="value here/getBgcolour" size=100></td></tr>     
 </table>  </table>
   
     <h4>Coords</h4>             
       <table>  
       <tr tal:repeat="coord python:here.getCoords()"><td><b> Coords: </b></td><td><input type="text" name="coords" tal:attributes="value coord"></td></tr>  
 </table>  
   
       <input type="submit" value="change"><br><br>        <input type="submit" value="change"><br><br>
        </form>         </form>
    </body>     </body>

Removed from v.1.3  
changed lines
  Added in v.1.4


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