diff options
| author | Simon | 2011-03-31 17:41:18 +0200 |
|---|---|---|
| committer | Simon | 2011-03-31 17:41:18 +0200 |
| commit | 173214565587a28da9a851ba1130d6fcc542f912 (patch) | |
| tree | 78b4d2e23efa5c703e3e073fc5325fab90e19314 /application/modules/user/forms/PoolClient.php | |
| parent | pagination auf client, pool und filter hinzugefügt (diff) | |
| download | pbs2-173214565587a28da9a851ba1130d6fcc542f912.tar.gz pbs2-173214565587a28da9a851ba1130d6fcc542f912.tar.xz pbs2-173214565587a28da9a851ba1130d6fcc542f912.zip | |
Pagination - Rücksprung von formular auf richtige Seite
Diffstat (limited to 'application/modules/user/forms/PoolClient.php')
| -rw-r--r-- | application/modules/user/forms/PoolClient.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/application/modules/user/forms/PoolClient.php b/application/modules/user/forms/PoolClient.php index 52ba7d8..c4c6e7f 100644 --- a/application/modules/user/forms/PoolClient.php +++ b/application/modules/user/forms/PoolClient.php @@ -26,5 +26,9 @@ class user_Form_PoolClient extends Zend_Form $this->clients = $clients; return $this; } + private $buttontext = 'Save'; + function setButtontext($v){ + $this->buttontext = $v; + } } |
