Projet

Général

Profil

Révision 1b365d67 plugins/manageentity/inc/plugin_manageentity.functions_display.php

Voir les différences:

plugins/manageentity/inc/plugin_manageentity.functions_display.php
74 74
	else{
75 75
		echo "<form method='post' action=\"./index.php\">";
76 76
		echo "<div align='center'><table class='tab_cadre' align='center' width='95%'>";
77
		echo "<tr><th colspan='3'>".$LANGMANAGEENTITY["manageentity"][3].":</th></tr>";
77
		echo "<tr><th colspan='3'>".$LANGMANAGEENTITY["manageentity"][3]." - <a href=\"" . $CFG_GLPI["root_doc"] . "/front/contract.form.php\">[créer un contrat]</a> :</th></tr>";
78 78
		echo "<tr><th>".$LANG["common"][16]."</th>";
79 79
		echo "<th>".$LANG["financial"][4]."</th>";
80 80
		echo "<th>".$LANG["common"][25]."</th>";
......
467 467
	if ($number > 0) {
468 468
		echo "<br><div align='center'><table class='tab_cadre' align='center' width='95%'>";
469 469
		echo "<tr>";
470
		echo "<th colspan='3'>Epack et Installation</th>";
470
		echo "<th colspan='3'>Epack et Installation - <a href=\"desactiver_maintenance.php?" . $DB->result($result, $i, "code") . "\">[marquer hors maintenance]</a> - </th>";
471 471
		echo "</tr>";
472 472
		echo "<tr class='tab_bg_2'>";
473 473
		echo "<td width=\"33%\">".$DB->result($result, $i, "code")."</td>";

Formats disponibles : Unified diff

Redmine Appliance - Powered by TurnKey Linux