From f9d2d07bfff65e6f5bef560c1ef3301bfd5b5235 Mon Sep 17 00:00:00 2001
From: Robert Sesek <rsesek@bluestatic.org>
Date: Thu, 24 Jan 2008 16:20:14 -0500
Subject: [PATCH] Renaming the Printer files to make their names much less
 verbose. Part 1 of 2.

---
 PrinterBaseElement.php => PrinterAbstract.php       | 0
 PrinterLabelElement.php => PrinterElementLabel.php  | 0
 PrinterTableElement.php => PrinterElementTable.php  | 0
 PrinterRootElement.php => PrinterRootAbstract.php   | 0
 PrinterRootElementForm.php => PrinterRootForm.php   | 0
 PrinterRootElementPage.php => PrinterRootPage.php   | 0
 PrinterRootElementTable.php => PrinterRootTable.php | 0
 7 files changed, 0 insertions(+), 0 deletions(-)
 rename PrinterBaseElement.php => PrinterAbstract.php (100%)
 rename PrinterLabelElement.php => PrinterElementLabel.php (100%)
 rename PrinterTableElement.php => PrinterElementTable.php (100%)
 rename PrinterRootElement.php => PrinterRootAbstract.php (100%)
 rename PrinterRootElementForm.php => PrinterRootForm.php (100%)
 rename PrinterRootElementPage.php => PrinterRootPage.php (100%)
 rename PrinterRootElementTable.php => PrinterRootTable.php (100%)

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
-- 
2.43.5