Add a text input field to the decorator test file
authorRobert Sesek <rsesek@bluestatic.org>
Thu, 1 Jan 2009 03:06:07 +0000 (19:06 -0800)
committerRobert Sesek <rsesek@bluestatic.org>
Thu, 1 Jan 2009 03:06:07 +0000 (19:06 -0800)
* docs/decoratortest.html

docs/decoratortest.html

index 7d3a4f29c076bff571e511346af03ff073b3bd65..6d0b7ba2fd58d02c8931456586d5c47bcf482113 100644 (file)
                <input type="radio" id="verifyemail_yes" name="setting[verifyemail]" value="1" checked="checked" /> <label for="verifyemail_yes">Yes</label>
                <input type="radio" id="verifyemail_no" name="setting[verifyemail]" value="0"  /> <label for="verifyemail_no">No</label>
        </dd>
+       
+       <dt>
+               <label for="trackerurl">
+                       Tracker Base URL
+                       <dfn>The base URL of the tracker. This is used when creating external links to the tracker. <strong>Be sure that this does not end in a trailing slash (&quot;/&quot;).</strong><br />Example: http://www.bluestatic.org/bugs</dfn>
+               </label>
+       </dt>
+       <dd><input type="text" class="input" id="trackerurl" name="setting[trackerurl]" value="http://localhost/bugdar-12" size="35" /></dd>
 </dl>
 </fieldset>