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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_accounts.tt (-9 / +8 lines)
Lines 97-105 Link Here
97
                [% END %]
97
                [% END %]
98
            </h1>
98
            </h1>
99
99
100
            <!-- Basic Information -->
100
            <!-- Basic information -->
101
            <fieldset class="rows">
101
            <fieldset class="rows">
102
                <legend>Basic Information</legend>
102
                <legend>Basic information</legend>
103
                <ol>
103
                <ol>
104
                    <li>
104
                    <li>
105
                        <label for="vendor_id">Vendor: </label>
105
                        <label for="vendor_id">Vendor: </label>
Lines 170-178 Link Here
170
                </ol>
170
                </ol>
171
            </fieldset>
171
            </fieldset>
172
172
173
            <!-- Transport Settings -->
173
            <!-- Transport settings -->
174
            <fieldset class="rows">
174
            <fieldset class="rows">
175
                <legend>Transport Settings</legend>
175
                <legend>Transport settings</legend>
176
                <ol>
176
                <ol>
177
                    <li>
177
                    <li>
178
                        <label for="file_transport_id">File transport: </label>
178
                        <label for="file_transport_id">File transport: </label>
Lines 191-199 Link Here
191
                </ol>
191
                </ol>
192
            </fieldset>
192
            </fieldset>
193
193
194
            <!-- Message Types -->
194
            <!-- Message types -->
195
            <fieldset class="rows">
195
            <fieldset class="rows">
196
                <legend>Message Types</legend>
196
                <legend>Message types</legend>
197
                <ol>
197
                <ol>
198
                    <li>
198
                    <li>
199
                        <label for="quotes_enabled">Quotes enabled: </label>
199
                        <label for="quotes_enabled">Quotes enabled: </label>
Lines 230-238 Link Here
230
                </ol>
230
                </ol>
231
            </fieldset>
231
            </fieldset>
232
232
233
            <!-- Functional Switches -->
233
            <!-- Functional switches -->
234
            <fieldset class="rows">
234
            <fieldset class="rows">
235
                <legend>Functional Switches</legend>
235
                <legend>Functional switches</legend>
236
                <ol>
236
                <ol>
237
                    <li>
237
                    <li>
238
                        <label for="auto_orders">Automatic ordering: </label>
238
                        <label for="auto_orders">Automatic ordering: </label>
239
- 

Return to bug 41396