Replaced titledbuttons with button (part of 19565), onclick with oncommand in dialogs. Added more text styles (34894)

git-svn-id: svn://10.0.0.236/trunk@66053 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cmanske%netscape.com
2000-04-15 02:03:52 +00:00
parent 5b0a490b7f
commit 55d5e7c69e
18 changed files with 283 additions and 440 deletions

View File

@@ -142,7 +142,7 @@ function ValidateNumberString(value, minValue, maxValue)
function ShowInputErrorMessage(message)
{
editorShell.Alert(GetString("InputError"), message);
editorShell.AlertWithTitle(GetString("InputError"), message);
}
function GetString(name)