diff options
Diffstat (limited to 'h-source/Application/Controllers/PrintersController.php')
-rw-r--r-- | h-source/Application/Controllers/PrintersController.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/h-source/Application/Controllers/PrintersController.php b/h-source/Application/Controllers/PrintersController.php index 3e59702..3ff195b 100644 --- a/h-source/Application/Controllers/PrintersController.php +++ b/h-source/Application/Controllers/PrintersController.php @@ -87,6 +87,9 @@ class PrintersController extends GenericController $data['intefaceOptions'] = Printer::$interface; $data['worksOptions'] = Printer::$compatibility; $data['worksField'] = 'compatibility'; + + $data['notFoundString'] = "No printers found"; + $this->append($data); } |