Adding 1 more label so we can add labels at the left, down and right of an input just use and array instead of a string example: $this->addElement('select', 'name', array('label1', 'label2', 'label3'));

skala
Julio Montoya 13 years ago
parent 0a2d7dc65a
commit 98060fe235
  1. 5
      main/inc/lib/formvalidator/FormValidator.class.php

@ -76,6 +76,11 @@ EOT;
</div>
<div class="formw">
{element}
<!-- BEGIN label_3 -->
<span>{label_3}</span>
<!-- END label_3 -->
<!-- BEGIN label_2 -->
<span class="help-block">{label_2}</span>
<!-- END label_2 -->

Loading…
Cancel
Save