Lines 89-95
Link Here
|
89 |
<label for="title">Title: </label> |
89 |
<label for="title">Title: </label> |
90 |
</td> |
90 |
</td> |
91 |
<td> |
91 |
<td> |
92 |
<input type="text" name="title" [% IF ( editColTitle ) %] value="[% editColTitle %]" [% END %] /> |
92 |
[% IF ( editColTitle ) %]<input type="text" name="title" value="[% editColTitle %]" /> |
|
|
93 |
[% ELSE %]<input type="text" name="title" />[% END %] |
93 |
</td> |
94 |
</td> |
94 |
</tr> |
95 |
</tr> |
95 |
|
96 |
|
Lines 98-104
Link Here
|
98 |
<label for="description">Description: </label> |
99 |
<label for="description">Description: </label> |
99 |
</td> |
100 |
</td> |
100 |
<td> |
101 |
<td> |
101 |
<input type="text" size="50" name="description" [% IF ( editColDescription ) %] value="[% editColDescription %]" [% END %] /> |
102 |
[% IF (editColDescription ) %]<input type="text" size="50" name="description" value="[ editColDescription %]" /> |
|
|
103 |
[% ELSE %]<input type="text" size="50" name="description" />[% END %] |
102 |
</td> |
104 |
</td> |
103 |
</tr> |
105 |
</tr> |
104 |
|
106 |
|
105 |
- |
|
|