[pLog-svn] r3387 - plog/trunk/templates/admin

mark at devel.lifetype.net mark at devel.lifetype.net
Thu May 11 20:31:59 GMT 2006


Author: mark
Date: 2006-05-11 20:31:58 +0000 (Thu, 11 May 2006)
New Revision: 3387

Modified:
   plog/trunk/templates/admin/simpleheader.template
Log:
Fix a javascript error!

Modified: plog/trunk/templates/admin/simpleheader.template
===================================================================
--- plog/trunk/templates/admin/simpleheader.template	2006-05-11 20:00:56 UTC (rev 3386)
+++ plog/trunk/templates/admin/simpleheader.template	2006-05-11 20:31:58 UTC (rev 3387)
@@ -47,7 +47,11 @@
 </style>
 {/if}
 </head>
-<body onload="document.loginForm.userName.focus();">
+{if $templatename=="default"}
+	<body onload="document.loginForm.userName.focus();">
+{else}
+	<body>
+{/if}
 
 <div id="container" >
 



More information about the pLog-svn mailing list