From 65e42fbd476262333cfb9a4b3283561e9b96acf3 Mon Sep 17 00:00:00 2001 From: Chuck Scott Date: Fri, 19 Dec 2014 14:22:56 -0500 Subject: [PATCH] Minor cleanup --- views/admin/add/index.html | 2 -- views/admin/prototypes/edit.html | 2 -- 2 files changed, 4 deletions(-) diff --git a/views/admin/add/index.html b/views/admin/add/index.html index 51fa337..88ddfb5 100644 --- a/views/admin/add/index.html +++ b/views/admin/add/index.html @@ -35,8 +35,6 @@ Optional. If not supplied a standard page for background and foreground prototype will be used. Use the following syntax to include parameters in this page.
Title - {$content.title}
- Width - {$content.width}
- Height - {$content.height}
Background Image - {$content.background}
Prototype Image - {$content.prototype}
Image #3 - {$content.image 3}
diff --git a/views/admin/prototypes/edit.html b/views/admin/prototypes/edit.html index 95c27d1..b596ac5 100644 --- a/views/admin/prototypes/edit.html +++ b/views/admin/prototypes/edit.html @@ -34,8 +34,6 @@ Optional. If not supplied a standard page for background and foreground prototype will be used. Use the following syntax to include parameters in this page.
Title - {$content.title}
- Width - {$content.width}
- Height - {$content.height}
Background Image - {$content.background}
Prototype Image - {$content.prototype}
Image #3 - {$content.image 3}
-- 2.17.1