Private GIT

Skip to content
Snippets Groups Projects
Commit 119a65d4 authored by Maximilien Bersoult's avatar Maximilien Bersoult
Browse files

* Change icons in host and service forms

parent fa602b35
Branches
Tags
No related merge requests found
......@@ -304,13 +304,13 @@
<td class="FormRowValue">
{$form.command_command_id2.html}
{if $o == "a" || $o == "c"}
&nbsp;<img src='./img/icones/16x16/information.gif' style='cursor:help' style='cursor:pointer' onclick="window.open('main.php?p=60706&command_id='+ document.Form.elements['command_command_id2'].options[document.Form.elements['command_command_id2'].selectedIndex].value + '&o=w&min=1','','toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=yes,copyhistory=no, width=1000, height=200');">
&nbsp;<img src='./img/icons/info.png' style='cursor:help' style='cursor:pointer' onclick="window.open('main.php?p=60706&command_id='+ document.Form.elements['command_command_id2'].options[document.Form.elements['command_command_id2'].selectedIndex].value + '&o=w&min=1','','toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=yes,copyhistory=no, width=1000, height=200');">
{/if}
</td>
</tr>
<tr class="list_one"><td class="FormRowField"><img class="helpTooltip" name="event_handler_args"> {$form.command_command_id_arg2.label}</td><td class="FormRowValue">{$form.command_command_id_arg2.html}
{if $o == "a" || $o == "c"}
&nbsp;<a><img src="./img/icones/16x16/arrow_left_blue.gif" style='cursor:pointer;' alt="*" style='cursor:pointer' onclick="set_arg('example2','command_command_id_arg2');"></a><input type="text" name="example2" disabled>
&nbsp;<a><img src="./img/icons/arrow-left.png" class="ico-14" style='cursor:pointer;' alt="*" style='cursor:pointer' onclick="set_arg('example2','command_command_id_arg2');"></a><input type="text" name="example2" disabled>
{/if}</td>
</tr>
{if $o == "a" || $o == "c"}
......
......@@ -249,14 +249,14 @@
<td class="FormRowValue">
{$form.command_command_id2.html}
{if $o == "a" || $o == "c"}
&nbsp;<img src='./img/icones/16x16/information.gif' style='cursor:help' onClick="window.open('main.php?p=60706&command_id='+ document.Form.elements['command_command_id2'].options[document.Form.elements['command_command_id2'].selectedIndex].value + '&o=w&min=1','','toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=yes,copyhistory=no, width=1000, height=200');">
&nbsp;<img src='./img/icons/info.png' style='cursor:help' onClick="window.open('main.php?p=60706&command_id='+ document.Form.elements['command_command_id2'].options[document.Form.elements['command_command_id2'].selectedIndex].value + '&o=w&min=1','','toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=yes,copyhistory=no, width=1000, height=200');">
{/if}
</td>
</tr>
{if $v > "1"}
<tr class="list_one"><td class="FormRowField"><img class="helpTooltip" name="event_handler_args"> {$form.command_command_id_arg2.label}</td><td class="FormRowValue">{$form.command_command_id_arg2.html}
{if $o == "a" || $o == "c"}
&nbsp;<img src="./img/icones/16x16/arrow_left_blue.gif" style='cursor:pointer;' alt="*" onClick="set_arg('example2','command_command_id_arg2');"><input type="text" name="example2" disabled>
&nbsp;<img src="./img/icons/arrow-left.png" class="ico-14" style='cursor:pointer;' alt="*" onClick="set_arg('example2','command_command_id_arg2');"><input type="text" name="example2" disabled>
{/if}
</td></tr>
{/if}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment