From: Robert Sesek Date: Thu, 24 Jan 2008 21:20:14 +0000 (-0500) Subject: Renaming the Printer files to make their names much less verbose. Part 1 of 2. X-Git-Tag: 3.0.0~10 X-Git-Url: https://src.bluestatic.org/?a=commitdiff_plain;h=f9d2d07bfff65e6f5bef560c1ef3301bfd5b5235;p=isso.git Renaming the Printer files to make their names much less verbose. Part 1 of 2. --- diff --git a/PrinterBaseElement.php b/PrinterAbstract.php similarity index 100% rename from PrinterBaseElement.php rename to PrinterAbstract.php diff --git a/PrinterLabelElement.php b/PrinterElementLabel.php similarity index 100% rename from PrinterLabelElement.php rename to PrinterElementLabel.php diff --git a/PrinterTableElement.php b/PrinterElementTable.php similarity index 100% rename from PrinterTableElement.php rename to PrinterElementTable.php diff --git a/PrinterRootElement.php b/PrinterRootAbstract.php similarity index 100% rename from PrinterRootElement.php rename to PrinterRootAbstract.php diff --git a/PrinterRootElementForm.php b/PrinterRootForm.php similarity index 100% rename from PrinterRootElementForm.php rename to PrinterRootForm.php diff --git a/PrinterRootElementPage.php b/PrinterRootPage.php similarity index 100% rename from PrinterRootElementPage.php rename to PrinterRootPage.php diff --git a/PrinterRootElementTable.php b/PrinterRootTable.php similarity index 100% rename from PrinterRootElementTable.php rename to PrinterRootTable.php