From ccddcc3952fec5195690c154f736690093e544d2 Mon Sep 17 00:00:00 2001 From: Gehad elrobey Date: Tue, 28 Jul 2015 09:24:24 +0200 Subject: [PATCH] Printing: rename templates to have spaces and capitalization This is easier to have user friendly names for the bundled templates. Signed-off-by: Gehad elrobey Signed-off-by: Lubomir I. Ivanov --- printing_templates/{custom.html => Custom.html} | 0 printing_templates/{flowlayout.html => Flowlayout.html} | 0 printing_templates/{one_dive.html => One Dive.html} | 0 printing_templates/{table.html => Table.html} | 0 printing_templates/{two_dives.html => Two Dives.html} | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename printing_templates/{custom.html => Custom.html} (100%) rename printing_templates/{flowlayout.html => Flowlayout.html} (100%) rename printing_templates/{one_dive.html => One Dive.html} (100%) rename printing_templates/{table.html => Table.html} (100%) rename printing_templates/{two_dives.html => Two Dives.html} (100%) diff --git a/printing_templates/custom.html b/printing_templates/Custom.html similarity index 100% rename from printing_templates/custom.html rename to printing_templates/Custom.html diff --git a/printing_templates/flowlayout.html b/printing_templates/Flowlayout.html similarity index 100% rename from printing_templates/flowlayout.html rename to printing_templates/Flowlayout.html diff --git a/printing_templates/one_dive.html b/printing_templates/One Dive.html similarity index 100% rename from printing_templates/one_dive.html rename to printing_templates/One Dive.html diff --git a/printing_templates/table.html b/printing_templates/Table.html similarity index 100% rename from printing_templates/table.html rename to printing_templates/Table.html diff --git a/printing_templates/two_dives.html b/printing_templates/Two Dives.html similarity index 100% rename from printing_templates/two_dives.html rename to printing_templates/Two Dives.html