diff options
| author | Simon | 2011-04-19 14:15:07 +0200 |
|---|---|---|
| committer | Simon | 2011-04-19 14:15:07 +0200 |
| commit | e1d82ff387bc48987a3a05ef5644ff43942d2d19 (patch) | |
| tree | e88fe818c9d16a8c748d77f500ef58775142661b | |
| parent | Filter funktionieren wieder (diff) | |
| download | pbs2-e1d82ff387bc48987a3a05ef5644ff43942d2d19.tar.gz pbs2-e1d82ff387bc48987a3a05ef5644ff43942d2d19.tar.xz pbs2-e1d82ff387bc48987a3a05ef5644ff43942d2d19.zip | |
FilterMöglichkeit umbenannt
| -rw-r--r-- | application/modules/user/forms/FilterEntry.php | 2 | ||||
| -rw-r--r-- | pbs.sql | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/application/modules/user/forms/FilterEntry.php b/application/modules/user/forms/FilterEntry.php index 2751dc6..42885ff 100644 --- a/application/modules/user/forms/FilterEntry.php +++ b/application/modules/user/forms/FilterEntry.php @@ -201,7 +201,7 @@ class user_Form_FilterEntry extends Zend_Form $filtervalue1->setRegisterInArrayValidator(false); break; case "6": - $desc = "Select a Group"; + $desc = "For all members in this Group"; $label1 = 'Group:'; // TODO: insert the child Groups $filtervalue1 = $this->createElement('select','filtervalue'); @@ -343,7 +343,7 @@ INSERT INTO `pbs_filtertype` (`filtertypeID`, `filtertypename`) VALUES (3, 'PoolID'), (4, 'BootIso'), (5, 'Membership'), -(6, 'Group'), +(6, 'All Members'), (7, 'Time'), (8, 'Client'), (9, 'Hardwarehash'), |
