From b868913ed8b59307d6dc908acc45a2994e772134 Mon Sep 17 00:00:00 2001 From: "brade%netscape.com" Date: Mon, 23 Aug 1999 14:59:46 +0000 Subject: [PATCH] diffs from pete@postpagan.com (cleanup and alignment fixes) --- editor/ui/dialogs/content/EdImageProps.xul | 592 ++++++++++++--------- 1 file changed, 334 insertions(+), 258 deletions(-) diff --git a/editor/ui/dialogs/content/EdImageProps.xul b/editor/ui/dialogs/content/EdImageProps.xul index 1029a657239..6b4379fcd09 100644 --- a/editor/ui/dialogs/content/EdImageProps.xul +++ b/editor/ui/dialogs/content/EdImageProps.xul @@ -41,8 +41,8 @@ @@ -51,16 +51,16 @@ + type = "text" + size = "30" + length = "30" + id = "image.srcInput" + onkeypress = "OnChangeSrc()" + onkeyup = "checkForImage( this.id ); doValueChanged()" + onmouseup = "checkForImage( this.id ); doValueChanged()" + onblur = "/*checkForImage( this.id ); doValueChanged()*/" + onfocus = "checkForImage( this.id ); doValueChanged()" + onchange = "OnChangeSrc(); doOverallEnabling()" /> + type = "radio" + name = "image.dimensionType" + id = "originalsizeRadio" + onclick = " doValueChanged();" + checked = "true" /> - - + + -