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

mark at devel.lifetype.net mark at devel.lifetype.net
Tue Feb 7 10:09:23 GMT 2006


Author: mark
Date: 2006-02-07 10:09:23 +0000 (Tue, 07 Feb 2006)
New Revision: 2924

Modified:
   plog/trunk/templates/admin/editcomments.template
Log:
Some bug fix.

Modified: plog/trunk/templates/admin/editcomments.template
===================================================================
--- plog/trunk/templates/admin/editcomments.template	2006-02-07 10:08:32 UTC (rev 2923)
+++ plog/trunk/templates/admin/editcomments.template	2006-02-07 10:09:23 UTC (rev 2924)
@@ -11,7 +11,7 @@
 
                 <form id="showBy" action="admin.php" method="post">
                 <fieldset>
-                <legend>{$locale->tr("show_by")} ({if $post}{$post->getTopic()}{/if})</legend>
+                <legend>{$locale->tr("show_by")} {if $post}({$post->getTopic()}){/if}</legend>
 
                     <div class="list_nav_option">
                     <label for="showStatus">{$locale->tr("status")}</label>
@@ -127,7 +127,7 @@
 		            <select name="commentStatus" id="commentStatus">
 		              <option value="-1">-{$locale->tr("select")}-</option>
 		              {foreach from=$commentstatusWithoutAll key=name item=status}
-		                <option value="{$status}" {if $currentstatus == $status} selected="selected"{/if}>{$locale->tr($name)}</option>
+		                <option value="{$status}">{$locale->tr($name)}</option>
 		              {/foreach}
 		            </select>
 		            <input type="button" name="changeCommentsStatus" value="{$locale->tr("change_status")}" class="submit" onClick="javascript:submitCommentsList('changeCommentsStatus');" /> 



More information about the pLog-svn mailing list