From a4594f07253d8a6369613c183ef3b5997a7008cb Mon Sep 17 00:00:00 2001 From: wjames5 Date: Mon, 5 Oct 2009 17:28:58 +0000 Subject: display non found msg if no boards --- templates/list_boards.tpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/list_boards.tpl b/templates/list_boards.tpl index cd6dfca..e5d0782 100644 --- a/templates/list_boards.tpl +++ b/templates/list_boards.tpl @@ -1,4 +1,4 @@ -{* $Header: /cvsroot/bitweaver/_bit_boards/templates/list_boards.tpl,v 1.4 2007/05/03 08:10:23 bitweaver Exp $ *} +{* $Header: /cvsroot/bitweaver/_bit_boards/templates/list_boards.tpl,v 1.5 2009/10/05 17:28:58 wjames5 Exp $ *} {strip}
@@ -11,6 +11,8 @@ {if $child.sub_count > 0} {include file="bitpackage:boards/board_cat.tpl" child=$child color=$color} {/if} + {foreachelse} + {tr}No message boards found{/tr} {/foreach} {include file="bitpackage:boards/legend_inc.tpl" boardicons=1} -- cgit v1.3