Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2005-10-12 21:48:09 +0000
committermkersten2005-10-12 21:48:09 +0000
commit1d966d16f5b8381af9edb41ff686323901cf06f9 (patch)
tree916a687d066b2a161f470b75fa5ad85538f5e7d2
parenta944b871430fd456b797a71652b124194cd1084b (diff)
downloadorg.eclipse.mylyn.tasks-1d966d16f5b8381af9edb41ff686323901cf06f9.tar.gz
org.eclipse.mylyn.tasks-1d966d16f5b8381af9edb41ff686323901cf06f9.tar.xz
org.eclipse.mylyn.tasks-1d966d16f5b8381af9edb41ff686323901cf06f9.zip
Fixed Bug #112374: Mylar fails ungracefully when mozilla is not found
-rw-r--r--org.eclipse.mylyn.help.ui/doc/new.html31
1 files changed, 29 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.help.ui/doc/new.html b/org.eclipse.mylyn.help.ui/doc/new.html
index dacca8d5b..4d409ec92 100644
--- a/org.eclipse.mylyn.help.ui/doc/new.html
+++ b/org.eclipse.mylyn.help.ui/doc/new.html
@@ -414,9 +414,9 @@ Submit feature requests to
<p align="right"><b>Task history</b></p>
</td>
<td width="70%" valign="top">
- <span style="background-color: #FFCC99">The task list now has a
+ The task list now has a
back/forward navigation history with drop-downs of previously
- activated tasks.</span><p>
+ activated tasks.<p>
<img border="0" src="images/tasks-history.gif" width="495" height="169"></td>
</tr>
</table>
@@ -604,6 +604,33 @@ Submit feature requests to
</tbody>
</table>
+<table cellpadding="10" cellspacing="0" width="600" id="table57">
+ <colgroup>
+ <col width="20%" valign="top" align="right">
+ <col width="80%" valign="top" align="left">
+ </colgroup>
+ <tbody>
+ <tr>
+ <td width="30%" valign="top" align="left">
+ <p align="right"><b>Move tasks directory</b></p>
+ </td>
+ <td width="70%" valign="top">
+ Bug reports can be opened with either the Bug Editor or the Internal
+ Web Browser.&nbsp; This can be set as a Task List preferences.&nbsp;
+ When the Bug Editor is open you can click the hyperlink to show the
+ report in the browser (e.g. to use a feature not yet available in
+ the editor, such as voting).&nbsp; <p>
+ <img border="0" src="images/bugzilla-internal-browser.gif" width="344" height="157"></p>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2">
+ <hr>
+ </td>
+ </tr>
+ </tbody>
+</table>
+
<h3>Bugzilla Client</h3>
<table cellpadding="10" cellspacing="0" width="600" id="table36">

Back to the top