Changeset 397 in tmcsimulator for trunk


Ignore:
Timestamp:
04/24/2019 05:25:18 PM (7 years ago)
Author:
jdalbey
Message:

Fix #140 to remove comment field from evaluations and #130 to make Current display full page width

Location:
trunk/webapps/einotebook
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/webapps/einotebook/cad/cadpad.css

    r359 r397  
    6666        #cadpadfooter  
    6767        { 
    68                 width:668px; 
     68                /*width:668px;*/ 
     69        width: 100%; 
    6970        } 
    7071         
  • trunk/webapps/einotebook/scripts/Evaluation.js

    r386 r397  
    4949                                   "</tr>"; 
    5050                } 
    51                  
     51                /*  Displays the comment input field  
    5252                text += "<tr><td colspan='2' class='evaluationResponse'>" + 
    5353                        "<input onchange='events.getEvaluation(" + this.id + ").recordText();'" + 
     
    5555                        " class='evaluationResponseText' />"  
    5656                        + "</td>"; 
    57                  
    58                 text += "</table></td>" + 
     57        */ 
     58        text += "</table>"; 
     59                /*  Displays the ranking bubbles 
     60                text += "</td>" + 
    5961                                "<td class='evaluationScale'>" + this.evaluationForm() + "</td>" + 
    60                             "</tr>" + 
    61                                 "</table>"; 
    62                  
     62                            "</tr>"; 
     63        */ 
     64        text += "</table>"; 
     65 
     66                         
    6367                return text; 
    6468        } 
Note: See TracChangeset for help on using the changeset viewer.