]> code.citadel.org Git - citadel.git/commitdiff
Temporarily disable the icon that opens the popup window, in case
authorArt Cancro <ajc@citadel.org>
Sat, 7 Apr 2007 03:29:06 +0000 (03:29 +0000)
committerArt Cancro <ajc@citadel.org>
Sat, 7 Apr 2007 03:29:06 +0000 (03:29 +0000)
anyone is trying to build a working system from the current tree.

webcit/messages.c

index cfcf8ff94d3f2af60e6ccf9dc034fd03a48f24a8..70e2c1fd69e48807b15e90a44385e1cde0ccbc68 100644 (file)
@@ -3008,15 +3008,15 @@ void display_enter(void)
                wprintf("\" size=50 maxlength=1000 />");
                wprintf("<div class=\"auto_complete\" id=\"recp_name_choices\"></div>");
 
-               /** Pop open an address book -- begin **/
+               /** Pop open an address book -- begin **
 
                wprintf(
-                       "<a href=\"javascript:PopOpenAddressBook();\" title=\"FIXME\">"
+                       "<a href=\"javascript:PopOpenAddressBook();\" title=\"%s\">"
                        "<img border=0 width=16 height=16 src=\"static/viewcontacts_16x.gif\">"
-                       "</a>"
+                       "</a>", _("Contacts")
                );
 
-               /** Pop open an address book -- end **/
+               ** Pop open an address book -- end **/
 
                wprintf("</td><td></td></tr>\n");