moseley 02/04/06 06:56:11 Modified: tmpl/custom/html search Log: Fix typo in form element name Revision Changes Path 1.14 +3 -3 modperl-docs/tmpl/custom/html/search Index: search =================================================================== RCS file: /home/cvs/modperl-docs/tmpl/custom/html/search,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- search 3 Apr 2002 05:18:27 -0000 1.13 +++ search 6 Apr 2002 14:56:11 -0000 1.14 @@ -40,11 +40,11 @@ <td colspan="2" height="5"><br class="smallbr"></td> </tr> <tr valign="top"> - <td><input type="radio" name="smb" value="[% doc.dir.path_from_base %]" checked></td> + <td><input type="radio" name="sbm" value="[% doc.dir.path_from_base %]" checked></td> <td class="radio-font">This section</td> </tr> <tr valign="top"> - <td><input type="radio" name="smb" value=""></td> + <td><input type="radio" name="sbm" value=""></td> <td class="radio-font">Whole site</td> </tr> <tr> @@ -68,4 +68,4 @@ <tr> <td class="menu-border" colspan="3" height="1"><br class="smallbr"></td> </tr> - </table> \ No newline at end of file + </table>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]