// Changed default limit of file upload

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15891 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
dMetzger
2012-06-07 07:43:30 +00:00
parent 4bbb87edfd
commit 061cfb7f5c
6 changed files with 7 additions and 8 deletions
@@ -52,7 +52,7 @@
<label>{l s='File'}</label>
<div class="margin-form">
<p><input type="file" name="attachment_file" /></p>
<p class="preference_description">{l s='Upload a file from your computer'} ({$PS_ATTACHMENT_MAXIMUM_SIZE} {l s='MB maximum'})</p>
<p class="preference_description">{l s='Upload a file from your computer'} ({$PS_ATTACHMENT_MAXIMUM_SIZE|string_format:"%.2f"} {l s='MB max.'})</p>
</div>
<div class="clear">&nbsp;</div>
<div class="margin-form">
@@ -41,7 +41,7 @@
<div id="progressBarImage" class="progressBarImage"></div>
<div id="showCounter" style="display:none;"><span id="imageUpload">0</span><span id="imageTotal">0</span></div>
<p class="preference_description" style="clear: both;">
{l s='Format:'} JPG, GIF, PNG. {l s='Filesize:'} {$max_image_size|string_format:"%.2f"} {l s='kB max.'}
{l s='Format:'} JPG, GIF, PNG. {l s='Filesize:'} {$max_image_size|string_format:"%.2f"} {l s='MB max.'}
</p>
</td>
</tr>