Upgrade to xinha svn head to fix issues with xinha editors not appearing in Firefox 1.5
This commit is contained in:
@@ -44,7 +44,7 @@ function Init() {
|
||||
|
||||
document.getElementById("f_title").focus();
|
||||
document.getElementById("f_title").select();
|
||||
};
|
||||
}
|
||||
|
||||
function onOK() {
|
||||
var required = {
|
||||
@@ -65,12 +65,12 @@ function onOK() {
|
||||
}
|
||||
__dlg_close(param);
|
||||
return false;
|
||||
};
|
||||
}
|
||||
|
||||
function onCancel() {
|
||||
__dlg_close(null);
|
||||
return false;
|
||||
};
|
||||
}
|
||||
</script>
|
||||
<style type="text/css">
|
||||
.fr { width: 11em; float: left; padding: 2px 5px; text-align: right; }
|
||||
|
||||
Reference in New Issue
Block a user