Guest User

Untitled

a guest
Jan 15th, 2019
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. <rich:modalPanel domElementAttachment="parent" id="profilePanel" styleClass="popUp" resizeable="false" moveable="false" autosized="true" zindex="200" top="-10">
  2. <h:form enctype="multipart/form-data" id="profilePanelFormId">
  3. <k:box title="Edit Advocacy Profile" width="width6x" wantFocus="true">
  4.  
  5. <s:div id="profilePanelForm">
  6. <rich:messages rendered="#{messagesUtil.errorsExist}"/>
  7. <a4j:include viewId="/panel/advocacy/advocateProfileEdit.xhtml"/>
  8. </s:div>
  9.  
  10. <h:commandLink id="cancel" immediate="true" value="Cancel" action="#{advocateManager.cancelEditCommitment}" styleClass="button cancel" tabindex="100">
  11. <f:param name="confirmationCode" value="3C5VNP5"/>
  12. </h:commandLink>
  13. <h:commandLink id="save" value="Save" action="#{advocateManager.saveCommitment}" styleClass="button submit" tabindex="101">
  14. <f:param name="confirmationCode" value="3C5VNP5"/>
  15. </h:commandLink>
  16.  
  17. </k:box>
  18. </h:form>
  19. </rich:modalPanel>
Add Comment
Please, Sign In to add comment