[Added link to add contact from Directory Search to Blink Adrian Georgescu **20091129172546] hunk ./library/sip_settings.php 71 - var $call_img = ""; - var $delete_img = ""; - var $plus_sign_img = ""; + var $call_img = "Dial"; + var $delete_img = "Delete"; + var $plus_sign_img = "Add Contact"; hunk ./library/sip_settings.php 4664 - print _("To search for other SIP Addresses fill in the First Name or Last Name. "); + print _("To find other SIP Addresses fill in the First Name or the Last Name and click the Search button. "); hunk ./library/sip_settings.php 4688 - $chapter=sprintf(_("Contacts")); + $chapter=sprintf(_("Don't Disturb")).' '.sprintf(_("Groups")); hunk ./library/sip_settings.php 4820 - print _("Name"); + print _("Display Name"); hunk ./library/sip_settings.php 6572 - - "; - if ($_REQUEST['user_agent']) { - printf ("",$_REQUEST['user_agent']); - } + + "; + print $this->hiddenElements; hunk ./library/sip_settings.php 6576 - "; + "; hunk ./library/sip_settings.php 6585 - "; - print "rows); + + if ($this->isEmbedded()) { + printf (_("Click on %s to add a Contact to Blink. "),$this->plus_sign_img); + } + print " hunk ./library/sip_settings.php 6730 - $add_contact_url=sprintf("%s",$this->plus_sign_img); - printf ("%d%s%s%s%s %s %s", + $add_contact_url=sprintf("%s",$sip_account,$name,$this->plus_sign_img); + printf ("%d%s%s%s%s %s", hunk ./library/sip_settings.php 6738 - $contacts_url,