Updated javascript functions showMessage and hideMessage to use display instead of visibility attribute. The allows the region contain the buttons to collpase rather than display whitespace.
Importer was failing with a particular design. The design had two tasks that are part of the same activity and they point to the same tool content. So now if there aren't 1 or 3 tasks where expected, go though and remove the duplicates (based on the content id). Hopefully then we will have either 1 or 3 tasks and the load will continue okay.
LDEV-824 Hide Submit and Cancel buttons while editing activity items.Added javascript code to the showMessage and hideMessage functions to set the visibility of the Save and Cancel buttons to hidden whilst the iframe is present.
LDEV-824 Hide Submit and Cancel buttons while editing activity items.Added javascript code to the showMessage and hideMessage functions to set the visibility of the Save and Cancel buttons to hidden whilst the iframe is present.
Renamed <P> id attribute from authoringButton to saveCancelButtons to improve clarity. This id is used by javascript to hide and show the save and cancel buttons.