[rhmessaging-commits] rhmessaging commits: r2381 - mgmt/trunk/cumin/resources.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Tue Sep 2 14:19:54 EDT 2008


Author: eallen
Date: 2008-09-02 14:19:54 -0400 (Tue, 02 Sep 2008)
New Revision: 2381

Modified:
   mgmt/trunk/cumin/resources/documentation.css
   mgmt/trunk/cumin/resources/help.html
Log:
Help for Edit job Ads

Modified: mgmt/trunk/cumin/resources/documentation.css
===================================================================
--- mgmt/trunk/cumin/resources/documentation.css	2008-09-02 18:19:14 UTC (rev 2380)
+++ mgmt/trunk/cumin/resources/documentation.css	2008-09-02 18:19:54 UTC (rev 2381)
@@ -209,3 +209,20 @@
 .author, .editor, .translator, .othercredit{display:block;}
 
 ul li p:last-child{margin-bottom:0em; padding-bottom:0em;}
+
+
+div.inline_help span.edit_string {
+	border: 1px solid #CCCCCC;
+}
+div.inline_help span.edit_number {
+	border: 1px dashed #66CCFF;
+}	
+div.inline_help span.numeric_error {
+	border: 1px dashed #FF0000;
+}
+
+div.inline_help div.error {
+	color: #FF0000;
+	font-size: 0.9em;
+}
+		

Modified: mgmt/trunk/cumin/resources/help.html
===================================================================
--- mgmt/trunk/cumin/resources/help.html	2008-09-02 18:19:14 UTC (rev 2380)
+++ mgmt/trunk/cumin/resources/help.html	2008-09-02 18:19:54 UTC (rev 2381)
@@ -193,7 +193,44 @@
   </li>
 </ul>
 
+      <div class="titlepage">
+      	 <a name="main.pool.job.editads.help"/>
+ 	     <h3 class="title">Edit Job Attributes</h3>
+      </div>
+      <p>
+			There are three types of job attributes that can be edited:
+			<dl>
+				<dt>Boolean</dt>
+				<dd>Choose between <input type="radio" id="true" value="true" name="tf" checked="checked" /><label for="true">TRUE</label> and <input type="radio" id="false" value="false" name="tf"/><label for="false">FALSE</label>.</dd>
+				
+				<dt>Number</dt>
+				<dd><div class="inline_help">Enter any <span class="edit_number">numeric value</span>.
+				Numeric fields are surround by a dashed blue box.
+				<p>
+					If a <span class="numeric_error">non-numeric value</span> is entered in a numeric field, the 
+					surrounding box changes to red dashes and an error message is displayed.<br/>
+					<br/>
+					<em>A blank value in a numeric field is considered an error.</em>
+				</p></div>
+				</dd>
+				
+				<dt>Text</dt>
+				<dd><div class="inline_help"><span class="edit_string">Enter any sequence of numbers or characters.</span></div>
+				Text fields are surround by a light grey box. 
+				<p>If the initial value of a text field is longer than forty characters, a larger input box is provided.</p> 
+				</dd>
+			</dl>
+	  </p>
 
+<ul class="docnav">
+  <li class="up">
+    <a accesskey="u" href="#top">
+      <strong>Help Index</strong>
+    </a>
+  </li>
+</ul>
+
+
     </div><!-- section -->
 
 	<div style="height:1000px;"><!-- --></div>




More information about the rhmessaging-commits mailing list