r739: Adding explication links
authorRobert Sesek <rsesek@bluestatic.org>
Sun, 15 Jan 2006 21:11:31 +0000 (21:11 +0000)
committerRobert Sesek <rsesek@bluestatic.org>
Sun, 15 Jan 2006 21:11:31 +0000 (21:11 +0000)
templates/newreport.tpl
templates/showreport.tpl

index ee53a4300b0bce8bad7bf1eee1c28aa2968290db..a45d75f337f0f37511c70e049b666d58a7223b46 100644 (file)
@@ -34,7 +34,7 @@ $header
                        
                <!-- product -->
                <fieldset>
-                       <legend>{@"Product/Version"} $help[product]</legend>
+                       <legend><a href="explain.php?do=products">{@"Product/Version"}</a> $help[product]</legend>
                        <div class="field"><select name="pcv_select"><option value="0" selected="selected">{@"Select..."}</option>$pcv_select</select></div>
                </fieldset>
                <!-- / product -->
index f9d780a1910f60d1710ebe6d83c2ff4d79fa112f..0ad2349d42bb01c6c30ea51885e56cfc29b3c010 100644 (file)
@@ -49,7 +49,7 @@ $header
                
                <!-- product -->
                <fieldset>
-                       <legend>{@"Product/Version"} $help[product]</legend>
+                       <legend><a href="explain.php?do=products">{@"Product/Version"}</a> $help[product]</legend>
                        <div class="field">
                                <if condition="$show['edit']">
                                        $bug[product] / <if condition="$bug['componentid']">$bug[component] / </if><select name="pcv_select">$pcv_select</select>
@@ -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> $help[newreply]</legend>
+       <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>
 
        <textarea name="comment" cols="50" rows="10" style="width: 100%"></textarea>
 </fieldset>