Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 5311 | Rev 5313 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 5311 Rev 5312
Línea 617... Línea 617...
617
                  {messagesRender()}
617
                  {messagesRender()}
618
                </ul>
618
                </ul>
619
              </div>
619
              </div>
620
              <div className="wchat-footer wchat-chat-footer">
620
              <div className="wchat-footer wchat-chat-footer">
621
                <div id="chatFrom" className="chatFrom">
621
                <div id="chatFrom" className="chatFrom">
622
                  {
-
 
623
                    responseMessage &&
-
 
624
                    <div className={responseMessage ? 'resp_messages-container active' : 'resp_messages-container'}>
-
 
625
                      <span>{`Respondiendo a ${responseMessage.user_name}`}</span>
-
 
626
                      <p>{responseMessage.m}</p>
-
 
627
                    </div>
-
 
628
                  }
-
 
-
 
622
 
629
                  <div className="block-wchat">
623
                  <div className="block-wchat">
630
                    <button
624
                    <button
631
                      className="icon ti-clip attachment font-24 btn-attach btn-attach uploadFile"
625
                      className="icon ti-clip attachment font-24 btn-attach btn-attach uploadFile"
632
                      id="uploadFile"
626
                      id="uploadFile"
633
                      onClick={handleShareFileModalShow}
627
                      onClick={handleShareFileModalShow}
Línea 651... Línea 645...
651
                          name="chattxt"
645
                          name="chattxt"
652
                          style={{ resize: 'none', height: '20px' }}
646
                          style={{ resize: 'none', height: '20px' }}
653
                          placeholder={CHAT_LABELS.WRITE_A_MESSAGE}
647
                          placeholder={CHAT_LABELS.WRITE_A_MESSAGE}
654
                          onKeyDown={handleChatBoxKeyDown}
648
                          onKeyDown={handleChatBoxKeyDown}
655
                          ref={textAreaEl}
649
                          ref={textAreaEl}
656
                          onBlur={() => responseMessage && setResponseMessage(null)}
-
 
657
                          onFocus={() => not_seen_messages && onRead(entity)}
650
                          onFocus={() => not_seen_messages && onRead(entity)}
658
                        />
651
                        />
659
                      </div>
652
                      </div>
660
                    </div>
653
                    </div>
661
                  </div>
654
                  </div>
Línea 770... Línea 763...
770
                          style={{ resize: 'none', height: '20px' }}
763
                          style={{ resize: 'none', height: '20px' }}
771
                          placeholder={CHAT_LABELS.WRITE_A_MESSAGE}
764
                          placeholder={CHAT_LABELS.WRITE_A_MESSAGE}
772
                          onKeyDown={handleChatBoxKeyDown}
765
                          onKeyDown={handleChatBoxKeyDown}
773
                          ref={textAreaEl}
766
                          ref={textAreaEl}
774
                          onFocus={() => not_seen_messages && onRead(entity)}
767
                          onFocus={() => not_seen_messages && onRead(entity)}
775
                          onBlur={() => responseMessage && setResponseMessage(null)}
-
 
776
                        />
768
                        />
777
                        <input
769
                        <input
778
                          id="to_uname"
770
                          id="to_uname"
779
                          name="to_uname"
771
                          name="to_uname"
780
                          value="'+chatboxtitle+'"
772
                          value="'+chatboxtitle+'"