r742: explain.php?do=autoactions should be plural because products is
authorRobert Sesek <rsesek@bluestatic.org>
Sun, 15 Jan 2006 21:16:38 +0000 (21:16 +0000)
committerRobert Sesek <rsesek@bluestatic.org>
Sun, 15 Jan 2006 21:16:38 +0000 (21:16 +0000)
templates/showreport.tpl

index 0ad2349d42bb01c6c30ea51885e56cfc29b3c010..2191b06f1ca5568be962a932e4e5c5b151801f47 100644 (file)
@@ -192,7 +192,7 @@ $header
 <if condition="$show['newreply']">
 <!-- new reply -->
 <fieldset>
-       <legend>{@"New Reply"}<if condition="$show['autoactions']"> : <a href="explain.php?do=autoaction">{@"Automatic Action"}</a> <select name="autoaction">$select[autoaction]</select></if> $help[newreply]</legend>
+       <legend>{@"New Reply"}<if condition="$show['autoactions']"> : <a href="explain.php?do=autoactions">{@"Automatic Action"}</a> <select name="autoaction">$select[autoaction]</select></if> $help[newreply]</legend>
 
        <textarea name="comment" cols="50" rows="10" style="width: 100%"></textarea>
 </fieldset>