<description>CiviCRM CMS independent Widget Creation Interface.</description>
<license>AGPL-3.0</license>
<maintainer>
- <author>Manoj K</author>
- <email>manoj.k@zyxware.com</email>
+ <author>Manoj K, Jagadees Pillai</author>
+ <email>manoj.k@zyxware.com, jagadees.pillai@zyxware.com</email>
</maintainer>
- <releaseDate>2014-09-04</releaseDate>
- <version>1.0-alpha1</version>
+ <releaseDate>2014-10-23</releaseDate>
+ <version>1.0-alpha2</version>
<develStage>alpha</develStage>
<compatibility>
<ver>4.2</ver>
{include file="CRM/common/pager.tpl" location="top"}
{include file="CRM/common/pagerAToZ.tpl"}
- {* handle enable/disable actions *}
- {include file="CRM/common/enableDisable.tpl"}
{include file="CRM/common/jsortable.tpl"}
<table id="options" class="display">
<thead>
<tr>
<th id="sortable">{ts}Name{/ts}</th>
<th>{ts}Goal Amout{/ts}</th>
- {*<th>{ts}Enabled?{/ts}</th>*}
- {*
- {if call_user_func(array('CRM_Campaign_BAO_Campaign','isCampaignEnable'))}
- <th>{ts}Campaign{/ts}</th>
- {/if} *}
<th></th>
</tr>
</thead>
<tr id="row_{$row.id}" > {* class="{if NOT $row.is_active} disabled{/if}" *}
<td><strong>{$row.name}</strong></td>
<td>{$row.goal_amount}</td>
-{* <td id="row_{$row.id}_status">{if $row.is_active eq 1} {ts}Yes{/ts} {else} {ts}No{/ts} {/if}</td>
- {if call_user_func(array('CRM_Campaign_BAO_Campaign','isCampaignEnable'))}
- <td>{$row.campaign}</td>
- {/if} *}
<td class="crm-contribution-page-actions right nowrap">
{if $row.configureActionLinks}
{include file="CRM/common/pager.tpl" location="top"}
{include file="CRM/common/pagerAToZ.tpl"}
- {* handle enable/disable actions *}
- {include file="CRM/common/enableDisable.tpl"}
{include file="CRM/common/jsortable.tpl"}
<table id="options" class="display">
<thead>
<tr>
<th id="sortable">{ts}Title{/ts}</th>
<th>{ts}Description{/ts}</th>
- {*<th>{ts}Enabled?{/ts}</th>*}
- {*
- {if call_user_func(array('CRM_Campaign_BAO_Campaign','isCampaignEnable'))}
- <th>{ts}Campaign{/ts}</th>
- {/if} *}
- <th></th>
+ <th></th>
</tr>
</thead>
{foreach from=$rows item=row}
<tr id="row_{$row.id}" > {* class="{if NOT $row.is_active} disabled{/if}" *}
<td><strong>{$row.title}</strong></td>
<td>{$row.description}</td>
-{* <td id="row_{$row.id}_status">{if $row.is_active eq 1} {ts}Yes{/ts} {else} {ts}No{/ts} {/if}</td>
- {if call_user_func(array('CRM_Campaign_BAO_Campaign','isCampaignEnable'))}
- <td>{$row.campaign}</td>
- {/if} *}
<td class="crm-contribution-page-actions right nowrap">
{if $row.configureActionLinks}