Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 7 Rev 9
Línea 867... Línea 867...
867
            className="panel-body"
867
            className="panel-body"
868
            style={{ display: !minimized ? "block" : "none" }}
868
            style={{ display: !minimized ? "block" : "none" }}
869
          >
869
          >
870
            <StyledShowOptions className={` ${showOptions ? "show" : "hide"}`}>
870
            <StyledShowOptions className={` ${showOptions ? "show" : "hide"}`}>
871
              {optionRender()}
871
              {optionRender()}
872
              {optionsLoading && (
-
 
873
                <div
-
 
874
                  style={{
-
 
875
                    position: "absolute",
-
 
876
                    left: "0",
-
 
877
                    top: "0",
-
 
878
                    width: "100%",
-
 
879
                    height: "100%",
-
 
880
                    background: "rgba(255, 255, 255, 0.4)",
-
 
881
                    display: "flex",
-
 
882
                    justifyContent: "center",
-
 
883
                    alignItems: "center",
-
 
884
                    zIndex: "300",
-
 
885
                  }}
-
 
886
                >
-
 
887
                  <Spinner />
-
 
888
                </div>
-
 
889
              )}
-
 
890
            </StyledShowOptions>
872
            </StyledShowOptions>
Línea 891... Línea 873...
891
 
873
 
892
            <div
874
            <div
893
              className="chat-conversation"
875
              className="chat-conversation"
Línea 902... Línea 884...
902
                  id="resultchat_'+chatboxtitle+'"
884
                  id="resultchat_'+chatboxtitle+'"
903
                >
885
                >
904
                  {messagesRender()}
886
                  {messagesRender()}
905
                </ul>
887
                </ul>
906
              </div>
888
              </div>
907
              {loading && (
-
 
908
                <div
-
 
909
                  style={{
-
 
910
                    position: "absolute",
-
 
911
                    left: "0",
-
 
912
                    top: "0",
-
 
913
                    width: "100%",
-
 
914
                    height: "100%",
-
 
915
                    background: "rgba(255, 255, 255, 0.4)",
-
 
916
                    display: "flex",
-
 
917
                    justifyContent: "center",
-
 
918
                    alignItems: "center",
-
 
919
                    zIndex: "300",
-
 
920
                  }}
-
 
921
                >
-
 
922
                  <Spinner />
-
 
923
                </div>
-
 
924
              )}
-
 
925
              <div className="wchat-footer wchat-chat-footer chatboxinput">
889
              <div className="wchat-footer wchat-chat-footer chatboxinput">
926
                <div id="chatFrom">
890
                <div id="chatFrom">
927
                  <div className="block-wchat">
891
                  <div className="block-wchat">
928
                    <button
892
                    <button
929
                      className="icon ti-clip attachment font-24 btn-attach btn-attach uploadFile"
893
                      className="icon ti-clip attachment font-24 btn-attach btn-attach uploadFile"