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

oscar at devel.plogworld.net oscar at devel.plogworld.net
Sun Jan 9 14:20:40 GMT 2005


Author: oscar
Date: 2005-01-09 14:20:39 +0000 (Sun, 09 Jan 2005)
New Revision: 707

Modified:
   plog/trunk/templates/admin/editpost.template
   plog/trunk/templates/admin/newpost.template
Log:
some IE-relatd fixes


Modified: plog/trunk/templates/admin/editpost.template
===================================================================
--- plog/trunk/templates/admin/editpost.template	2005-01-09 14:12:24 UTC (rev 706)
+++ plog/trunk/templates/admin/editpost.template	2005-01-09 14:20:39 UTC (rev 707)
@@ -21,7 +21,7 @@
   <form name="newPost" id="editPost" action="admin.php" method="post">
    <fieldset class="inputField">
    <legend>{$locale->tr("newPost")}</legend>
-   <div style="float:left; width: 75%; border-right: 1px solid #DEDEDE;">  
+   <div style="float:left; width: 73%; border-right: 1px solid #DEDEDE;">  
      {include file="$admintemplatepath/formvalidate.template" message=$locale->tr("error_updating_post")}    
 	 
 	   <div class="field">

Modified: plog/trunk/templates/admin/newpost.template
===================================================================
--- plog/trunk/templates/admin/newpost.template	2005-01-09 14:12:24 UTC (rev 706)
+++ plog/trunk/templates/admin/newpost.template	2005-01-09 14:20:39 UTC (rev 707)
@@ -44,7 +44,7 @@
   <form name="newPost" id="newPost" action="admin.php" method="post">
    <fieldset class="inputField">
    <legend>{$locale->tr("newPost")}</legend>
-   <div style="float:left; width: 75%; border-right: 1px solid #DEDEDE;">
+   <div style="float:left; width: 73%; border-right: 1px solid #DEDEDE;">
 	   {include file="$admintemplatepath/formvalidate.template" message=$locale->tr("error_adding_post")}  
 	   
 	   <div class="field">




More information about the pLog-svn mailing list