Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 14385 Rev 14386
Línea 424... Línea 424...
424
						<div className="form-group">
424
						<div className="form-group">
425
							<label htmlFor="form-description">Descripción</label>
425
							<label htmlFor="form-description">Descripción</label>
426
							{(description) && 
426
							{(description) && 
427
							<DescriptionInput
427
							<DescriptionInput
428
								defaultValue={description}
428
								defaultValue={description}
429
								name='description'
429
								name="description"
430
								onChange={setValue}
430
								onChange={setValue}
431
							/>}
431
							/>}
Línea 432... Línea 432...
432
							
432
							
433
						</div>
433
						</div>
434
						<div className="form-group">
434
						<div className="form-group">
435
							<label htmlFor="form-description">Texto</label>
435
							<label htmlFor="form-description">Texto</label>
436
							{(text) && 
436
							{(text) && 
437
							<DescriptionInput
437
							<DescriptionInput
438
								defaultValue={text}
438
								defaultValue={text}
439
								name='text'
439
								name="text"
440
								onChange={setValue}
440
								onChange={setValue}
441
							/>}
441
							/>}
442
						</div>
442
						</div>
443
						<div className="form-group">
443
						<div className="form-group">