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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt (-3 / +2 lines)
Lines 228-234 $(document).ready(function() { Link Here
228
                  <td>[% IF lette.branchname %][% lette.branchname %][% ELSE %](All libraries)[% END %]</td>
228
                  <td>[% IF lette.branchname %][% lette.branchname %][% ELSE %](All libraries)[% END %]</td>
229
                  <td>[% lette.module %]</td>
229
                  <td>[% lette.module %]</td>
230
                  <td>[% lette.code %]</td>
230
                  <td>[% lette.code %]</td>
231
                  <td>[% lette.name %]</td>
231
                  <td>[% lette.name | html %]</td>
232
                  <td class="actions">
232
                  <td class="actions">
233
                    [% IF !independant_branch || !lette.branchcode %]
233
                    [% IF !independant_branch || !lette.branchcode %]
234
                      <form method="post" action="/cgi-bin/koha/tools/letter.pl">
234
                      <form method="post" action="/cgi-bin/koha/tools/letter.pl">
Lines 523-529 $(document).ready(function() { Link Here
523
                <td>[% IF letter.branchcode %][% Branches.GetName( letter.branchcode ) %][% ELSE %](All libraries)[% END %]</td>
523
                <td>[% IF letter.branchcode %][% Branches.GetName( letter.branchcode ) %][% ELSE %](All libraries)[% END %]</td>
524
                <td>[% letter.module %]</td>
524
                <td>[% letter.module %]</td>
525
                <td>[% letter.code %]</td>
525
                <td>[% letter.code %]</td>
526
                <td>[% letter.name %]</td>
526
                <td>[% letter.name |html %]</td>
527
            </tr>
527
            </tr>
528
        </table>
528
        </table>
529
            <form action="[% action %]" method="post">
529
            <form action="[% action %]" method="post">
530
- 

Return to bug 19157