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

(-)a/koha-tmpl/intranet-tmpl/prog/js/vue/components/Preservation/TrainsFormAddItem.vue (-2 / +1 lines)
Lines 123-129 Link Here
123
                    </ol>
123
                    </ol>
124
                </fieldset>
124
                </fieldset>
125
                <fieldset class="action">
125
                <fieldset class="action">
126
                    <input type="submit" value="Submit" />
126
                    <input type="submit" :value="$__('Submit')" />
127
                    <router-link
127
                    <router-link
128
                        :to="{
128
                        :to="{
129
                            name: 'TrainsShow',
129
                            name: 'TrainsShow',
130
- 

Return to bug 35476