[pLog-svn] r2057 - plog/branches/plog-1.0.1/templates/admin

oscar at devel.plogworld.net oscar at devel.plogworld.net
Mon May 23 15:42:36 GMT 2005


Author: oscar
Date: 2005-05-23 15:42:36 +0000 (Mon, 23 May 2005)
New Revision: 2057

Modified:
   plog/branches/plog-1.0.1/templates/admin/simpleerror.template
Log:
"prettyified" one of the error messages


Modified: plog/branches/plog-1.0.1/templates/admin/simpleerror.template
===================================================================
--- plog/branches/plog-1.0.1/templates/admin/simpleerror.template	2005-05-23 15:42:20 UTC (rev 2056)
+++ plog/branches/plog-1.0.1/templates/admin/simpleerror.template	2005-05-23 15:42:36 UTC (rev 2057)
@@ -1,8 +1,17 @@
 {include file="$blogtemplate/simpleheader.template"}
-<div id="container">
- <h1>{$locale->tr("error")}</h1>
- <p>
-  {$message}
- </p>
-</div>
+        <div id="nav_bar">
+            <div id="section_title">
+                <h2>{$locale->tr("error")}</h2>
+            </div>
+            <br style="clear:both;" />
+        </div>
+   <div id="FormError">
+   <img src="imgs/admin/icon_warning-16.png" alt="Error" class="InfoIcon" />  
+   <p class="ErrorText">
+   {$message}
+   <br/><br/>
+   <a href="javascript:history.back();">{$locale->tr("back")}</a>
+   </p>
+   </div>
+{include file="$blogtemplate/footernavigation.template"}
 {include file="$blogtemplate/footer.template"}




More information about the pLog-svn mailing list