Path for save button in RAM server
We have the cutsomize UI template file, now RAM upgrade from 7.2 to 7.5.1.1, one button need to change:
After user click on Submit an asset button, in 7.5 near the "Lifecycle :None Match" text field there are two new buttons : save and Cancel.
We are not able to find these two button path on RAM server, could you let me know that then we may change its css.
Thanks.
After user click on Submit an asset button, in 7.5 near the "Lifecycle :None Match" text field there are two new buttons : save and Cancel.
We are not able to find these two button path on RAM server, could you let me know that then we may change its css.
Thanks.
Accepted answer
The submit button is defined in the submit/simple.jsp
<hx:commandExButton type="submit"
value="#{submitAssetHandler.saveButtonLabel}"
id="topSaveButton" rendered="#{not submitAssetHandler.updateMode}"
styleClass="commandExButton" iconDepressed="/theme/images/transparent.gif"
action="#{submitAssetHandler.doFinishAction}">
<hx:behavior id="topSaveShowBusyBehavior" event="onclick" onActionFunction="if (isValidSubmitId()) {showSubmitWaitDialog();saveRelatedAssets();} else {return false;}" />
</hx:commandExButton>