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

oscar at devel.plogworld.net oscar at devel.plogworld.net
Thu Jan 20 13:29:01 GMT 2005


Author: oscar
Date: 2005-01-20 13:29:00 +0000 (Thu, 20 Jan 2005)
New Revision: 772

Modified:
   plog/trunk/templates/admin/newpost_customfields.template
Log:
cosmetic fix


Modified: plog/trunk/templates/admin/newpost_customfields.template
===================================================================
--- plog/trunk/templates/admin/newpost_customfields.template	2005-01-20 13:26:32 UTC (rev 771)
+++ plog/trunk/templates/admin/newpost_customfields.template	2005-01-20 13:29:00 UTC (rev 772)
@@ -23,7 +23,7 @@
 	  <div class="formHelp">{$field->getDescription()}</div>
       <input name="customField[{$fieldId}]" class="dateTime" id="customField[{$fieldId}]" readonly="true" type="text" size="16" value="{$customField[$fieldId]}" />
         <a href="javascript:NewCal('customField[{$fieldId}]','ddmmyyyy',true,24)">
-	      <img src="imgs/cal.jpg" alt="{$locale->tr("pick_date")}" style="width: 16px; height: 14px; padding: 0;" />
+	      <img src="imgs/cal.jpg" alt="{$locale->tr("pick_date")}" style="border:0px;width: 16px; height: 14px; padding: 0;" />
 	    </a>
 	</div>  
   {/if}




More information about the pLog-svn mailing list