diff options
| author | michael pereira | 2011-03-11 10:02:41 +0100 |
|---|---|---|
| committer | michael pereira | 2011-03-11 10:02:41 +0100 |
| commit | a83dfa457afb43a661074bdc1676c1a1d7653625 (patch) | |
| tree | febf55c855326b3d6ba79fb663f17fad88f02403 /application/forms/PoolClient.php | |
| parent | bootos getressources (diff) | |
| parent | AddClientToPool über Formular gefixxt, Buttonbeschriftungen anhand der Actio... (diff) | |
| download | pbs2-a83dfa457afb43a661074bdc1676c1a1d7653625.tar.gz pbs2-a83dfa457afb43a661074bdc1676c1a1d7653625.tar.xz pbs2-a83dfa457afb43a661074bdc1676c1a1d7653625.zip | |
Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2
Diffstat (limited to 'application/forms/PoolClient.php')
| -rw-r--r-- | application/forms/PoolClient.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/application/forms/PoolClient.php b/application/forms/PoolClient.php index 7bacae0..0c4ef6a 100644 --- a/application/forms/PoolClient.php +++ b/application/forms/PoolClient.php @@ -11,6 +11,7 @@ class Application_Form_PoolClient extends Zend_Form $clientfield = $this->createElement('select','clientID'); $clientfield ->setLabel('Client:'); + print_a($this->clients); foreach($this->clients as $c){ $clientfield->addMultiOption($c['clientID'],$c['macadress']." - ".$c['hardwarehash']); } |
