Merge pull request #114 from vitorpc/2.0

printing the legend of the forms in the templates
This commit is contained in:
ADmad 2011-06-04 13:15:29 -07:00
commit 645c9ad2d2

View file

@ -19,7 +19,7 @@
<div class="<?php echo $pluralVar;?> form">
<?php echo "<?php echo \$this->Form->create('{$modelClass}');?>\n";?>
<fieldset>
<legend><?php printf("<?php __('%s %s'); ?>", Inflector::humanize($action), $singularHumanName); ?></legend>
<legend><?php printf("<?php echo __('%s %s'); ?>", Inflector::humanize($action), $singularHumanName); ?></legend>
<?php
echo "\t<?php\n";
foreach ($fields as $field) {
@ -62,4 +62,4 @@
}
?>
</ul>
</div>
</div>