Skip to content

Commit

Permalink
merge r8224 from branch 2.1 to trunk
Browse files Browse the repository at this point in the history
bug 1338: notice fixed in LocalFiles Editor when debug_template is activated.

git-svn-id: http://piwigo.org/svn/trunk@8225 68402e56-0260-453c-a942-63ccdbb3a9ee
  • Loading branch information
patdenice committed Dec 22, 2010
1 parent 195c0b4 commit 48aa7f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/LocalFilesEditor/admin.tpl
Expand Up @@ -63,12 +63,14 @@ function unloadEditarea() {ldelim}
{/if}
{/if}

{if !empty($show_default)}
{foreach from=$show_default item=file name=default_loop}
<span class="top_right">
<a href="{$file.SHOW_DEFAULT}" onclick="window.open( this.href, 'local_file', 'location=no,toolbar=no,menubar=no,status=no,resizable=yes,scrollbars=yes,width=800,height=600' ); return false;">{'locfiledit_show_default'|@translate} "{$file.FILE}"</a>
</span>
{if !($smarty.foreach.default_loop.last)}<br>{/if}
{/foreach}
{/if}

{if isset ($zone_edit)}
<b>{$zone_edit.FILE_NAME}</b>
Expand Down

0 comments on commit 48aa7f5

Please sign in to comment.