From 4fded33567be2378d9ed9ac3e9265fa377b0d4eb Mon Sep 17 00:00:00 2001 From: "Johan \"Papa\" Cwiklinski" Date: Sat, 29 May 2010 22:41:03 +0200 Subject: A flag to know if we're from a page that require a name ; refs #47 --- smarty/templates/rpmphp/main.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'smarty/templates/rpmphp') diff --git a/smarty/templates/rpmphp/main.tpl b/smarty/templates/rpmphp/main.tpl index 7456773..6f12fdf 100644 --- a/smarty/templates/rpmphp/main.tpl +++ b/smarty/templates/rpmphp/main.tpl @@ -44,7 +44,7 @@ {/foreach} -{if not $name} +{if $name_required and not $name}

Missing package name

You have not specified any package name.

-- cgit