[pLog-svn] r4843 - plog/branches/lifetype-1.2/templates/admin

reto at devel.lifetype.net reto at devel.lifetype.net
Thu Feb 22 17:44:30 EST 2007


Author: reto
Date: 2007-02-22 17:44:30 -0500 (Thu, 22 Feb 2007)
New Revision: 4843

Modified:
   plog/branches/lifetype-1.2/templates/admin/editpost.template
Log:
fix to my previous fixes.


Modified: plog/branches/lifetype-1.2/templates/admin/editpost.template
===================================================================
--- plog/branches/lifetype-1.2/templates/admin/editpost.template	2007-02-22 22:36:19 UTC (rev 4842)
+++ plog/branches/lifetype-1.2/templates/admin/editpost.template	2007-02-22 22:44:30 UTC (rev 4843)
@@ -117,7 +117,7 @@
 		 <div class="formHelp">{$locale->tr("post_categories_help")}</div>
          <select name="postCategories[]" id="postCategories" size="5" multiple="multiple" style="width:100%">
            {foreach from=$categories item=category}
-           <option value="{$category->getId()}"> {foreach from=$postCategories item=categoryId}{if $category->getId() == $categoryId} selected="selected" {/if}{/foreach}>{$category->getName()}</option>
+           <option value="{$category->getId()}" {foreach from=$postCategories item=categoryId}{if $category->getId() == $categoryId} selected="selected" {/if}{/foreach}>{$category->getName()}</option>
            {/foreach}
          </select>
          <input type="text" name="newArticleCategory" id="newArticleCategory" style="width:100px; margin-top:3px;" size="16" value="" />



More information about the pLog-svn mailing list