Replace misc glyphicon usage.

This commit is contained in:
Nate
2019-08-20 19:53:21 -06:00
parent b38396a591
commit 17f2911056
21 changed files with 37 additions and 38 deletions
+1 -1
View File
@@ -456,7 +456,7 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) {
echo "<br>";
echo " <span class='' style='margin-left: 37px;'>OR </span> ";
echo "<br>";
echo " <input type='file' name='broadcast_phone_numbers_file' accept='.csv,.txt' style=\"display:inline-block;\"><a href='sample.csv' download>Sample File <i class='glyphicon glyphicon-download-alt'></i></a>";
echo " <input type='file' name='broadcast_phone_numbers_file' accept='.csv,.txt' style=\"display:inline-block;\"><a href='sample.csv' download>Sample File <i class='fas fa-cloud-download-alt'></i></a>";
echo "<br>";
echo " (Upload TXT- Plain Text, CSV- Comma Separated Values file format only.)";
echo "<br>";