View the DQSD CVS repository here:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/
Update of /cvsroot/dqsd/dqsd/searches
In directory usw-pr-cvs1:/tmp/cvs-serv13750/searches
Modified Files:
qsfind.xml
Log Message:
Bugs:
* Duplicate search function names were not being detected due to an invalid xquery path
* Upcase FORM element were not being detected due to an invalid xquery path
Enhancements:
* User-defined searches are indicated in the help and the qsfind popup with a
different color, and in the
menu with '[local]'
Index: qsfind.xml
===================================================================
RCS file: /cvsroot/dqsd/dqsd/searches/qsfind.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** qsfind.xml 30 Aug 2002 03:24:56 -0000 1.17
--- qsfind.xml 25 Sep 2002 20:22:14 -0000 1.18
***************
*** 76,80 ****
{
var search = SearchResults[i];
! var rowclass = (search.enabled ? '' : 'class=disabledSearch');
QFSBodyCode += "<tr " + rowclass + "><td class=helpboxCommands>";
for (var j = 0; search.menudisplay && (j < search.aliases.length); j++)
--- 76,84 ----
{
var search = SearchResults[i];
!
! var rowclass = (search.local ? 'class=localSearch' : '' );
! if (!search.enabled)
! rowclass = 'class=disabledSearch';
!
QFSBodyCode += "<tr " + rowclass + "><td class=helpboxCommands>";
for (var j = 0; search.menudisplay && (j < search.aliases.length); j++)
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
DQSD-CVS mailing list
https://lists.sourceforge.net/lists/listinfo/dqsd-cvs
DQSD CVS repository:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/