Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions report_cabinets.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,7 @@
<div><?php print __("Cabinet ID")?></div>
</div>
<?php
// because mpdf is so slow, selecting all cabinets in a big data center frequently times out - just disabling fo rnow
//print "<div><div><input type=\"checkbox\" id=\"selectall\">".__("Select all")."</input></div></div>\n";
print "<div><div><input type=\"checkbox\" id=\"selectall\"> ".__("Select all")."</div></div>\n";
foreach ( $cabList as $cab ) {
print "<div><div><input type=\"checkbox\" class=\"selectedId\" id=\"selectedId\" name=\"cabinetid[]\" value=\"$cab->CabinetID\">$cab->Location</input></div></div>\n";
}
Expand Down