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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/marc_modification_templates.tt (-4 / +3 lines)
Lines 82-88 Link Here
82
82
83
                [% IF ( template_id == '' ) %]
83
                [% IF ( template_id == '' ) %]
84
84
85
                    <h2>MARC modification templates [% template_id | html %]</h2>
85
                    <h1>MARC modification templates [% template_id | html %]</h1>
86
86
87
                    <table id="templatest">
87
                    <table id="templatest">
88
                        <thead>
88
                        <thead>
Lines 109-115 Link Here
109
109
110
                [% ELSE %]
110
                [% ELSE %]
111
111
112
                    <h2>Actions for <em>[% template_name | html %]</em></h2>
112
                    <h1>Actions for <em>[% template_name | html %]</em></h1>
113
113
114
                    [% IF ( ActionsLoop ) %]
114
                    [% IF ( ActionsLoop ) %]
115
115
Lines 309-315 Link Here
309
                <div class="modal-content">
309
                <div class="modal-content">
310
                <div class="modal-header">
310
                <div class="modal-header">
311
                    <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
311
                    <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
312
                    <h3 id="LabelcreateTemplate">Create a new template</h3>
312
                    <h2 id="LabelcreateTemplate">Create a new template</h2>
313
                </div>
313
                </div>
314
                <form method="post" action="/cgi-bin/koha/tools/marc_modification_templates.pl" id="add_template" class="validated">
314
                <form method="post" action="/cgi-bin/koha/tools/marc_modification_templates.pl" id="add_template" class="validated">
315
                    <div class="modal-body">
315
                    <div class="modal-body">
316
- 

Return to bug 27631