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:
@@ -427,7 +427,7 @@
|
|||||||
echo "<tr>\n";
|
echo "<tr>\n";
|
||||||
echo " <td colspan='2' align='right'>\n";
|
echo " <td colspan='2' align='right'>\n";
|
||||||
echo " <br>";
|
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 " </td>\n";
|
||||||
echo "</tr>\n";
|
echo "</tr>\n";
|
||||||
echo "</table>\n";
|
echo "</table>\n";
|
||||||
|
|||||||
Reference in New Issue
Block a user