Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [drumstick] Validate Radiobutton Checked?

Quote Reply
Re: [drumstick] Validate Radiobutton Checked? In reply to
nevermind, I solved it myself! You just have to edit Tools.pm in admin/Links and add the word "checked".

First find:
sub validate_links {

and below that find:

<table border=0 cellpadding=3 cellspacing=2>
<tr><td valign=top rowspan=2><$font><input type="radio" name="validate-$link->{ID}" value="validate" checked>
Validate<br><font size=1>

and there you go!

Last edited by:

drumstick: Jul 29, 2006, 3:54 PM
Subject Author Views Date
Thread Validate Radiobutton Checked? drumstick 1878 Jul 29, 2006, 9:47 AM
Thread Re: [drumstick] Validate Radiobutton Checked?
drumstick 1787 Jul 29, 2006, 3:53 PM
Post Re: [drumstick] Validate Radiobutton Checked?
drumstick 1767 Jul 30, 2006, 5:37 AM