Switch to side-by-side view

--- a/Allura/allura/templates/neighborhood_help.html
+++ b/Allura/allura/templates/neighborhood_help.html
@@ -24,12 +24,13 @@
   </p>
   <p>Display options:</p>
   <ul>
-    <li><code>display_mode</code> = grid/list</li>
-    <li><code>show_proj_icon</code> = yes/no</li>
-    <li><code>show_download_button</code> = yes/no</li>
-    <li><code>sort</code> = last_updated/alpha/random/last_registered</li>
-    <li><code>show_total</code> = yes/no.  Adds a sentence with a total count of how many projects are listed.</li>
-    <li><code>columns</code> = 1, 2, or 3.  Works with 'list' display_mode</li>
+    <li><code>display_mode</code> = grid/list.  Default is 'grid'</li>
+    <li><code>show_proj_icon</code> = yes/no.  Default 'yes'</li>
+    <li><code>show_download_button</code> = yes/no.  Default 'yes'</li>
+	<li><code>show_awards_banner</code> = yes/no.  Default 'yes'</li>
+    <li><code>sort</code> = last_updated/alpha/random/last_registered.  Default 'last_updated'</li>
+    <li><code>show_total</code> = yes/no.  Adds a sentence with a total count of how many projects are listed. Default 'no'</li>
+    <li><code>columns</code> = 1, 2, or 3.  Works with 'list' display_mode.  Default 1</li>
   </ul>
   <p>Filter options:</p>
   <ul>
@@ -37,11 +38,11 @@
     <li><code>labels</code> = project label(s) to include.  Separate multiple labels with "|" to match any label.  Separate with "," to require matching all labels listed.</li>
     <li><code>award</code> = short name of award</li>
     <li><code>category</code> = category, for example <code>"Programming Language :: Scala"</code> (include the quotes)</li>
-    <li><code>private</code> = yes/omit.  Show only private projects.  Projects are always filtered by permissions of the logged in user.</li>
+    <li><code>private</code> = yes.  Show only private projects.  Projects are always filtered by permissions of the logged in user.</li>
   </ul>
 
   <h2>Project Template</h2>
   <p>On the <a href="../overview">Neighborhood Overview</a> form, the "Project Template" textbox allows you to specify a standard set of tools and options
   for all new projects, instead of choosing tools when creating the project.  Please
   contact Support for assistance setting up a project template.</p>
-{% endblock %}+{% endblock %}