Changeset 400 in tmcsimulator for trunk/webapps/cptms/index.html


Ignore:
Timestamp:
05/09/2019 02:36:20 PM (7 years ago)
Author:
jdalbey
Message:

CPTMS improved layout of HAR dialog

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/webapps/cptms/index.html

    r393 r400  
    7676        <br> 
    7777        <input id='harID' value="" type='hidden'/> 
     78        <div id="har-msg-display"> 
     79 
    7880        <!--div id="har-message-input"-->Proposed:<br> 
    79         <input id="har-msgcontent1" class="har-input" type="text" size="50" oninput="this.value = this.value.toUpperCase()"><br> 
    80         <!--textarea id="har-msgcontent1" maxlength="150" rows="2" cols="50"/><br><br--> 
    81  
    82         <div id="har-buttonPanel" style="display: block;"><br> 
     81        <!-- <input id="har-msgcontent1" class="har-input" type="text" size="50" oninput="this.value = this.value.toUpperCase()"><br> --> 
     82        <div class="har-msg"> 
     83            <textarea id="har-msgcontent1" maxlength="150" rows="5" cols="50" style="resize:none"   oninput="this.value = this.value.toUpperCase()"></textarea> 
     84        </div> 
     85 
     86        <div id="har-buttonPanel" style="display: block;"> 
    8387        <button onclick="handleHARsubmit();">Send >></button> 
    8488        <button onclick="handleHARclear();">Clear >></button> 
    85         <button onclick="hideElementById('har-dialog');">Close </button><br><br> 
     89        <button onclick="hideElementById('har-dialog');">Close </button> 
    8690        </div> 
    8791        <div id="har-message-display"  style="display: block;">Current:<br> 
    88          <textarea readonly id="har-msgdisplay1" maxlength="150" rows="3" cols="50"></textarea> 
    89         </div> 
     92         <textarea readonly id="har-msgdisplay1" maxlength="150" rows="5" cols="50" style="resize:none"></textarea> 
     93        </div> 
     94 
     95        </div> 
     96 
    9097    </div> 
    9198    <!--The div elements where the buttons appear  --> 
Note: See TracChangeset for help on using the changeset viewer.