comparison doc/main_window_status_bar.html @ 1102:af04e83ec5eb

Move menu descriptions to definitions lists.
author zas_
date Sun, 09 Nov 2008 09:28:59 +0000
parents 83cf0c9e300f
children 215e102c1819
comparison
equal deleted inserted replaced
1101:83cf0c9e300f 1102:af04e83ec5eb
51 51
52 <h2>Sort method</h2> 52 <h2>Sort method</h2>
53 53
54 <p>This is the method used to sort image names in the file list. Clicking or activating this field will display a menu to allow selection of the sort method.</p> 54 <p>This is the method used to sort image names in the file list. Clicking or activating this field will display a menu to allow selection of the sort method.</p>
55 55
56 <p class="gq-status-bar-5"><b>Name</b>: Images are sorted by file name.<br /> 56 <dl class="menu_desc">
57 <b>Number</b>: Images are sorted by natural numerical order, such that, for example, 9_name.jpg will be listed before 10_name.jpg.<br /> 57 <dt>Name</dt><dd>Images are sorted by file name.</dd>
58 <b>Date</b>: Images are sorted by file date on disk.<br /> 58 <dt>Number</dt><dd>Images are sorted by natural numerical order, such that, for example, 9_name.jpg will be listed before 10_name.jpg.</dd>
59 <b>Size</b>: Image are sorted by file size on disk.<br /> 59 <dt>Date</dt><dd>Images are sorted by file date on disk.</dd>
60 <b>Ascending</b>: Toggles between increasing and decreasing sort order. A check will appear next to this entry to indicate ascending sort order.</p> 60 <dt>Size</dt><dd>Image are sorted by file size on disk.</dd>
61 <dt>Ascending</dt><dd>Toggles between increasing and decreasing sort order. A check will appear next to this entry to indicate ascending sort order.</dd>
62 </dl>
61 63
62 <h2>File list</h2> 64 <h2>File list</h2>
63 65
64 <p>This section displays the count of files that appear in the file list, including the total byte size. The number of files selected is displayed in parenthesis, including the total byte size of the selected files. The slide show status is also displayed here; when a slide show is running, &ldquo;Slideshow&rdquo; will appear, the text will change to &ldquo;Paused&rdquo; when a slide show is in the paused state.</p> 66 <p>This section displays the count of files that appear in the file list, including the total byte size. The number of files selected is displayed in parenthesis, including the total byte size of the selected files. The slide show status is also displayed here; when a slide show is running, &ldquo;Slideshow&rdquo; will appear, the text will change to &ldquo;Paused&rdquo; when a slide show is in the paused state.</p>
65 67