{** * templates/form/textInput.tpl * * Copyright (c) 2014-2018 Simon Fraser University * Copyright (c) 2000-2018 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * form text input *} {assign var="uniqId" value="-"|concat:$FBV_uniqId|escape} {if $FBV_multilingual && count($formLocales) > 1} {* This is a multilingual control. Enable popover display. *} {$FBV_label_content}
{foreach from=$formLocales key=thisFormLocale item=thisFormLocaleName}{if $formLocale != $thisFormLocale} {/if}{/foreach}
{else} {* This is not a multilingual control or there is only one locale available *} {if $FBV_class|strstr:"datepicker"} {/if} {$FBV_label_content} {/if}