Revert "Remove unused Icons, switch to font-awesome for template deletion."

This reverts commit 92bd27e9f7.
This commit is contained in:
Squidly271
2018-01-19 18:13:24 -05:00
parent 92bd27e9f7
commit 547439fcef
4 changed files with 1 additions and 1 deletions
@@ -1199,7 +1199,7 @@ optgroup.title{background-color:#625D5D;color:#FFFFFF;text-align:center;margin-t
?>
</select>
<? if (!empty($rmadd)) {
echo "<a onclick=\"rmTemplate('".addslashes(htmlspecialchars($rmadd))."');\" style=\"cursor:pointer;\"><i class='fa fa-window-close' aria-hidden='true' style='color:maroon; font-size:20px; position:relative;top:5px;' title=\"".htmlspecialchars($rmadd)."\"></i></a>";
echo "<a onclick=\"rmTemplate('".addslashes(htmlspecialchars($rmadd))."');\" style=\"cursor:pointer;\"><img src=\"/plugins/dynamix.docker.manager/images/remove.png\" title=\"".htmlspecialchars($rmadd)."\" width=\"30px\"></a>";
}?>
</td>
</tr>