Fixed wrong attribute string in Insert Table dialog; part of fix to bug 77427, r=brade, sr=kin, a=asa-drivers
git-svn-id: svn://10.0.0.236/trunk@97011 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -89,7 +89,7 @@ function InitDialog()
|
||||
// Get default attributes set on the created table:
|
||||
// Get the width attribute of the element, stripping out "%"
|
||||
// This sets contents of menu combobox list
|
||||
dialog.widthInput.value = InitPixelOrPercentMenulist(globalElement, tableElement, "widthInput","widthPixelOrPercentMenulist", gPercent);
|
||||
dialog.widthInput.value = InitPixelOrPercentMenulist(globalElement, tableElement, "width", "widthPixelOrPercentMenulist", gPercent);
|
||||
dialog.borderInput.value = globalElement.getAttribute("border");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user