{* +--------------------------------------------------------------------+ | CiviCRM Widget Creation Interface (WCI) Version 1.0 | +--------------------------------------------------------------------+ | Copyright Zyxware Technologies (c) 2014 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM WCI. | | | | CiviCRM WCI is free software; you can copy, modify, and distribute | | it under the terms of the GNU Affero General Public License | | Version 3, 19 November 2007. | | | | CiviCRM WCI is distributed in the hope that it will be useful, | | but WITHOUT ANY WARRANTY; without even the implied warranty of | | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | | See the GNU Affero General Public License for more details. | | | | You should have received a copy of the GNU Affero General Public | | License along with this program; if not, contact Zyxware | | Technologies at info[AT]zyxware[DOT]com. | +--------------------------------------------------------------------+ *} {if $rows}
{strip} {include file="CRM/common/pager.tpl" location="top"} {include file="CRM/common/pagerAToZ.tpl"} {include file="CRM/common/jsortable.tpl"} {* *} {foreach from=$rows item=row} {* class="{if NOT $row.is_active} disabled{/if}" *} {* *} {/foreach}
{ts}Title{/ts}{ts}Description{/ts}
{$row.name}{$row.description} {if $row.configureActionLinks}
{$row.configureActionLinks|replace:'xx':$row.id}
{/if} {if $row.contributionLinks}
{$row.contributionLinks|replace:'xx':$row.id}
{/if} {if $row.onlineContributionLinks}
{$row.onlineContributionLinks|replace:'xx':$row.id}
{/if}
{$row.action|replace:'xx':$row.id}
{/strip}
{else}
  {ts 1=$newPageURL}No embeded code have been selected yet. Click here to select a wci widget for the embeded code.{/ts}
{/if}