Changeset 1601
- Timestamp:
- 11/01/07 01:04:50
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/websubmit/webapp/resources/demoskins/default/default/default.xsl
r1600 r1601 930 930 <p> 931 931 <label for="commentContactName">Organization Name: </label> 932 <input type="text" name="commentContactName" />932 <input type="text" name="commentContactName" size="40"/> 933 933 <span class="note"> Please limit contacts to organizations, not individuals.</span> 934 934 </p> … … 987 987 <p> 988 988 <label for="commentCategories">Category suggestion: </label> 989 <input type="text" name="commentCategories" />989 <input type="text" name="commentCategories" size="30"/> 990 990 </p> 991 991 </div>
