diff doc/main_window_folder_pane.html @ 1102:af04e83ec5eb

Move menu descriptions to definitions lists.
author zas_
date Sun, 09 Nov 2008 09:28:59 +0000
parents 83cf0c9e300f
children 215e102c1819
line wrap: on
line diff
--- a/doc/main_window_folder_pane.html	Sat Nov 08 22:11:51 2008 +0000
+++ b/doc/main_window_folder_pane.html	Sun Nov 09 09:28:59 2008 +0000
@@ -53,24 +53,26 @@
 
   <p class="gq-folder-pane-8">Note: These buttons are only displayed as an icon, the text below refers to the tool tip that appears by hovering the mouse over each button.</p>
 
-  <p class="gq-folder-pane-7"><b>Show thumbnails:</b> This button is active when the file list is in list view mode, and activating it will toggle the display of thumbnails.</p>
-
-  <p class="gq-folder-pane-7"><b>Change to home folder:</b> Change the main window to display the contents of the user's home folder.</p>
+  <dl class="menu_desc">
+  <dt>Show thumbnails</dt><dd>This button is active when the file list is in list view mode, and activating it will toggle the display of thumbnails.</dd>
 
-  <p class="gq-folder-pane-7"><b>Refresh file list:</b> This will check for changes to the active folder and update the window.</p>
+  <dt>Change to home folder</dt><dd>Change the main window to display the contents of the user's home folder.</dd>
 
-  <p class="gq-folder-pane-7"><b>Zoom in:</b> Increase the image display size.</p>
+  <dt>Refresh file list</dt><dd>This will check for changes to the active folder and update the window.</dd>
+
+  <dt>Zoom in</dt><dd>Increase the image display size.</dd>
 
-  <p class="gq-folder-pane-7"><b>Zoom out:</b> Decrease the image display size.</p>
+  <dt>Zoom out</dt><dd>Decrease the image display size.</dd>
 
-  <p class="gq-folder-pane-7"><b>Fit image to window:</b> This will size the image to fit within the image view.</p>
+  <dt>Fit image to window</dt><dd>This will size the image to fit within the image view.</dd>
+
+  <dt>Set zoom 1:1</dt><dd>Restore zoom to the image's original size.</dd>
 
-  <p class="gq-folder-pane-7"><b>Set zoom 1:1:</b> Restore zoom to the image's original size.</p>
+  <dt>Configure options</dt><dd>Displays the <a href="options.html">Options window</a>.</dd>
 
-  <p class="gq-folder-pane-7"><b>Configure options:</b> Displays the <a href="options.html">Options window</a>.</p>
-
-  <p class="gq-folder-pane-7"><b>Float controls:</b> Toggle the folder pane, file pane, and status bar between the main window and a secondary window.</p>
-
+  <dt>Float controls</dt><dd>Toggle the folder pane, file pane, and status bar between the main window and a secondary window.</dd>
+  </dl>
+  
   <h2>Path entry</h2>
  
   <p class="gq-folder-pane-7">This displays the active folder of the window and allows typing a location.</p>
@@ -107,23 +109,26 @@
 
   <p>Right clicking the mouse or pressing the menu key while the folder pane has focus will display a menu. The menu functions will perform the same as those that match the window's <a href="main_window_menus.html">menu bar</a>, however a few functions are unique to the context menu:</p>
 
-  <p class="gq-folder-pane-7"><b>Up to parent:</b> This will change the window to display the contents of the parent folder.</p>
-
-  <p class="gq-folder-pane-7"><b>Slide show:</b> Start a <a href="image_presentation_slideshow.html">slide show</a> that contains all images in the selected folder.</p>
+  <dl class="menu_desc">
+  <dt>Up to parent</dt><dd>This will change the window to display the contents of the parent folder.</dd>
 
-  <p class="gq-folder-pane-7"><b>Slide show recursive:</b> Start a <a href="image_presentation_slideshow.html">slide show</a> that contains all images in the selected folder, and all images in the sub folders of that folder.</p>
+  <dt>Slide show</dt><dd>Start a <a href="image_presentation_slideshow.html">slide show</a> that contains all images in the selected folder.</dd>
 
-  <p class="gq-folder-pane-7"><b>Find duplicates:</b> This will open a new <a href="image_search_finding_duplicates.html">find duplicates</a> window containing all images in the selected folder.</p>
+  <dt>Slide show recursive</dt><dd>Start a <a href="image_presentation_slideshow.html">slide show</a> that contains all images in the selected folder, and all images in the sub folders of that folder.</dd>
+
+  <dt>Find duplicates</dt><dd>This will open a new <a href="image_search_finding_duplicates.html">find duplicates</a> window containing all images in the selected folder.</dd>
 
-  <p class="gq-folder-pane-7"><b>Find duplicates recursive:</b> This will open a new <a href="image_search_finding_duplicates.html">find duplicates</a> window containing all image in the selected folder, and all images in the sub folders of that folder.</p>
+  <dt>Find duplicates recursive</dt><dd>This will open a new <a href="image_search_finding_duplicates.html">find duplicates</a> window containing all image in the selected folder, and all images in the sub folders of that folder.</dd>
 
-  <p class="gq-folder-pane-10"><b>New folder:</b> Creates a new folder that is a sub folder of the selected folder.</p>
+  <dt>New folder</dt><dd>Creates a new folder that is a sub folder of the selected folder.</dd>
+
+  <dt>Rename</dt><dd>Renames the selected folder.</dd>
 
-  <p class="gq-folder-pane-10"><b>Rename:</b> Renames the selected folder.</p>
+  <p class="gq-folder-pane-11">Note: Renaming a folder will not update metadata, such as keywords, or cached thumbnails for images contained in that folder, the data will be lost.</dd>
 
-  <p class="gq-folder-pane-11">Note: Renaming a folder will not update metadata, such as keywords, or cached thumbnails for images contained in that folder, the data will be lost.</p>
+  <dt>View as tree</dt><dd>Toggles between the list and tree modes of the folder pane.</dd>
 
-  <p class="gq-folder-pane-10"><b>View as tree:</b> Toggles between the list and tree modes of the folder pane.</p>
+  </dl>
 
   <h2>Drag and drop</h2>