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 81-87 Link Here
81
81
82
                [% IF ( template_id == '' ) %]
82
                [% IF ( template_id == '' ) %]
83
83
84
                    <h2>MARC modification templates [% template_id | html %]</h2>
84
                    <h1>MARC modification templates [% template_id | html %]</h1>
85
85
86
                    <table id="templatest">
86
                    <table id="templatest">
87
                        <thead>
87
                        <thead>
Lines 106-112 Link Here
106
106
107
                [% ELSE %]
107
                [% ELSE %]
108
108
109
                    <h2>Actions for <em>[% template_name | html %]</em></h2>
109
                    <h1>Actions for <em>[% template_name | html %]</em></h1>
110
110
111
                    [% IF ( ActionsLoop ) %]
111
                    [% IF ( ActionsLoop ) %]
112
112
Lines 306-312 Link Here
306
                <div class="modal-content">
306
                <div class="modal-content">
307
                <div class="modal-header">
307
                <div class="modal-header">
308
                    <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
308
                    <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
309
                    <h3 id="LabelcreateTemplate">Create a new template</h3>
309
                    <h2 id="LabelcreateTemplate">Create a new template</h2>
310
                </div>
310
                </div>
311
                <form method="post" action="/cgi-bin/koha/tools/marc_modification_templates.pl" id="add_template" class="validated">
311
                <form method="post" action="/cgi-bin/koha/tools/marc_modification_templates.pl" id="add_template" class="validated">
312
                    <div class="modal-body">
312
                    <div class="modal-body">
313
- 

Return to bug 27631