@ -187,7 +187,7 @@ public class MantenimientoView extends VerticalLayout implements BeforeEnterObse
txtNombreEquipo . setReadOnly ( true ) ;
departamentoLayout . add ( area , usuario , btnEnviarCorreo , txtNombreEquipo ) ;
departamentoLayout . add ( area , usuario /*, btnEnviarCorreo*/ , txtNombreEquipo ) ;
departamentoLayout . setWidthFull ( ) ;
createHardwareSection ( databaseService ) ;
@ -411,7 +411,7 @@ public class MantenimientoView extends VerticalLayout implements BeforeEnterObse
private void signLayout ( ) {
VerticalLayout userSignLayout = new VerticalLayout ( ) ;
userSignPad = new SignaturePad ( ) ;
userSignPad . setBackgroundColor ( 0 , 0 , 0 , 0 ) ;
userSignPad . setBackgroundColor ( "#FFFFFF" ) ;
userSignPad . setHeight ( "200px" ) ;
userSignPad . setPenColor ( "#000000" ) ;
userSignPad . getElement ( ) . getStyle ( ) . set ( "border" , "1px solid black" ) ;
@ -426,9 +426,9 @@ public class MantenimientoView extends VerticalLayout implements BeforeEnterObse
VerticalLayout smtSignLayout = new VerticalLayout ( ) ;
smtSignPad = new SignaturePad ( ) ;
smtSignPad . setHeight ( "200px" ) ;
smtSignPad . setBackgroundColor ( 0 , 0 , 0 , 0 ) ;
smtSignPad . setBackgroundColor ( "#FFFFFF" ) ;
smtSignPad . setPenColor ( "#000000" ) ;
smtSignPad . getElement ( ) . getStyle ( ) . set ( "border" , "1 px solid black" ) ;
smtSignPad . getElement ( ) . getStyle ( ) . set ( "border" , "2 px solid black" ) ;
String u = securityService . getAuthenticatedUser ( ) ;
Span smtSignSpan = new Span ( u ) ;
Span tituloSMT = new Span ( "Responsable de Soporte" ) ;
@ -440,7 +440,7 @@ public class MantenimientoView extends VerticalLayout implements BeforeEnterObse
VerticalLayout gcialSignLayout = new VerticalLayout ( ) ;
gciatiSignPad = new SignaturePad ( ) ;
gciatiSignPad . setBackgroundColor ( 0 , 0 , 0 , 0 ) ;
gciatiSignPad . setBackgroundColor ( "#FFFFFF" ) ;
gciatiSignPad . setHeight ( "200px" ) ;
gciatiSignPad . setPenColor ( "#000000" ) ;
gciatiSignPad . getElement ( ) . getStyle ( ) . set ( "border" , "1px solid black" ) ;