Fixing 73076, missing mail text. sr=shaver

This commit is contained in:
blakeross%telocity.com 2001-03-22 21:47:04 +00:00
Родитель 3c27562cb2
Коммит f7ea8f3814
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -501,12 +501,12 @@ function UpdateOfflineState()
if (ioService && ioService.offline)
{
sendButton.label = sendButton.getAttribute('later_value');
sendButton.label = sendButton.getAttribute('later_label');
sendButton.setAttribute('tooltiptext', sendButton.getAttribute('later_tooltiptext'));
}
else
{
sendButton.label = sendButton.getAttribute('now_value');
sendButton.label = sendButton.getAttribute('now_label');
sendButton.setAttribute('tooltiptext', sendButton.getAttribute('now_tooltiptext'));
}