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

(-)a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/UsageStatisticsDataProvidersFormAdd.vue (-2 lines)
Lines 11-17 Link Here
11
        <h2 v-else>{{ $__("New usage data provider") }}</h2>
11
        <h2 v-else>{{ $__("New usage data provider") }}</h2>
12
        <div class="page-section">
12
        <div class="page-section">
13
            <form @submit="onSubmit($event)">
13
            <form @submit="onSubmit($event)">
14
                <!-- <div class="page-section"> This is on other components such as AgreementsFormAdd.vue and just makes it look messy - what purpose is it serving?-->
15
                <legend>{{ $__("Data provider") }}</legend>
14
                <legend>{{ $__("Data provider") }}</legend>
16
                <fieldset class="rows">
15
                <fieldset class="rows">
17
                    <ol>
16
                    <ol>
18
- 

Return to bug 35258