Disable text when you edit an event.

git-svn-id: svn://10.0.0.236/trunk@129912 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mikep%oeone.com
2002-09-18 14:56:17 +00:00
parent 97b9b073f1
commit 3b1c830556
4 changed files with 8 additions and 2 deletions

View File

@@ -292,7 +292,10 @@ function loadCalendarEventDialog()
}
setFieldValue( "server-field", gEvent.parent.server );
//for now you can't edit which file the event is in.
setFieldValue( "server-field", "true", "disabled" );
setFieldValue( "server-field-label", "true", "disabled" );
}
//the next line seems to crash Mozilla

View File

@@ -302,7 +302,7 @@
<!-- Calendar Server -->
<row align="center">
<hbox class="field-label-box-class" pack="end">
<label value="&newevent.server.label;"/>
<label id="server-field-label" value="&newevent.server.label;"/>
</hbox>
<menulist id="server-field">
<menupopup id="server-menulist-menupopup">

View File

@@ -292,7 +292,10 @@ function loadCalendarEventDialog()
}
setFieldValue( "server-field", gEvent.parent.server );
//for now you can't edit which file the event is in.
setFieldValue( "server-field", "true", "disabled" );
setFieldValue( "server-field-label", "true", "disabled" );
}
//the next line seems to crash Mozilla

View File

@@ -302,7 +302,7 @@
<!-- Calendar Server -->
<row align="center">
<hbox class="field-label-box-class" pack="end">
<label value="&newevent.server.label;"/>
<label id="server-field-label" value="&newevent.server.label;"/>
</hbox>
<menulist id="server-field">
<menupopup id="server-menulist-menupopup">