aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Models
diff options
context:
space:
mode:
Diffstat (limited to 'h-source/Application/Models')
-rw-r--r--h-source/Application/Models/NotebooksModel.php15
1 files changed, 15 insertions, 0 deletions
diff --git a/h-source/Application/Models/NotebooksModel.php b/h-source/Application/Models/NotebooksModel.php
index 2172f52..d235f74 100644
--- a/h-source/Application/Models/NotebooksModel.php
+++ b/h-source/Application/Models/NotebooksModel.php
@@ -67,4 +67,19 @@ class NotebooksModel extends GenericModel {
parent::__construct();
}
+ public function morePopups()
+ {
+ $this->_popupItemNames = array(
+ 'bios' => 'bios',
+ 'architecture' => 'architecture',
+ );
+
+ $this->_popupLabels = array(
+ 'bios' => gtext("free bios"),
+ 'architecture' => gtext("architecture"),
+ );
+
+ $this->createPopupWhere('bios,architecture');
+ }
+
} \ No newline at end of file