Prints out the unit list so user can choose a unit to edit or delete.
displayUnitList($-)
Parameters | |
| - | None |
None
Prints out all info about the unit so it can be edited.
displayUnitInfo($unitID)
Parameters | |
| UnitID | Id (primary key) of unit being edited |
Count($books) - this is sent to the displayEditJavascript so the javascript knows how many
Prints out all of the javascript (form verification and bannerupload functions) for unit editing.
displayEditJavascript($numCheckBoxes)
Parameters | |
| NumCheckBoxes | Number of checkboxes in the page -- this is returned by displayUnitInfo() |
None
Prints out the javascript to confirm unit deletion.
displayDeleteJavascript($-)
Parameters | |
| - | None |
None