Añadir subtitulo de insertar imagen jpg
Some checks failed
PR Builder / Build-PR (pull_request) Failing after 23s
Some checks failed
PR Builder / Build-PR (pull_request) Failing after 23s
This commit is contained in:
parent
fe517735ad
commit
122ce7fbe3
@ -15,9 +15,7 @@ import com.vaadin.flow.component.button.Button;
|
|||||||
import com.vaadin.flow.component.button.ButtonVariant;
|
import com.vaadin.flow.component.button.ButtonVariant;
|
||||||
import com.vaadin.flow.component.combobox.ComboBox;
|
import com.vaadin.flow.component.combobox.ComboBox;
|
||||||
import com.vaadin.flow.component.dialog.Dialog;
|
import com.vaadin.flow.component.dialog.Dialog;
|
||||||
import com.vaadin.flow.component.html.H2;
|
import com.vaadin.flow.component.html.*;
|
||||||
import com.vaadin.flow.component.html.H3;
|
|
||||||
import com.vaadin.flow.component.html.Image;
|
|
||||||
import com.vaadin.flow.component.notification.Notification;
|
import com.vaadin.flow.component.notification.Notification;
|
||||||
import com.vaadin.flow.component.orderedlayout.FlexComponent;
|
import com.vaadin.flow.component.orderedlayout.FlexComponent;
|
||||||
import com.vaadin.flow.component.orderedlayout.HorizontalLayout;
|
import com.vaadin.flow.component.orderedlayout.HorizontalLayout;
|
||||||
@ -130,6 +128,7 @@ public class EmployeeView extends BeanValidationForm<Employee> implements HasUrl
|
|||||||
private final PdfViewer pdfViewer = new PdfViewer();
|
private final PdfViewer pdfViewer = new PdfViewer();
|
||||||
private final H2 infoPer = new H2("Información Personal");
|
private final H2 infoPer = new H2("Información Personal");
|
||||||
private final H3 infoGenr = new H3("Información General");
|
private final H3 infoGenr = new H3("Información General");
|
||||||
|
private final H5 imagenSub = new H5("Insertar una imagen .jpg:");
|
||||||
private final H3 contEmerg = new H3("Contacto de Emergencia");
|
private final H3 contEmerg = new H3("Contacto de Emergencia");
|
||||||
private final H2 infProf = new H2("Información Profesional");
|
private final H2 infProf = new H2("Información Profesional");
|
||||||
private final H3 titulos = new H3("Titulos Profesionales y Estudios Realizados");
|
private final H3 titulos = new H3("Titulos Profesionales y Estudios Realizados");
|
||||||
@ -685,6 +684,7 @@ public class EmployeeView extends BeanValidationForm<Employee> implements HasUrl
|
|||||||
username,
|
username,
|
||||||
infoPer,
|
infoPer,
|
||||||
infoGenr,
|
infoGenr,
|
||||||
|
imagenSub,
|
||||||
upload, profileImagePreview,
|
upload, profileImagePreview,
|
||||||
firstName, lastName,
|
firstName, lastName,
|
||||||
gender, status,
|
gender, status,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user