Révision 57ea0d38 plugins/manageentity/index.php
plugins/manageentity/index.php | ||
---|---|---|
52 | 52 |
if(plugin_manageentity_HaveRight("manageentity","w")) |
53 | 53 |
plugin_manageentity_addcontracts($_POST["entID"],$_POST["conID"]); |
54 | 54 |
glpi_header($_SERVER['HTTP_REFERER']); |
55 |
} |
|
56 |
else if (isset($_GET["deletecontracts"])){ |
|
55 |
} elseif (isset($_POST["anetinsertnextupgrade"])){ |
|
56 |
//ryxeo |
|
57 |
if(plugin_manageentity_HaveRight("manageentity","w")) |
|
58 |
plugin_manageentity_anetinsertnextupgrade($_POST["srvID"],$_POST["upgradecmd"]); |
|
59 |
glpi_header($_SERVER['HTTP_REFERER']); |
|
60 |
}else if (isset($_GET["deletecontracts"])){ |
|
57 | 61 |
|
58 | 62 |
if(plugin_manageentity_HaveRight("manageentity","w")) |
59 | 63 |
plugin_manageentity_deletecontracts($_GET["ID"]); |
... | ... | |
210 | 214 |
else echo "<br>"; |
211 | 215 |
plugin_manageentity_showdocuments($_SESSION["glpiactive_entity"]); |
212 | 216 |
plugin_manageentity_showcontacts($_SESSION["glpiactive_entity"]); |
217 |
plugin_manageentity_showanetnextupgrade($_SESSION["glpiactive_entity"]); |
|
213 | 218 |
echo "</td></tr>"; |
214 | 219 |
echo "</table></div>"; |
215 | 220 |
|
Formats disponibles : Unified diff