summaryrefslogtreecommitdiffstats
path: root/changeset_r323.diff
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-02-12 17:16:03 +0100
committerRemi Collet <fedora@famillecollet.com>2014-02-12 17:16:03 +0100
commitd7cc725461760e516a88cbeb315831ea90646678 (patch)
tree51fc5697fc66684800ea99260455a69be3899b4a /changeset_r323.diff
parentd3290a2f05f1f68834b1a449892f9ea057079f2f (diff)
glpi-pdf: 0.84
Diffstat (limited to 'changeset_r323.diff')
-rw-r--r--changeset_r323.diff107
1 files changed, 0 insertions, 107 deletions
diff --git a/changeset_r323.diff b/changeset_r323.diff
deleted file mode 100644
index 645b266..0000000
--- a/changeset_r323.diff
+++ /dev/null
@@ -1,107 +0,0 @@
-Index: trunk/inc/monitor.class.php
-===================================================================
---- trunk/inc/monitor.class.php (revision 322)
-+++ trunk/inc/monitor.class.php (revision 323)
-@@ -41,6 +41,14 @@
-
-
-
-+ function defineAllTabs($options=array()) {
-+
-+ $onglets = parent::defineAllTabs($options);
-+ unset($onglets['Item_Problem$1']); // TODO add method to print linked Problems
-+ return $onglets;
-+ }
-+
-+
- static function pdfMain(PluginPdfSimplePDF $pdf, Monitor $item) {
- global $LANG;
-
-Index: trunk/inc/software.class.php
-===================================================================
---- trunk/inc/software.class.php (revision 322)
-+++ trunk/inc/software.class.php (revision 323)
-@@ -104,6 +104,7 @@
-
- $onglets = parent::defineAllTabs($options);
- unset($onglets['Software$1']); // Merge tab can't be exported
-+ unset($onglets['Item_Problem$1']); // TODO add method to print linked Problems
- return $onglets;
- }
-
-Index: trunk/inc/peripheral.class.php
-===================================================================
---- trunk/inc/peripheral.class.php (revision 322)
-+++ trunk/inc/peripheral.class.php (revision 323)
-@@ -40,7 +40,14 @@
- }
-
-
-+ function defineAllTabs($options=array()) {
-
-+ $onglets = parent::defineAllTabs($options);
-+ unset($onglets['Item_Problem$1']); // TODO add method to print linked Problems
-+ return $onglets;
-+ }
-+
-+
- static function pdfMain(PluginPdfSimplePDF $pdf, Peripheral $item) {
- global $LANG;
-
-Index: trunk/inc/networkequipment.class.php
-===================================================================
---- trunk/inc/networkequipment.class.php (revision 322)
-+++ trunk/inc/networkequipment.class.php (revision 323)
-@@ -40,6 +40,14 @@
- }
-
-
-+ function defineAllTabs($options=array()) {
-+
-+ $onglets = parent::defineAllTabs($options);
-+ unset($onglets['Item_Problem$1']); // TODO add method to print linked Problems
-+ return $onglets;
-+ }
-+
-+
- static function pdfMain(PluginPdfSimplePDF $pdf, NetworkEquipment $item) {
- global $LANG;
-
-Index: trunk/inc/phone.class.php
-===================================================================
---- trunk/inc/phone.class.php (revision 322)
-+++ trunk/inc/phone.class.php (revision 323)
-@@ -40,7 +40,14 @@
- }
-
-
-+ function defineAllTabs($options=array()) {
-
-+ $onglets = parent::defineAllTabs($options);
-+ unset($onglets['Item_Problem$1']); // TODO add method to print linked Problems
-+ return $onglets;
-+ }
-+
-+
- static function pdfMain(PluginPdfSimplePDF $pdf, Phone $item) {
- global $LANG;
-
-Index: trunk/inc/printer.class.php
-===================================================================
---- trunk/inc/printer.class.php (revision 322)
-+++ trunk/inc/printer.class.php (revision 323)
-@@ -40,6 +40,14 @@
- }
-
-
-+ function defineAllTabs($options=array()) {
-+
-+ $onglets = parent::defineAllTabs($options);
-+ unset($onglets['Item_Problem$1']); // TODO add method to print linked Problems
-+ return $onglets;
-+ }
-+
-+
- static function pdfMain(PluginPdfSimplePDF $pdf, Printer $printer) {
- global $LANG;
-