Guest User

Untitled

a guest
Jan 23rd, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. <h:head>
  2.  
  3. <style type="text/css">
  4. boton {
  5. border-radius: 5px;
  6.  
  7. }
  8. </style>
  9.  
  10. </h:head>
  11. <h:body>
  12. <h:form>
  13.  
  14. <br></br>
  15. <h:panelGrid id="panelButtons" columns="3" style="text-align:center;" width="90%">
  16. <p:commandButton id="boton" value="Empleados" styleClass="ui-priority-primary" update="dlg1" oncomplete="PF('dlg1').show();" />
  17. </h:panelGrid>
Add Comment
Please, Sign In to add comment