Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 2125 Rev 2126
Línea 55... Línea 55...
55
                          whiteSpace: 'nowrap',
55
                          whiteSpace: 'nowrap',
56
                          textOverflow: 'ellipsis'
56
                          textOverflow: 'ellipsis'
57
                        }}
57
                        }}
58
                      >
58
                      >
59
                        <a
59
                        <a
60
                          className={"btn btn-trans p-0 btn-icon add-tooltip" + styles.shareIconContainer}
60
                          className={"btn btn-trans p-0 btn-icon add-tooltip " + styles.shareIconContainer}
61
                          href="#"
61
                          href="#"
62
                          onClick={(e) => onClickHandler(e, shareModalTypes.VIDEO)}
62
                          onClick={(e) => onClickHandler(e, shareModalTypes.VIDEO)}
63
                        >
63
                        >
64
                          <img
64
                          <img
65
                            src="/images/video-icon.png"
65
                            src="/images/video-icon.png"
Línea 79... Línea 79...
79
                          whiteSpace: 'nowrap',
79
                          whiteSpace: 'nowrap',
80
                          textOverflow: 'ellipsis'
80
                          textOverflow: 'ellipsis'
81
                        }}
81
                        }}
82
                      >
82
                      >
83
                        <a
83
                        <a
84
                          className={"btn btn-trans p-0 btn-icon add-tooltip" + styles.shareIconContainer}
84
                          className={"btn btn-trans p-0 btn-icon add-tooltip " + styles.shareIconContainer}
85
                          href="#"
85
                          href="#"
86
                          onClick={(e) => onClickHandler(e, shareModalTypes.IMAGE)}
86
                          onClick={(e) => onClickHandler(e, shareModalTypes.IMAGE)}
87
                        >
87
                        >
88
                          <img
88
                          <img
89
                            src="/images/image-icon.jpeg"
89
                            src="/images/image-icon.jpeg"
Línea 102... Línea 102...
102
                          whiteSpace: 'nowrap',
102
                          whiteSpace: 'nowrap',
103
                          textOverflow: 'ellipsis'
103
                          textOverflow: 'ellipsis'
104
                        }}
104
                        }}
105
                      >
105
                      >
106
                        <a
106
                        <a
107
                          className={"btn btn-trans p-0 btn-icon add-tooltip" + styles.shareIconContainer}
107
                          className={"btn btn-trans p-0 btn-icon add-tooltip " + styles.shareIconContainer}
108
                          href="#"
108
                          href="#"
109
                          onClick={(e) => onClickHandler(e, shareModalTypes.FILE)}
109
                          onClick={(e) => onClickHandler(e, shareModalTypes.FILE)}
110
                        >
110
                        >
111
                          <img
111
                          <img
112
                            src="/images/document-icon.jpeg"
112
                            src="/images/document-icon.jpeg"