From b0cb4e1edbfd1932308be7bf4b411462ad94265f Mon Sep 17 00:00:00 2001 From: Thomas Steinert Date: Sat, 8 Aug 2015 11:24:25 -0400 Subject: [PATCH] Add Avery L4730 and Cable Lable Co CableBug Labels. - Includes some whitespace cleanup in vendor.xml and categories.xml. --- .gitignore | 1 + templates/Makefile.am | 1 + templates/avery-iso-templates.xml | 13 ++++ templates/cablelabel-templates.xml | 32 +++++++++ templates/categories.xml | 6 +- templates/vendors.xml | 101 +++++++++++++++-------------- 6 files changed, 101 insertions(+), 53 deletions(-) create mode 100644 templates/cablelabel-templates.xml diff --git a/.gitignore b/.gitignore index dd44e143..15690832 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ *.o *.lo *.la +*.sublime-* .deps .libs Makefile diff --git a/templates/Makefile.am b/templates/Makefile.am index 59e1db45..518de253 100644 --- a/templates/Makefile.am +++ b/templates/Makefile.am @@ -15,6 +15,7 @@ templates_DATA = \ avery-us-templates.xml \ avery-iso-templates.xml \ avery-other-templates.xml \ + cablelabel-templates.xml \ brother-other-templates.xml \ canon-other-templates.xml \ databecker-iso-templates.xml \ diff --git a/templates/avery-iso-templates.xml b/templates/avery-iso-templates.xml index 9083776f..80a0fb4f 100644 --- a/templates/avery-iso-templates.xml +++ b/templates/avery-iso-templates.xml @@ -12,6 +12,19 @@ + + + + + + diff --git a/templates/cablelabel-templates.xml b/templates/cablelabel-templates.xml new file mode 100644 index 00000000..cbacebe1 --- /dev/null +++ b/templates/cablelabel-templates.xml @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/templates/categories.xml b/templates/categories.xml index 903f37d5..dff8224e 100644 --- a/templates/categories.xml +++ b/templates/categories.xml @@ -7,9 +7,9 @@ - - - + + + diff --git a/templates/vendors.xml b/templates/vendors.xml index dabd4e63..334caa29 100644 --- a/templates/vendors.xml +++ b/templates/vendors.xml @@ -2,55 +2,56 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.39.5