Modified:
branches/FreeForm/Tipos/App/Forms/View/fromRecord.php
Log:
Updated comment.
Modified: branches/FreeForm/Tipos/App/Forms/View/fromRecord.php
==============================================================================
--- branches/FreeForm/Tipos/App/Forms/View/fromRecord.php (original)
+++ branches/FreeForm/Tipos/App/Forms/View/fromRecord.php Fri Oct 3
12:19:01 2008
@@ -1,7 +1,7 @@
<?php
/**
*
- * Subscription form view.
+ * Record-based form view.
*
* @category Tipos
*
@@ -27,6 +27,7 @@
// Display form header.
echo $form->start();
?>
+
<fieldset>
<legend><em><?php echo
$this->getText('LEGEND_BOOK_BASIC'); ?></em></legend>
<?php
@@ -38,6 +39,7 @@
));
?>
</fieldset>
+
<fieldset class="alt">
<legend><em><?php echo
$this->getText('LEGEND_BOOK_TECHNICAL'); ?></em></legend>
<?php