From 1121489a6ffb1ad98dec69d7a9eeea4ac7d0fc3a Mon Sep 17 00:00:00 2001 From: Chuck Scott Date: Fri, 19 Dec 2014 14:24:16 -0500 Subject: [PATCH] Minor Cleanup --- views/admin/prototypes/edit.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/views/admin/prototypes/edit.html b/views/admin/prototypes/edit.html index b596ac5..b63b22a 100644 --- a/views/admin/prototypes/edit.html +++ b/views/admin/prototypes/edit.html @@ -34,11 +34,11 @@ 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}
- Background Image - {$content.background}
- Prototype Image - {$content.prototype}
- Image #3 - {$content.image 3}
- Image #4 - {$content.image 4}
- Image #5 - {$content.image 5}
+ Background Image URL - {$content.background}
+ Prototype Image URL - {$content.prototype}
+ Image #3 URL - {$content.image 3}
+ Image #4 URL - {$content.image 4}
+ Image #5 URL - {$content.image 5}

-- 2.17.1