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

oscar at devel.plogworld.net oscar at devel.plogworld.net
Thu Dec 23 23:31:18 GMT 2004


Author: oscar
Date: 2004-12-23 23:31:18 +0000 (Thu, 23 Dec 2004)
New Revision: 571

Modified:
   plog/trunk/templates/admin/newpost.template
Log:
the calendar link is now clickable


Modified: plog/trunk/templates/admin/newpost.template
===================================================================
--- plog/trunk/templates/admin/newpost.template	2004-12-23 11:19:21 UTC (rev 570)
+++ plog/trunk/templates/admin/newpost.template	2004-12-23 23:31:18 UTC (rev 571)
@@ -96,8 +96,10 @@
    	     <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="{$postDateTime}" 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="{$postDateTime}" 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