4.5 Removal of buttons
Some buttons are removed for functional reason's. These' re:
  • Update request in RO-view. We want the user to add log comments but doesn't want him/her to allow to change the contents of the original request.
  • Reopen request in RO-view. We doesn't want to give the employee directly the right to reopen a incident. This needs to be done by the proper procedure.
This results into the following changes:
  • Original:
    ImgBtnCreate("btn001", msgtext(504), "pdm_submit('main_form','UPDATE')", "defer", 0);

    Replaced by:
    <!-- ImgBtnCreate("btn001", msgtext( ), "pdm_submit('main_form','UPDATE')", "defer", 0); -->
  • Original:
    ImgBtnCreate("btn003",msgtext(498), "reopen_request()", "defer", 0);

    Replaced by:
    <!-- ImgBtnCreate("btn003",msgtext(498), "reopen_request()", "defer", 0); -->