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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt (-3 / +2 lines)
Lines 510-517 Link Here
510
                    <fieldset class="rows">
510
                    <fieldset class="rows">
511
                        <ol>
511
                        <ol>
512
                            <li>
512
                            <li>
513
                                <label for="edited_note">Note: </label>
513
                                <label for="edited_note" style="text-align:left;">Note: </label>
514
                                <input name="edited_note" id="edited_note" value="" />
514
                                <textarea name="edited_note" name="edited_note" rows="5" cols="40">[% account.note | html %]</textarea>
515
                            </li>
515
                            </li>
516
                        </ol>
516
                        </ol>
517
                    </fieldset>
517
                    </fieldset>
518
- 

Return to bug 37211