Created
September 13, 2019 02:06
-
-
Save DataSolveProblems/d1bb146934d43ac5bfef414c3e04ffe7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<apex:page sidebar="false"> | |
<!--Flight Systems Checklist Visualforce Page--> | |
<h1>StationStatus</h1> | |
<apex:form id="stationReadinessChecklist"> | |
<apex:pageBlock title="Station Readiness Checklist"> | |
<apex:pageBlockButtons > | |
<!--Adding Save Button--> | |
<apex:commandButton value="Save" action="{!save}"/> | |
</apex:pageBlockButtons> | |
</apex:pageBlock> | |
</apex:form> | |
</apex:page> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment