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

oscar at devel.plogworld.net oscar at devel.plogworld.net
Tue Feb 1 22:10:48 GMT 2005


Author: oscar
Date: 2005-02-01 22:10:48 +0000 (Tue, 01 Feb 2005)
New Revision: 912

Modified:
   plog/trunk/templates/admin/newpost.template
Log:
fixed issue 191 (http://bugs.plogworld.net/view.php?id=191)

Modified: plog/trunk/templates/admin/newpost.template
===================================================================
--- plog/trunk/templates/admin/newpost.template	2005-02-01 21:43:57 UTC (rev 911)
+++ plog/trunk/templates/admin/newpost.template	2005-02-01 22:10:48 UTC (rev 912)
@@ -125,7 +125,7 @@
            <option value="{$category->getId()}" {foreach from=$postCategories item=categoryId}{if $category->getId() == $categoryId} selected="selected" {/if}{/foreach}>{$category->getName()}</option>
            {/foreach}
          </select>
-        {include file="$admintemplatepath/validate.template" field=postCategories message=$locale->tr("error_no_categories")}	   
+        {include file="$admintemplatepath/validate.template" field=postCategories message=$locale->tr("error_no_category_selected")}	   
 	   </div>
    
        <div class="field_checkbox">




More information about the pLog-svn mailing list