#29801 - Beta1 release.
authorManoj K <manoj.k@zyxware.com>
Thu, 6 Nov 2014 13:22:04 +0000 (18:52 +0530)
committerManoj K <manoj.k@zyxware.com>
Thu, 6 Nov 2014 13:22:04 +0000 (18:52 +0530)
CRM/Wci/Form/CreateWidget.php
ReleaseNotes
info.xml
templates/CRM/Wci/Form/CreateWidget.tpl

index 188f9a833b618a64721d4ce174b1d15941620b86..2e649929cb9f3c98a36bdb603ea653bedf186e40 100644 (file)
@@ -102,9 +102,9 @@ class CRM_Wci_Form_CreateWidget extends CRM_Core_Form {
         $val[2]
       );
     }
-    $this->add('textarea', 'style_rules', ts('Additional Style Rules'))->setRows(5);
+    $this->add('textarea', 'style_rules', ts('Additional Style Rules'), 'cols="70"')->setRows(5);
     $this->add('checkbox', 'override', ts('Override default template'));
-    $this->add('textarea', 'custom_template', ts('Custom template:<br><SMALL><font color="red">Please customize the smarty v2 template only if you know what you are doing</font></SMALL>'))->setRows(10);
+    $this->add('textarea', 'custom_template', ts('Custom template:<br><SMALL><font color="red">Please customize the smarty v2 template only if you know what you are doing</font></SMALL>'), 'cols="70"')->setRows(10);
 
     $this->addElement('submit','preview','name="Save and Preview" id="preview"');
     $this->addButtons(array(
index 056a5e182eb2d15fc0737122620351be7cc2412d..c01d2864365d19ca35a9f033b1a97ada6f34cc39 100644 (file)
@@ -3,13 +3,13 @@ Release Notes for civicrm-wci CiciCRM extension. Beta - I
 
 Beta - I. 11/06/2014
 ------------------------------------------
-1. Fixed UT Bugs
+1. Fixed Unit Testing Bugs
 2. Decoupled widget id from widget
 3. Show and hide checkboxes
 
 Alpha - III. 10/30/2014
 ------------------------------------------
-1. Fixed UT Bugs
+1. Fixed Unit Testing Bugs
 
 
 Alpha - II. 10/23/2014
index 9a13685b850664304f8f36336cf63d404ec2444c..28b9f98dc6c3da4c860e90f9092c89649408a5c7 100644 (file)
--- a/info.xml
+++ b/info.xml
@@ -9,12 +9,12 @@
     <email>manoj.k@zyxware.com, jagadees.pillai@zyxware.com</email>
   </maintainer>
   <releaseDate>2014-10-30</releaseDate>
-  <version>1.0-alpha3</version>
-  <develStage>alpha</develStage>
+  <version>1.0-beta1</version>
+  <develStage>beta</develStage>
   <compatibility>
     <ver>4.2</ver>
   </compatibility>
-  <comments>This is a new, undeveloped module</comments>
+  <comments></comments>
   <civix>
     <namespace>CRM/Wci</namespace>
   </civix>
index 5c1bf99fb6ea2407c84e0094ea8b4e5110f8ae43..5fe77cecadd41c8624cc97367d9522640eeae4fe 100644 (file)
@@ -50,8 +50,8 @@
             Add this widget to any web page by copying and pasting the code below.
           </div>
           <textarea rows="8" cols="40" name="widget_code" id="widget_code"><script type="text/javascript" src="{php}echo $widget_controller_path;{/php}?widgetId={php}echo $wid_id;{/php}&embed=1"></script>
-  <script type="text/javascript" src="{php}echo $extension_root_path;{/php}/extern/wciembed.js"></script>
-  <div id='widgetwci'></div></textarea>
+<script type="text/javascript" src="{php}echo $extension_root_path;{/php}/extern/wciembed.js"></script>
+<div id='widgetwci'></div></textarea>
           <br>
           <strong>
             <a href="#" onclick="CreateWidget.widget_code.select(); return false;">ยป Select Code</a>