StyleGuide
From Wikipedia
Buttons
| OK | We don't use save, print or similar, only OK, because we want to offer an apply button as well. Printing in PHProjekt is done using the Print stylesheets, so no special button is needed. Ok saves the current item to the database and returns to the summary page of the current module - which is the list view or another overview page. |
| Apply | Whenever possible we offer an apply button. It saves current configuration to the database and reloads the same page - with the saved values - again. |
| Cancel | cancel saves nothing and returns to the summary page of the current module - which is the list view, most of the time. cancel substitutes the back-button that is offered in some other web applications. |
| Delete | This button opens a confirmation dialog that asks if something actually should be deleted. If the user clicks ok in that dialog, it deletes the current item and returns to the summary page of the current module. This button is not visible when creating a new item. |
| Help | Currently not used in PHProjekt, substituted by the [?] button on the upper right side. |

