added code to try and pick up the error message from the error message page

git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3659 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
PriestJ
2008-02-21 14:39:46 +00:00
parent 60a48b9df5
commit bff043823e

View File

@@ -56,7 +56,10 @@ def menu (p_menuitem)
end
def geterrormess(ie)
return ie.div(:id,'colRight').to_s
if ie.div(:class, 'ErrorPageMessage').exists? then
return ie.div(:class, 'ErrorPageMessage').to_s
end
return ie.div(:id,'colRight').to_s
end