~lzap/cupooy/trunk

« back to all changes in this revision

Viewing changes to apps/backend/modules/objednavka/templates/_form.php

  • Committer: Lukáš Zapletal
  • Date: 2009-11-16 11:41:15 UTC
  • Revision ID: lzap@shark-20091116114115-fb6rk8bq5ayk0fv4
Finish

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
        </td>
64
64
      </tr>
65
65
      <tr>
 
66
        <th><?php echo $form['email']->renderLabel() ?></th>
 
67
        <td>
 
68
          <?php echo $form['email']->renderError() ?>
 
69
          <?php echo $form['email'] ?>
 
70
        </td>
 
71
      </tr>
 
72
      <tr>
66
73
        <th><?php echo $form['poznamka']->renderLabel() ?></th>
67
74
        <td>
68
75
          <?php echo $form['poznamka']->renderError() ?>