Changeset 1280 for trunk/tpropertyfunc.h

Show
Ignore:
Timestamp:
03/18/10 16:18:10 (2 years ago)
Author:
Gary
Message:

unxsVZ added more tGlossary popup support.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/tpropertyfunc.h

    r879 r1280  
    668668        if((field=mysql_fetch_row(res))) 
    669669        { 
    670                 printf("Glossary entry for <a class=darkLink href=unxsVZ.cgi?gcFunction=tGlossary" 
    671                                 "&uGlossary=%s>%s</a><p>\n",field[0],cLabel); 
     670                printf("Glossary entry for <a class=darkLink href=#" 
     671                        " onClick=\"open_popup('?gcFunction=Glossary&cLabel=%1$s')\">%1$s</a><p>",cLabel); 
     672 
    672673        } 
    673674        mysql_free_result(res);