coding standards

Coding Standards.
pull/63/head
Noud de Brouwer 2013-01-28 11:13:51 +00:00
parent 9d9dd7b4af
commit b7464db288
1 changed files with 3 additions and 3 deletions

View File

@ -4,9 +4,9 @@
<legend><?php echo __('Search Log'); ?></legend>
<?php
echo $this->Form->input('email', array( 'label' => 'Email'));
if ($orgRestriction == false) {
echo $this->Form->input('org', array( 'label' => 'Org'));
}
if ($orgRestriction == false) {
echo $this->Form->input('org', array( 'label' => 'Org'));
}
echo $this->Form->input('action', array('between' => $this->Html->div('forminfo', '', array('id' => 'LogActionDiv'))));
echo $this->Form->input('title', array( 'label' => 'Title'));
echo $this->Form->input('change', array( 'label' => 'Change'));