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

oscar at devel.plogworld.net oscar at devel.plogworld.net
Mon Jan 10 17:55:55 GMT 2005


Author: oscar
Date: 2005-01-10 17:55:54 +0000 (Mon, 10 Jan 2005)
New Revision: 722

Modified:
   plog/trunk/templates/admin/editpost.template
Log:
fixed according to this http://bugs.plogworld.net/view.php?id=135, thanks jon!


Modified: plog/trunk/templates/admin/editpost.template
===================================================================
--- plog/trunk/templates/admin/editpost.template	2005-01-10 14:13:02 UTC (rev 721)
+++ plog/trunk/templates/admin/editpost.template	2005-01-10 17:55:54 UTC (rev 722)
@@ -74,8 +74,8 @@
    	     <label for="postDateTime">{$locale->tr("date")}</label>
 		 <span class="required">*</span>
 		 <div class="formHelp">{$locale->tr("date_help")}</div>
-	     <input name="postDateTime" id="postDateTime" class="dateTime" readonly="true" type="text" size="16" value="{$postDay}/{$postMonth}/{$postYear} {$postHour}:{$postMinutes}" style="margin-bottom: 4px;>
-	     <a href="javascript:NewCal('postDateTime','ddmmyyyy',true,24)"><img src="imgs/cal.jpg" alt="{$locale->tr("pick_date")}" style="width: 16px; height: 14px; padding: 0;" /></a>
+		 <input name="postDateTime" id="postDateTime" class="dateTime" readonly="true" type="text" size="16" value="{$postDay}/{$postMonth}/{$postYear} {$postHour}:{$postMinutes}" style="margin-bottom: 4px;">
+        <a href="javascript:NewCal('postDateTime','ddmmyyyy',true,24);"><img src="imgs/cal.jpg" alt="{$locale->tr("pick_date")}" style="border:0px;width: 16px; height: 14px; padding: 0;" /></a>	     
 	   </div>
 	   
 	   <!-- date custom fields -->




More information about the pLog-svn mailing list