Ticket #305: checkbox.patch
| File checkbox.patch, 0.8 kB (added by sebastien.estienne@gmail.com, 3 years ago) |
|---|
-
/usr/share/php/data/symfony/generator/sfPropelAdmin/default/template/actions/actions.class.php
old new 139 139 140 140 if (!$this->getRequest()->hasErrors() && $this->getRequest()->getFileSize('<?php echo $this->getSingularName() ?>[<?php echo $name ?>]')) 141 141 { 142 <?php else : ?>142 <?php elseif ($type != CreoleTypes::BOOLEAN): ?> 143 143 if (isset($<?php echo $this->getSingularName() ?>['<?php echo $name ?>'])) 144 144 { 145 <? else: ?> 146 { 145 147 <?php endif ?> 146 148 <?php if ($input_type == 'admin_input_upload_tag'): ?> 147 149 $fileName = md5($this->getRequest()->getFileName('<?php echo $this->getSingularName() ?>[<?php echo $name ?>]').time());