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 |
- |
|
|