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-serv27209/searches

Modified Files:
        qsfind.xml 
Log Message:
Added add-ons and searches to modify the popup menu using calls to registerMenuHook; 
Change search property name from 'menudisplay' to 'aliasmenudisplay'

Index: qsfind.xml
===================================================================
RCS file: /cvsroot/dqsd/dqsd/searches/qsfind.xml,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** qsfind.xml  25 Sep 2002 20:22:14 -0000      1.18
--- qsfind.xml  28 Sep 2002 20:02:28 -0000      1.19
***************
*** 82,86 ****
  
            QFSBodyCode += "<tr " + rowclass + "><td class=helpboxCommands>";
!           for (var j = 0; search.menudisplay && (j < search.aliases.length); j++)
            {
              var alias = search.aliases[j].replace(/&/g, "&amp;").replace(/</g, 
"&lt;");
--- 82,86 ----
  
            QFSBodyCode += "<tr " + rowclass + "><td class=helpboxCommands>";
!           for (var j = 0; search.aliasmenudisplay && (j < search.aliases.length); 
j++)
            {
              var alias = search.aliases[j].replace(/&/g, "&amp;").replace(/</g, 
"&lt;");




-------------------------------------------------------
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/

Reply via email to