Issue (View Online)

Key: NXP-694
Issue Type: Improvement Improvement
Status: Resolved Resolved
Priority: Minor Minor
Resolution: Fixed
Assignee: George Lefter
Reporter: Thibaut Soulcié

Operations

View all
View comments
View history
Improve Comments interface 
Updated: 01/03/07 20:52   Created: 01/03/07 17:13  

The following issue has been resolved as FIXED.

Project: Nuxeo Enterprise Platform 5
Components: Comments
Fix Versions: 5.1 M1

 Description   
1. Comments table
Concept is : remove <thead>, remove the checkboxes & delete button, make only one column, make the title stick to the table (if no comments, no <h3> title)

HTML output should be like this :

<h3>Comments</h3>

<table class="commentsOutput">
  <tr class="dataRowOdd"> //we keep this system of colored rows
    <td>

<div class="commentActions"> <a href="" </div>
<div class="commentAuthor"> Name of the Author <span class="commentCreationDate"> 00/00/00 24:24</span></div>
<pre> the comment </pre>

    </td>
  </tr>
  <tr class="dataRowOdd"> etc ... </tr></table>



2. The add comment form
Concept is : add a title, put the textarea in a table with css class, button is currently fine

HTML output should be like this :

<h3>Add a comment</h3>

<table class="dataInput"> // can be hand-written, no need for jsf of course
 <tr>
  <td>
    <textarea> //doesnt change
  </td>
 </tr>
</table>

button //doest change



3. Global tab page aspect

* when no comment, page should make

  <h3>Add a comment</h3>
  the add comment form
  
* when page has comments, page should make

  <h3>Comments</h3>
  the comments table

  <h3>Add a comment</h3>
  the textarea + button
  
  
4. warn me when comitted so i can check my styles are ok, thanks :-)

This message was automatically generated by Atlassian JIRA Enterprise Edition, Version: 3.7.2-186 - Bug/feature request.
If you think it was sent incorrectly, contact one of this server's administrators.

_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to