{** * templates/controllers/listbuilder/multipleListsListbuilder.tpl * * Copyright (c) 2014-2019 Simon Fraser University * Copyright (c) 2000-2019 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * Displays a MultipleListsListbuilder object *} {assign var=staticId value="component-"|concat:$grid->getId()} {assign var=gridId value=$staticId|concat:'-'|uniqid} {assign var=gridActOnId value=$gridId} {if count($lists) == 2} {assign var=widthClass value="pkp_helpers_half"} {elseif count($lists) == 3} {assign var=widthClass value="pkp_helpers_third"} {/if}