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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/EXAMPLE.tt (-1 / +1 lines)
Lines 10-16 Link Here
10
<p>Hi, you are looking at the result of launching the EXAMPLE plugin.</p>
10
<p>Hi, you are looking at the result of launching the EXAMPLE plugin.</p>
11
<p>I received this from you:</p>
11
<p>I received this from you:</p>
12
<input type="text" id="received" value="[% result | html %]" disabled />
12
<input type="text" id="received" value="[% result | html %]" disabled />
13
<p/>
13
</p>
14
<p>I will pass back what you type here, if you press OK.</p>
14
<p>I will pass back what you type here, if you press OK.</p>
15
<input type="text" id="return" value="[% result | html %]" />
15
<input type="text" id="return" value="[% result | html %]" />
16
<p>
16
<p>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/request-article.tt (-1 / +1 lines)
Lines 90-96 Link Here
90
90
91
                                <fieldset class="rows">
91
                                <fieldset class="rows">
92
                                    <legend>Place article request from [% biblio.title | html %] for [% patron.firstname | html %] [% patron.surname | html %] ( [% patron.cardnumber | html %] )</legend>
92
                                    <legend>Place article request from [% biblio.title | html %] for [% patron.firstname | html %] [% patron.surname | html %] ( [% patron.cardnumber | html %] )</legend>
93
                                    <p/>
93
                                    <p>
94
                                    <ul>
94
                                    <ul>
95
                                        <li>
95
                                        <li>
96
                                            <label for="title">Title:</label>
96
                                            <label for="title">Title:</label>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/merge-patrons.tt (-1 / +1 lines)
Lines 89-95 Link Here
89
                            <input type="hidden" name="id" value="[% p.id | html %]" />
89
                            <input type="hidden" name="id" value="[% p.id | html %]" />
90
                        [% END %]
90
                        [% END %]
91
91
92
                        <p/>
92
                        <br>
93
93
94
                        <input type="hidden" name="action" value="merge" />
94
                        <input type="hidden" name="action" value="merge" />
95
                        <input id="merge-patrons" type="submit" value="Merge patrons" />
95
                        <input id="merge-patrons" type="submit" value="Merge patrons" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/marc_modification_templates.tt (-1 / +1 lines)
Lines 220-226 Link Here
220
                                </span>
220
                                </span>
221
                            </span>
221
                            </span>
222
222
223
                            <p/>
223
                            <br><br>
224
224
225
                            <select name="conditional" id="conditional" onchange="onConditionalChange(this);">
225
                            <select name="conditional" id="conditional" onchange="onConditionalChange(this);">
226
                                <option value="" selected="selected" />
226
                                <option value="" selected="selected" />
(-)a/koha-tmpl/intranet-tmpl/prog/js/holds.js (-2 / +1 lines)
Lines 260-266 $(document).ready(function() { Link Here
260
                    <label for='suspend-modal-until'>" + __("Suspend until:") + "</label>\
260
                    <label for='suspend-modal-until'>" + __("Suspend until:") + "</label>\
261
                    <input name='suspend_until' id='suspend-modal-until' class='suspend-until' size='10' />\
261
                    <input name='suspend_until' id='suspend-modal-until' class='suspend-until' size='10' />\
262
\
262
\
263
                    <p/><a class='btn btn-link' id='suspend-modal-clear-date' >" + __("Clear date to suspend indefinitely") + "</a></p>\
263
                    <p><a class='btn btn-link' id='suspend-modal-clear-date' >" + __("Clear date to suspend indefinitely") + "</a></p>\
264
\
264
\
265
                </div>\
265
                </div>\
266
\
266
\
267
- 

Return to bug 26727