#29801 - Fix for warning messages in manage pages of widget and progress bar
authorManoj K <manoj.k@zyxware.com>
Thu, 23 Oct 2014 12:16:12 +0000 (17:46 +0530)
committerManoj K <manoj.k@zyxware.com>
Thu, 23 Oct 2014 12:16:12 +0000 (17:46 +0530)
info.xml
templates/CRM/Wci/Page/ProgressBarList.tpl
templates/CRM/Wci/Page/WidgetList.tpl

index 1ee62f6f3f3d5469ef95042c6cf3bf62404e302d..7a6d9eab545d9ad1cff65eb28bb7fa960bf057b4 100644 (file)
--- a/info.xml
+++ b/info.xml
@@ -5,11 +5,11 @@
   <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>
index 97d869c4a362b285150d14103058aa0d354ea944..3087fb8226ba8b053668ffc3e5634da0ee9aea16 100644 (file)
 
        {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}
index f6a4588936e29d097cf056e12565ddd50518a6aa..be882aaf5f8de813b6e9e59a01dedb99a9a28b72 100644 (file)
 
        {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}