[pLog-svn] r4335 - plog/branches/lifetype-1.1.3/templates/admin

oscar at devel.lifetype.net oscar at devel.lifetype.net
Sun Nov 26 20:18:28 GMT 2006


Author: oscar
Date: 2006-11-26 20:18:26 +0000 (Sun, 26 Nov 2006)
New Revision: 4335

Modified:
   plog/branches/lifetype-1.1.3/templates/admin/newpost.template
Log:
custom fields should appear right below the other checkboxes


Modified: plog/branches/lifetype-1.1.3/templates/admin/newpost.template
===================================================================
--- plog/branches/lifetype-1.1.3/templates/admin/newpost.template	2006-11-26 20:06:51 UTC (rev 4334)
+++ plog/branches/lifetype-1.1.3/templates/admin/newpost.template	2006-11-26 20:18:26 UTC (rev 4335)
@@ -196,15 +196,15 @@
 		 {/if}
       </div>
 
+	  <!-- checkbox custom fields -->
+	   {include file="$admintemplatepath/newpost_customfields.template" type=3 fields=$customfields}
+
       <div class="field">
        	<br /><label for="bookmarklet">{$locale->tr("bookmarklet")}</label>
        	<div class="formHelp">{$locale->tr("bookmarklet_help")}</div>
 		<a href="javascript:bm=document.selection?document.selection.createRange().text:document.getSelection();void(plogbm=window.open('{$url->getAdminUrl()}?op=newPost&sendTrackbacks=1&postText='+encodeURIComponent('&lt;p&gt;'+bm+' ... '+'&lt;a href=&quot;'+window.location.href+'&quot;&gt;'+'{$locale->tr("original_post")}'+'&lt;/a&gt;&lt;/p&gt;'),'plogbm','toolbar=1,status=1,location=1,scrollbars=1,menubar=1,resizable=1'))" onclick="window.alert('{$locale->tr("bookmarklet_help")}');">{$locale->tr("blogit_to_lifetype")}</a> 
       </div>
 	  
-	  <!-- checkbox custom fields -->
-	   {include file="$admintemplatepath/newpost_customfields.template" type=3 fields=$customfields}	  
-	  
 	</div>
 	</fieldset>
     <div class="buttons">



More information about the pLog-svn mailing list