r736: Adding a help bubble for new reply
authorRobert Sesek <rsesek@bluestatic.org>
Sun, 15 Jan 2006 20:39:38 +0000 (20:39 +0000)
committerRobert Sesek <rsesek@bluestatic.org>
Sun, 15 Jan 2006 20:39:38 +0000 (20:39 +0000)
templates/showreport.tpl

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