Checked in attachment 149531 for bug 244832

This commit is contained in:
mostafah%oeone.com 2004-05-28 21:11:41 +00:00
Родитель 94af4fdaf0
Коммит 21d7898e96
4 изменённых файлов: 13 добавлений и 2 удалений

Просмотреть файл

@ -55,7 +55,7 @@
<window
id="calendar-new-eventwindow"
title="&brandShortName; - Calendar Alarm - &event.title.alarm;"
title="&brandShortName; - &event.title.heading; - &event.title.alarm;"
onload="onLoad()"
windowtype="calendarAlarmWindow"
persist="screenX screenY"
@ -123,7 +123,7 @@
Note: this number is arbitrary. it should be moved out
into a dtd or some other place than here, like a css.
-->
<vbox style="max-width: 45em;">
<vbox class="alarm-description">
<description name="Title"/>
<description name="Description"/>
</vbox>

Просмотреть файл

@ -160,6 +160,7 @@
<!ENTITY event.title.alarm "Alarm" >
<!ENTITY event.title.new "New Event" >
<!ENTITY event.title.edit "Edit Event" >
<!ENTITY event.title.heading "Calendar Alarm" >
<!ENTITY onthe-text "On the ">
<!ENTITY last-text "Last ">

Просмотреть файл

@ -50,3 +50,8 @@
border : 1px solid black;
margin-bottom : 3px;
}
.alarm-description
{
max-width : 45em;
}

Просмотреть файл

@ -50,3 +50,8 @@
border : 1px solid black;
margin-bottom : 3px;
}
.alarm-description
{
max-width : 45em;
}