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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/patroncards/image-manage.tt (-2 / +6 lines)
Lines 2-7 Link Here
2
2
3
<h1>Manage Images</h1>
3
<h1>Manage Images</h1>
4
4
5
<p>Upload additional images to use as logo, decoration or background on a patron card layout.</p>
6
5
<p>Images uploaded using this tool will appear on the menu when creating patron card layouts. You are limited in how many images you can upload (not counting patron images) by the ImageLimit system preference.</p>
7
<p>Images uploaded using this tool will appear on the menu when creating patron card layouts. You are limited in how many images you can upload (not counting patron images) by the ImageLimit system preference.</p>
6
8
7
<p>Images must be under 500k in size.</p>
9
<p>Images must be under 500k in size.</p>
Lines 12-21 Link Here
12
14
13
<p>Once the file is uploaded you will be presented with a confirmation message.</p>
15
<p>Once the file is uploaded you will be presented with a confirmation message.</p>
14
16
15
<p>And the image will be listed with all of your others on the right hand side of the page.</p>
17
<p>All uploaded images will be listed on the right hand side of this page.</p>
16
18
17
<p>To delete one or multiple of these images, click the checkbox to the right of each image you want to delete and click the 'Delete' button.</p>
19
<p>To delete one or multiple of these images, click the checkbox to the right of each image you want to delete and click the 'Delete' button.</p>
18
20
21
<p>To replace an image, delete it, upload a new file and give it the same image name.</p>
22
19
<p><strong>See the full documentation for Managing Images in the <a href="http://manual.koha-community.org/[% helpVersion %]/en/patroncardcreator.html#managecardimages">manual</a> (online).</strong></p>
23
<p><strong>See the full documentation for Managing Images in the <a href="http://manual.koha-community.org/[% helpVersion %]/en/patroncardcreator.html#managecardimages">manual</a> (online).</strong></p>
20
24
21
[% INCLUDE 'help-bottom.inc' %]
25
[% INCLUDE 'help-bottom.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/image-manage.tt (-5 / +7 lines)
Lines 69-80 Link Here
69
                [% INCLUDE 'patroncards-errors.inc' %]
69
                [% INCLUDE 'patroncards-errors.inc' %]
70
                <div class="yui-g">
70
                <div class="yui-g">
71
                    <div class="yui-u first">
71
                    <div class="yui-u first">
72
                        <h1>Upload images</h1>
72
                        <h1>Upload additional images for patron cards</h1>
73
                        <p>Manage additional images to use as logo, decoration or background on a patron card layout.</p>
73
                        <form name="upload_images" method="post" action="/cgi-bin/koha/patroncards/image-manage.pl" enctype="multipart/form-data">
74
                        <form name="upload_images" method="post" action="/cgi-bin/koha/patroncards/image-manage.pl" enctype="multipart/form-data">
74
                            <fieldset class="brief">
75
                            <fieldset class="brief">
75
                                <div class="hint">
76
                                <div class="hint">Only PNG, GIF, JPEG, XPM formats are supported. Maximum image size is 500KB.</div>
76
                                    <b>NOTE:</b> Only PNG, GIF, JPEG, XPM formats are supported. Images <b>must</b> be less than 500KB.
77
                                </div>
78
                                <ol>
77
                                <ol>
79
                                <li>
78
                                <li>
80
                                    <label for="uploadfile">Select the file to upload: </label>
79
                                    <label for="uploadfile">Select the file to upload: </label>
Lines 86-91 Link Here
86
                                    <div class="hint">
85
                                    <div class="hint">
87
                                        This will be the name by which you will refer to this image in the patron card layout editor.
86
                                        This will be the name by which you will refer to this image in the patron card layout editor.
88
                                    </div>
87
                                    </div>
88
                                    <div class="hint">
89
                                        To replace an image, delete it, upload a new file and give it the same image name.
90
                                    </div>
91
89
                                    <input type="text" id="image_name" name="image_name" size="20" />
92
                                    <input type="text" id="image_name" name="image_name" size="20" />
90
                                </li>
93
                                </li>
91
                                </ol>
94
                                </ol>
92
- 

Return to bug 18800