[quote=“Orphen, post: 12239, member: 2992”]Could you please post the code in order to add the option on my fog, since I have no knowledge at php. Thank you a lot![/quote]
please forget this message. I’ve figured out how to do that
This code worked for me.
<tr>
<td class=“c”><a href=“?node=tasks&type=group&direction=onesnap&noconfirm=<?php print $groupid; ?>”><img src=“./images/snap.png” /><p><?php print _(‘Deploy Single Snapin’); ?></p></a></td>
<td><p><?php print _(‘This option allows you to send a single snapin to a host. (Requires FOG Service to be installed on client)’); ?></p></td>
</tr>