Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 2555 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 2555 Rev 2561
Línea 239... Línea 239...
239
                  >
239
                  >
240
                    <div
240
                    <div
241
                      className="drupalchat_search_main chatboxinput"
241
                      className="drupalchat_search_main chatboxinput"
242
                      style={{ background: "#f9f9f9" }}
242
                      style={{ background: "#f9f9f9" }}
243
                    >
243
                    >
244
                      <div
-
 
245
                        className="drupalchat_search"
-
 
246
                        style={{ height: "auto" }}
-
 
247
                      >
-
 
248
                        <input
244
                      <input
249
                          className="drupalchat_searchinput live-search-box"
245
                        className="drupalchat_searchinput live-search-box"
250
                          id="live-search-box"
246
                        id="live-search-box"
251
                          placeholder="Buscar"
-
 
252
                          size="24"
-
 
253
                          type="text"
247
                        type="text"
254
                          name='search'
248
                        name='search'
255
                          value={search}
249
                        value={search}
256
                          onChange={e => {
-
 
257
                            setSearch(e.target.value || '')
250
                        onChange={e => setSearch(e.target.value || '')}
258
                          }}
-
 
259
                        />
251
                      />
260
                        <button
-
 
261
                          className="searchbutton"
252
                      <i className="searchbutton fas fa-search" />
262
                          id="searchbutton"
-
 
263
                          title=""
-
 
264
                          style={{
-
 
265
                            height: "30px",
-
 
266
                            border: "none",
-
 
267
                            margin: "0px",
-
 
268
                            paddingRight: "13px",
-
 
269
                            verticalAlign: "middle",
-
 
270
                          }}
-
 
271
                          type="submit"
-
 
272
                        ></button>
-
 
273
                        <div
-
 
274
                          id="search_result"
-
 
275
                          style={{
-
 
276
                            textAlign: "center",
-
 
277
                            fontSize: "11px",
-
 
278
                            display: "none",
-
 
279
                          }}
-
 
280
                        >
-
 
281
                          Sin resultados
-
 
282
                        </div>
-
 
283
                      </div>
-
 
284
                    </div>
253
                    </div>
285
                    <div
254
                    <div
286
                      className="drupalchat_search_main chatboxinput"
255
                      className="drupalchat_search_main chatboxinput"
287
                      style={{ background: "#f9f9f9" }}
256
                      style={{ background: "#f9f9f9" }}
288
                    >
257
                    >