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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/image-manage.tt (-1 / +1 lines)
Lines 66-72 Link Here
66
                [% INCLUDE 'patroncards-errors.inc' %]
66
                [% INCLUDE 'patroncards-errors.inc' %]
67
                <div class="yui-g">
67
                <div class="yui-g">
68
                    <div class="yui-u first">
68
                    <div class="yui-u first">
69
                        <h1>Upload Images</h1>
69
                        <h1>Upload images</h1>
70
                        <form name="upload_images" method="post" action="/cgi-bin/koha/patroncards/image-manage.pl" enctype="multipart/form-data">
70
                        <form name="upload_images" method="post" action="/cgi-bin/koha/patroncards/image-manage.pl" enctype="multipart/form-data">
71
                            <fieldset class="brief">
71
                            <fieldset class="brief">
72
                                <div class="hint">
72
                                <div class="hint">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/manage.tt (-2 / +1 lines)
Lines 128-134 Link Here
128
                            <div class="hint">Current library: [% LoginBranchname %]</div>
128
                            <div class="hint">Current library: [% LoginBranchname %]</div>
129
                            [% IF ( table_loop ) %]
129
                            [% IF ( table_loop ) %]
130
                            <form name="layouts" action="/cgi-bin/koha/manage.pl?card_element=[% card_element %]">
130
                            <form name="layouts" action="/cgi-bin/koha/manage.pl?card_element=[% card_element %]">
131
                            <h2>Currently available [% PROCESS translate_card_element element=card_element_title %]</h2>
131
                            <h2>Currently available [% PROCESS translate_card_element element=card_element_title FILTER lower %]</h2>
132
                            <table>
132
                            <table>
133
                                [% FOREACH table_loo IN table_loop %]
133
                                [% FOREACH table_loo IN table_loop %]
134
                                [% IF ( table_loo.header_fields ) %]
134
                                [% IF ( table_loo.header_fields ) %]
135
- 

Return to bug 14676