mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
THANKS TO softphone and browsers updates, now we're able to dial phone numbers with click!
Added case numbers "callto:" links to interface2 ATTENTION: number dialed as exist in your "contact list". Please check for your required prefixes, dial and regional codes before application!
This commit is contained in:
@@ -215,9 +215,10 @@ if ($ca)
|
|||||||
print "<form method='post' action='?'><div class='text'>";
|
print "<form method='post' action='?'><div class='text'>";
|
||||||
print "<input onclick='this.form.submit();' type='radio' name='contactphone' value='{$r['contact_phone_id']}' id='contactphone{$r['contact_phone_id']}' {$r['checked']}/>";
|
print "<input onclick='this.form.submit();' type='radio' name='contactphone' value='{$r['contact_phone_id']}' id='contactphone{$r['contact_phone_id']}' {$r['checked']}/>";
|
||||||
print "<label for='contactphone{$r['contact_phone_id']}'>{$r['phone']}";
|
print "<label for='contactphone{$r['contact_phone_id']}'>{$r['phone']}";
|
||||||
|
if ($r['checked']) print " <a href='callto:{$r['phone']}'>" . T_('Dial') . "</a>";
|
||||||
if (!empty($r['description'])) print " - " . $r['description'];
|
if (!empty($r['description'])) print " - " . $r['description'];
|
||||||
print "</label>";
|
print "</label>";
|
||||||
print "</div></form><br />";
|
print "</div></form></br>";
|
||||||
}
|
}
|
||||||
print "</div>";
|
print "</div>";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user