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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/mana/mana-subscription-search-result.inc (-1 / +1 lines)
Lines 74-80 Link Here
74
        </table>
74
        </table>
75
    </div>
75
    </div>
76
    <div id="new_mana_comment" style="display:none">
76
    <div id="new_mana_comment" style="display:none">
77
        <h4 id="mana_submit_comment"> Please enter a new comment (max 35 caracters)</h4>
77
        <h4 id="mana_submit_comment"> Please enter a new comment (max 35 characters)</h4>
78
        <form id="mana_comment_form" action="/cgi-bin/koha/serials/subscription-detail.pl" method="get">
78
        <form id="mana_comment_form" action="/cgi-bin/koha/serials/subscription-detail.pl" method="get">
79
            <input type="hidden" id="mana-resource" value="subscription" />
79
            <input type="hidden" id="mana-resource" value="subscription" />
80
            <input type="hidden" id="mana-resource-id" value="[% mana_id | html %]" />
80
            <input type="hidden" id="mana-resource-id" value="[% mana_id | html %]" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/reports-toolbar.inc (-2 / +1 lines)
Lines 69-75 Link Here
69
                    <div class="modal-content">
69
                    <div class="modal-content">
70
                        <div class="modal-header">
70
                        <div class="modal-header">
71
                            <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
71
                            <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
72
                            <h3 id="mana_submit_comment">Enter a new commment (max 35 caracters)</h3>
72
                            <h3 id="mana_submit_comment">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">
76
- 

Return to bug 22746