LDEV-5317 Move time limit panel to single source in monitoringEach tool using time limits (Assessment, Scratchie, Doku, Whiteboard)had it own code to display and operate time limits.In preparations for time limit widget in monitoring the code wasrefactored so there is single source of time limit feature.
LDEV-5316 Change content folder ID to default oneOnly for questions which have images referring the default contentfolder and which do not have images which refer a new content folder.
LDEV-4020 Use prop() instead of attr() in authoring JS codeNewer jQuery version operate with prop(). Using attr() allowed forexample multiple branches to be marked as the default one.
LDEV-5309 Fix removing units from numerical questiondelete-orphan setting in QbQuestion units causes problems when importingQbQuestion from XML. JPA does not recognise the collection parent andfails on save. Another approach to removing units had to be found.