add phone icon to the call button (#6802)
* add phone icon to the call button * Update click_to_call.php
This commit is contained in:
parent
169bf8788a
commit
bcaec41841
|
|
@ -427,7 +427,7 @@
|
|||
echo "<tr>\n";
|
||||
echo " <td colspan='2' align='right'>\n";
|
||||
echo " <br>";
|
||||
echo " <input type=\"submit\" class='btn' value=\"".$text['button-call']."\">\n";
|
||||
echo " <button type='submit' class='btn btn-default'><i class='fas fa-phone fa-lg'></i> ".$text['button-call']."</button>\n";
|
||||
echo " </td>\n";
|
||||
echo "</tr>\n";
|
||||
echo "</table>\n";
|
||||
|
|
|
|||
Loading…
Reference in New Issue