Skip to content

Commit 80ab995

Browse files
authored
Merge pull request #21 from ggoffy/master
smarty3
2 parents ee47c0c + b0fd671 commit 80ab995

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

language/german/help/help.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div id="help-template" class="outer">
22
<h1 class="head">Help:
33
<a class="ui-corner-all tooltip" href="<{$xoops_url}>/modules/wgblocks/admin/index.php"
4-
title="Back to the administration of wgBlocks"> wgBlocks <img src="<{xoAdminIcons home.png}>"
4+
title="Back to the administration of wgBlocks"> wgBlocks <img src="<{xoAdminIcons 'home.png'}>"
55
alt="Back to the Administration of wgBlocks">
66
</a></h1>
77
<!-- -----Help Content ---------- -->

templates/admin/wgblocks_admin_clone.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<!-- Header -->
22
<{include file='db:wgblocks_admin_header.tpl' }>
33

4-
<{if isset($form)}>
4+
<{if !empty($form)}>
55
<{$form|default:false}>
66
<{/if}>
77
<{if $result|default:''}>
88
<{$result|default:false}>
99
<{/if}>
10-
<{if isset($error)}>
10+
<{if !empty($error)}>
1111
<div class="errorMsg"><strong><{$error|default:false}></strong></div>
1212
<{/if}>
1313

templates/admin/wgblocks_admin_items.tpl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,15 @@
5555
<{/if}>
5656
</table>
5757
<div class="clear">&nbsp;</div>
58-
<{if isset($pagenav)}>
58+
<{if !empty($pagenav)}>
5959
<div class="xo-pagenav floatright"><{$pagenav|default:false}></div>
6060
<div class="clear spacer"></div>
6161
<{/if}>
6262
<{/if}>
63-
<{if isset($form)}>
63+
<{if !empty($form)}>
6464
<{$form|default:false}>
6565
<{/if}>
66-
<{if isset($error)}>
66+
<{if !empty($error)}>
6767
<div class="errorMsg"><strong><{$error|default:false}></strong></div>
6868
<{/if}>
6969

0 commit comments

Comments
 (0)