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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/mana/mana-subscription-search-result.inc (-1 / +1 lines)
Lines 79-85 $(document).ready(function() { Link Here
79
        <div class="modal-content" style="">
79
        <div class="modal-content" style="">
80
            <div class="modal-header">
80
            <div class="modal-header">
81
                <button type="button" id="commentCloseButton" class="closebtn" aria-hidden="true">×</button>
81
                <button type="button" id="commentCloseButton" class="closebtn" aria-hidden="true">×</button>
82
                <h3 id="mana_submit_comment"> Please enter a new commment (max 35 caracters)</h3>
82
                <h3 id="mana_submit_comment"> Please enter a new comment (max 35 characters)</h3>
83
            </div>
83
            </div>
84
            <div class="modal-body">
84
            <div class="modal-body">
85
                <form>
85
                <form>
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/reports-toolbar.inc (-1 / +1 lines)
Lines 69-75 Link Here
69
                    <div class="modal-content" style="">
69
                    <div class="modal-content" style="">
70
                        <div class="modal-header">
70
                        <div class="modal-header">
71
                            <button type="button" id="mana-comment-close" class="closebtn"  aria-hidden="true">×</button>
71
                            <button type="button" id="mana-comment-close" class="closebtn"  aria-hidden="true">×</button>
72
                            <h3 id="mana_submit_comment"> Please enter a new commment (max 35 caracters)</h3>
72
                            <h3 id="mana_submit_comment"> Please enter a new comment (max 35 characters)</h3>
73
                        </div>
73
                        </div>
74
                        <div class="modal-body">
74
                        <div class="modal-body">
75
                            <input hidden id="mana-resource" value="report">
75
                            <input hidden id="mana-resource" value="report">
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/serials-toolbar.inc (-2 / +1 lines)
Lines 91-97 Link Here
91
                    <div class="modal-content" style="">
91
                    <div class="modal-content" style="">
92
                        <div class="modal-header">
92
                        <div class="modal-header">
93
                            <button type="button" id="mana-comment-close" class="closebtn"  aria-hidden="true">×</button>
93
                            <button type="button" id="mana-comment-close" class="closebtn"  aria-hidden="true">×</button>
94
                            <h3 id="mana_submit_comment"> Please enter a new commment (max 35 caracters)</h3>
94
                            <h3 id="mana_submit_comment"> Please enter a new comment (max 35 characters)</h3>
95
                        </div>
95
                        </div>
96
                        <div class="modal-body">
96
                        <div class="modal-body">
97
                            <input hidden id="mana-resource" value="subscription">
97
                            <input hidden id="mana-resource" value="subscription">
98
- 

Return to bug 22452