Ignore:
Timestamp:
05/17/09 02:59:54 (15 years ago)
Author:
nanardon
Message:
  • address form
File:
1 edited

Legend:

Unmodified
Added
Removed
  • LATMOS-Accounts-Web/root/html/includes/form.tt

    r116 r117  
    55<form action="[% form_uri | html %]" method="POST"> 
    66<table border=1> 
    7 <tr><td colspan=2> 
    8     FORM NAME 
    9 </td></tr> 
     7<tr><th colspan=2> 
     8    [% form.label | html %] 
     9</th></tr> 
    1010[% END %] 
    1111<tr><td>[% form.attr_label(attr) %]</td><td>[% form.attr_field(attr) %]</td> 
Note: See TracChangeset for help on using the changeset viewer.