mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-08 09:43:01 +02:00
merge r6621 from branch 2.1 to trunk
bug 1742 fixed: if the EXIF functions are not available: 1) display a warning (but not an error) 2) avoid to try to read EXIF data git-svn-id: http://piwigo.org/svn/trunk@6622 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -216,6 +216,17 @@ var buttonText = 'Browse';
|
||||
</div>
|
||||
{else}
|
||||
|
||||
{if count($setup_warnings) > 0}
|
||||
<div class="warnings">
|
||||
<ul>
|
||||
{foreach from=$setup_warnings item=warning}
|
||||
<li>{$warning}</li>
|
||||
{/foreach}
|
||||
</ul>
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
|
||||
{if !empty($thumbnails)}
|
||||
<fieldset>
|
||||
<legend>{'Uploaded Photos'|@translate}</legend>
|
||||
|
||||
Reference in New Issue
Block a user