Tiny colspan error around Line 282/283 in
pm_outbox.asp, needs to be set to 5.
'If there are no pm messages to display then display the appropriate error message Response.Write(vbCrLf & " <tr class=""tableRow""><td colspan=""4"" align=""center""><br />" & strTxtNoPrivateMessages & " " & strTxtOutbox & "<br /><br /></td></tr>")
|
Also found a couple of colspan errors in forum_topics.asp all need to be set to 5:
Line 1148 / 1149:
'If there are no Topic's to display then display the appropriate error message Response.Write vbCrLf & " <tr class=""tableRow""><td colspan=""6"" align=""center""><br />" & strTxtNoTopicsToDisplay & " " & strShowTopicsFrom & "<br /><br /></td></tr>"
|
Line 1250 / 1254:
'If this is the first topic that is not important then display the forum topics bar If intNonPriorityTopicNum = 1 Then Response.Write vbCrLf & " <tr class=""tableSubLedger""><td colspan=""6"">" & strTxtForum & " " & strTxtTopics & "</td></tr>" 'If this is the first topic and it is an important one then display a bar saying so If intCurrentRecord = 0 AND intPriority => 2 Then Response.Write vbCrLf & "<tr class=""tableSubLedger""><td colspan=""6"">" & strTxtAnnouncements & "</td></tr>"
|
Edited by klr3 - 21 May 2011 at 5:11pm