{include file="$admintemplatepath/header.template"} {include file="$admintemplatepath/navigation.template" showOpt=pollview title="PlogBirthdays - BirthdayView -- need locale"} {include file="$admintemplatepath/successmessage.template"} {include file="$admintemplatepath/errormessage.template"}
Search Birthdays
Name Key Month Day Year
Birthday List {if !$birthdays} {else} {foreach from=$birthdays item=bday} {/foreach} {/if}
Name Birthday Message
{$bday->getName()} {$bday->getMonth()}-{$bday->getDay()}-{$bday->getYear()} {$bday->getMessage()}
{include file="$admintemplatepath/adminpager.template" style=list}


Add New Birthday
Name
Month
Day
Year
Birthday
Message
{include file="$admintemplatepath/footernavigation.template"} {include file="$admintemplatepath/footer.template"}