OpenNTF.org - BlogSphere
BlogSphereOpenDocument[/Projects/pmt.nsf/ProjectView?ReadForm&Query=]

My Links (Not logged in)
User Name Password
Hosted by Prominic.NET

   Project: BlogSphere (Managed by )
Actions:

Hide details for The bugThe bug
Bug ID: NOSS-68K73J
Description
Submitted by:Steve Duncan
Project Master Chef:Declan Lynch
Rocky Oliver
Tom Duff
Joe Litton
Christian Brandlehner
Bug type:UI
Brief Description:Error on New BlogRoll Link - Web
Severity:Low
Version2 Beta 2
Status:

Details
JS Errors generated on submit of New BlogRoll Link. Made the following changes to the onSubmit event

// SDuncan
// 1/10/2005
// Changed field StoryTitle to Link_Title
var f = document.forms[0]
if (f.Link_Title.value=="") {
alert ("You must enter a title for this blog entry.");
f.Link_Title.focus();
return false;
}

// SDuncan
// 1/10/2005
// Remove submitHTML as dhtml editor is not being used on this page
//submitHTML()


Action taken
Status:Fixed
Implemented in Release:2 Beta 3
Fix Details:Code Updated.
I've also updated the Web - Link Category form with similar code.

Modification history
Entered 11-Jan-2005 22:18 by Steve Duncan. Last Modified 13-Jan-2005 18:13 by Declan Lynch.