Updated background to white.
authorChuck Scott <cscott@gaslightmedia.com>
Mon, 22 Dec 2014 18:31:27 +0000 (13:31 -0500)
committerChuck Scott <cscott@gaslightmedia.com>
Mon, 22 Dec 2014 18:31:27 +0000 (13:31 -0500)
views/admin/add/index.html
views/admin/prototypes/display.html

index 88ddfb5..7c059c5 100644 (file)
                       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.<br>
                         <b>Title</b> - &#123;$content.title&#125;<br>
-                        <b>Background Image</b> - &#123;$content.background&#125;<br>
-                        <b>Prototype Image</b> - &#123;$content.prototype&#125;<br>
-                        <b>Image #3</b> - &#123;$content.image 3&#125;<br>
-                        <b>Image #4</b> - &#123;$content.image 4&#125;<br>
-                        <b>Image #5</b> - &#123;$content.image 5&#125;<br>
+                        <b>Background Image URL</b> - &#123;$content.background&#125;<br>
+                        <b>Prototype Image URL</b> - &#123;$content.prototype&#125;<br>
+                        <b>Image #3 URL</b> - &#123;$content.image 3&#125;<br>
+                        <b>Image #4 URL</b> - &#123;$content.image 4&#125;<br>
+                        <b>Image #5 URL</b> - &#123;$content.image 5&#125;<br>
                     </p>
                 </td>
             </tr>
index 87123cf..747fa7f 100644 (file)
@@ -9,7 +9,7 @@
         <title>Prototype: {$content.title}</title>
         <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     </head>
-    <body style="margin:0;padding:0; background: #e7e7df;">
+    <body style="margin:0;padding:0; background: #fff;">
         <div style="min-width:1400px;min-height:2500px; background: url({$content.prototype}) top center no-repeat; z-index: 10;"></div>
         <div style="min-width:100%;min-height:784px; background: url({$content.background}) top left repeat-x; position: absolute; top: 0; z-index: -1;"></div>
     </body>