View | Details | Raw Unified | Return to bug 8836
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/editCollections.tt (-2 / +1 lines)
Lines 99-105 Link Here
99
                <label for="description">Description: </label>
99
                <label for="description">Description: </label>
100
              </td>
100
              </td>
101
              <td>
101
              <td>
102
                [% IF (editColDescription ) %]<input type="text" size="50" name="description" value="[ editColDescription %]" />
102
                [% IF (editColDescription ) %]<input type="text" size="50" name="description" value="[% editColDescription %]" />
103
                [% ELSE %]<input type="text" size="50" name="description" />[% END %]
103
                [% ELSE %]<input type="text" size="50" name="description" />[% END %]
104
              </td>
104
              </td>
105
            </tr>
105
            </tr>
106
- 

Return to bug 8836