Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 DEV-Group
 DEV Bug Reports (Closed)
 (v3.4) BUG+FIX: admin_accounts_pending.asp
 Forum Locked  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 19 August 2002 :  20:28:44  Show Profile
the "Check All" checkbox still shows even when there aren't any Pending members. Checking this box will cause a javascript error. To fix it so that the box does not show when there aren't any members do the following:

on line #303 find this code:

Response.Write	"                <td bgColor=""" & strHeadCellColor & """ align=""center""><b><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """ color=""" & strHeadFontColor & """>Delete? <input type=""checkbox"" name=""CheckAll"" value="""" onClick=""checkAll(document.delMembers.id)""></font></b></td>" & vbNewLine & _



and replace it with this:

Response.Write	"                <td bgColor=""" & strHeadCellColor & """ align=""center""><b><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """ color=""" & strHeadFontColor & """>Delete?"
if iMemberCount <> "" then
Response.Write " <input type=""checkbox"" name=""CheckAll"" value="""" onClick=""checkAll(document.delMembers.id)"">"
end if
Response.Write "</font></b></td>" & vbNewLine & _

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 21 August 2002 :  01:09:32  Show Profile
fixed in v3.4.01
Go to Top of Page
  Previous Topic Topic Next Topic  
 Forum Locked  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.18 seconds. Powered By: Snitz Forums 2000 Version 3.4.07