From 903ae8a581fac1e6917fc3e31d2ad8fb91df80c3 Mon Sep 17 00:00:00 2001 From: ctrlaltca <> Date: Thu, 12 Jul 2012 11:21:01 +0000 Subject: standardize the use of unix eol; use svn properties to enforce native eol --- .../active-controls/protected/pages/GerTurno2.php | 104 ++++++++++----------- 1 file changed, 52 insertions(+), 52 deletions(-) (limited to 'tests/FunctionalTests/active-controls/protected/pages/GerTurno2.php') diff --git a/tests/FunctionalTests/active-controls/protected/pages/GerTurno2.php b/tests/FunctionalTests/active-controls/protected/pages/GerTurno2.php index d31c10f6..e2ffbf07 100644 --- a/tests/FunctionalTests/active-controls/protected/pages/GerTurno2.php +++ b/tests/FunctionalTests/active-controls/protected/pages/GerTurno2.php @@ -1,53 +1,53 @@ -loadTurnoOptions(); - - if (!$this->IsPostBack) { - $this->ativaModoEdicao(); - } - } - - - protected function loadTurnoOptions() - { - $this->DDropTurno->DataTextField="descricao"; - $this->DDropTurno->DataValueField="id"; - $this->_turnos = array( - array('id' => 1, 'codigo'=>'test 1', 'descricao' => 'hello 1'), - array('id' => 2, 'codigo'=>'test 2', 'descricao' => 'hello 2') - ); - $this->DDropTurno->setDataSource($this->_turnos); - $this->DDropTurno->dataBind(); - } - - - protected function ativaModoEdicao() { - $this->loadDadosTurno($this->DDropTurno->getSelectedValue()); - } - - - protected function loadDadosTurno($id) { - foreach ($this->_turnos as $key => $tur) { - if ($tur['id'] == $id) { - $this->Codigo->setText($tur['codigo']); - $this->Descricao->setText($tur['descricao']); - } - } - } - - - public function trocaTurno($sender,$param) { - $this->loadDadosTurno($sender->getSelectedValue()); - } - -} - +loadTurnoOptions(); + + if (!$this->IsPostBack) { + $this->ativaModoEdicao(); + } + } + + + protected function loadTurnoOptions() + { + $this->DDropTurno->DataTextField="descricao"; + $this->DDropTurno->DataValueField="id"; + $this->_turnos = array( + array('id' => 1, 'codigo'=>'test 1', 'descricao' => 'hello 1'), + array('id' => 2, 'codigo'=>'test 2', 'descricao' => 'hello 2') + ); + $this->DDropTurno->setDataSource($this->_turnos); + $this->DDropTurno->dataBind(); + } + + + protected function ativaModoEdicao() { + $this->loadDadosTurno($this->DDropTurno->getSelectedValue()); + } + + + protected function loadDadosTurno($id) { + foreach ($this->_turnos as $key => $tur) { + if ($tur['id'] == $id) { + $this->Codigo->setText($tur['codigo']); + $this->Descricao->setText($tur['descricao']); + } + } + } + + + public function trocaTurno($sender,$param) { + $this->loadDadosTurno($sender->getSelectedValue()); + } + +} + ?> \ No newline at end of file -- cgit v1.2.3