Update of /cvsroot/phpslash/phpslash-ft/public_html/templates/en/default
In directory usw-pr-cvs1:/tmp/cvs-serv26650/public_html/templates/en/default
Modified Files:
searchPage.tpl
Log Message:
Add comment search
Index: searchPage.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/public_html/templates/en/default/searchPage.tpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** searchPage.tpl 2000/10/12 06:45:13 1.2
--- searchPage.tpl 2001/11/24 14:02:12 1.3
***************
*** 7,11 ****
<td colspan="2">
<form action="{ACTION_URL}">
! <input type="text" name="query" size="50" value="{QUERY_STRING}">
</td>
<td>
--- 7,13 ----
<td colspan="2">
<form action="{ACTION_URL}">
! <input type="text" name="query" size="50" value="{QUERY_STRING}"><br>
! <input type="checkbox" name="use_comments">
! Search Comments as well as stories
</td>
<td>
|