[Zope-CVS] CVS: Packages/Moztop/moztop/content/ContentObjects/ZPTPage - Content.xul:1.3
Sidnei da Silva
sidnei@x3ng.com.br
Sun, 19 Jan 2003 10:06:42 -0500
Update of /cvs-repository/Packages/Moztop/moztop/content/ContentObjects/ZPTPage
In directory cvs.zope.org:/tmp/cvs-serv25681/content/ContentObjects/ZPTPage
Modified Files:
Content.xul
Log Message:
First stab at a better copy-n-paste support. Will follow a interface definition & implementation in Zope3 (we didnt had copy support yet!)
=== Packages/Moztop/moztop/content/ContentObjects/ZPTPage/Content.xul 1.2 => 1.3 ===
--- Packages/Moztop/moztop/content/ContentObjects/ZPTPage/Content.xul:1.2 Thu Jan 16 09:13:03 2003
+++ Packages/Moztop/moztop/content/ContentObjects/ZPTPage/Content.xul Sun Jan 19 10:06:09 2003
@@ -15,25 +15,17 @@
<script type="application/x-javascript" src="Content.js"/>
- <grid>
- <columns>
- <column/>
- <column flex="1"/>
- </columns>
- <rows>
- <row>
+ <box orient="vertical" flex="1">
<label control="field_source" value="Template Source"/>
<textbox id="field_source" value=""
flex="1" multiline="true"
- style="height: 25em; font-family: monospace; font-size: 12pt"/>
- </row>
- </rows>
- </grid>
+ style="height: 100%; font-family: monospace; font-size: 12pt"/>
+
<box orient="horizontal">
<button onclick="saveSource()" label="Save" />
<button onclick="updateSource()" label="Refresh" />
<spring flex="100%" />
</box>
-
+</box>
</window>