Adressbook-popup: set link using the template.
[citadel.git] / webcit / event.c
index c3c2ba3d67d337ca0c2aed3e49cde48176cc07af..6d6bb5619a9145b3bd8c62cfccdac8422ba7e15d 100644 (file)
@@ -779,7 +779,8 @@ void display_edit_individual_event(icalcomponent *supplied_vevent, long msgnum,
                "RecurrenceShowHide();          \n"
                "EnableOrDisableCheckButton();  \n"
        );
-       address_book_popup();
+       do_template("addressbook_popup");
+
        wDumpContent(1);
 
        if (created_new_vevent) {