CRM-12595 fix formatting in templates files (A)
authoreileen <eileen@fuzion.co.nz>
Mon, 13 May 2013 02:25:45 +0000 (14:25 +1200)
committereileen <eileen@fuzion.co.nz>
Fri, 17 May 2013 19:51:39 +0000 (07:51 +1200)
38 files changed:
templates/CRM/ACL/Form/ACL.tpl
templates/CRM/ACL/Form/ACLBasic.tpl
templates/CRM/Activity/Form/Activity.tpl
templates/CRM/Activity/Form/Task.tpl
templates/CRM/Activity/Form/Task/FileOnCase.tpl
templates/CRM/Activity/Form/Task/Print.tpl
templates/CRM/Activity/Import/Form/MapField.tpl
templates/CRM/Activity/Import/Form/Preview.tpl
templates/CRM/Activity/Import/Form/Summary.tpl
templates/CRM/Activity/Import/Form/UploadFile.tpl
templates/CRM/Admin/Form/CMSUser.tpl
templates/CRM/Admin/Form/ContactType.tpl
templates/CRM/Admin/Form/DomainDump.tpl
templates/CRM/Admin/Form/Extensions.tpl
templates/CRM/Admin/Form/Mapping.tpl
templates/CRM/Admin/Form/Navigation.hlp
templates/CRM/Admin/Form/Navigation.tpl
templates/CRM/Admin/Form/OptionValue.tpl
templates/CRM/Admin/Form/Options.tpl
templates/CRM/Admin/Form/PaymentProcessor.tpl
templates/CRM/Admin/Form/PaymentProcessorType.tpl
templates/CRM/Admin/Form/PdfFormats.tpl
templates/CRM/Admin/Form/Persistent.tpl
templates/CRM/Admin/Form/PreferencesDate.tpl
templates/CRM/Admin/Form/ScheduleReminders.tpl
templates/CRM/Admin/Form/Setting/Debugging.hlp
templates/CRM/Admin/Form/Setting/Event.tpl
templates/CRM/Admin/Form/Setting/Localization.tpl
templates/CRM/Admin/Form/Setting/Path.tpl
templates/CRM/Admin/Form/Setting/Smtp.tpl
templates/CRM/Admin/Form/Setting/UpdateConfigBackend.tpl
templates/CRM/Admin/Form/Setting/Url.hlp
templates/CRM/Admin/Page/ConfigTaskList.tpl
templates/CRM/Admin/Page/Extensions.tpl
templates/CRM/Admin/Page/MessageTemplates.tpl
templates/CRM/Admin/Page/PaymentProcessor.hlp
templates/CRM/Admin/Page/Persistent.tpl
templates/CRM/Admin/Page/Setting.tpl

index 521f58af94175fc910551b8cc23b4a5838c4ee13..2cdd7a352bdd084080b83e252189048780249dfb 100644 (file)
          </td>
      </tr>
    </table>
-    <div class="status message">{ts}NOTE: For Event ACLs, the 'View' operation allows access to the event information screen. "Edit" allows users to register for the event if online registration is enabled.{/ts}<br /> 
+    <div class="status message">{ts}NOTE: For Event ACLs, the 'View' operation allows access to the event information screen. "Edit" allows users to register for the event if online registration is enabled.{/ts}<br />
     {if $config->userSystem->is_drupal EQ '1'}
     {ts}Please remember that Drupal's "register for events" permission overrides CiviCRM's control over event information access.{/ts}
     {/if}
index 36e5e472af72be4f5e3489f86a7de37798b908be..16837a8aab64b4d472d7a9b1ffd08c760e11c1f5 100644 (file)
@@ -31,7 +31,7 @@
   <div class="messages status no-popup">
     <dl>
       <dt><div class="icon inform-icon"></div></dt>
-      <dd>    
+      <dd>
         {ts}WARNING: Delete will remove this permission from the specified ACL Role.{/ts} {ts}Do you want to continue?{/ts}
       </dd>
     </dl>
@@ -52,9 +52,9 @@
 </dd>
   </dl>
 {/if}
-  <dl> 
+  <dl>
     <dt></dt><dd>{$form.buttons.html}</dd>
-  </dl> 
+  </dl>
 </fieldset>
 </div>
 
index 3264fcdfdab7284c8001be2965bc0eab3df84cb7..2b62c4b1315307d647c66ab7d3a90981347cd2b4 100644 (file)
   <h3>{$activityTypeName}</h3>
     {if $activityTypeDescription }
     <div class="help">{$activityTypeDescription}</div>
-    {/if}  
+    {/if}
   {else}
     {if $context eq 'standalone' or $context eq 'search' or $context eq 'smog'}
     <tr class="crm-activity-form-block-activity_type_id">
index 9825f71cf5a30086b2d87bb1a057950754716116..7f533522c1eb250fd2fa483891c6cd18dd6cfa93 100755 (executable)
@@ -25,7 +25,7 @@
 *}
 {ts 1=$totalSelectedActivities}Number of selected Activities: %1{/ts}
 
-{if $rows } 
+{if $rows }
 <div class="form-item">
 <table width="30%">
   <tr class="columnheader">
index 572c8a93c4713157bd02e3645e7b917bbbd35938..a4e91fccc79862e2787fed28cad26f4490c142e3 100644 (file)
@@ -47,9 +47,9 @@
 
 var unclosedCaseUrl = {/literal}"{crmURL p='civicrm/case/ajax/unclosed' h=0}"{literal};
 cj( "#unclosed_cases" ).autocomplete( unclosedCaseUrl, { width : 250, selectFirst : false, matchContains:true
-                                    }).result( function(event, data, formatted) { 
+                                    }).result( function(event, data, formatted) {
                                       cj( "#unclosed_case_id" ).val( data[1] );
-                                    }).bind( 'click', function( ) { 
+                                    }).bind( 'click', function( ) {
                                       cj( "#unclosed_case_id" ).val('');
                                     });
 {/literal}
index 26666f97f2907a6cb36303d233eb984df41e3240..3b60f225eb1cfb6b99ad5610e7c1e81eded0afad 100644 (file)
@@ -25,7 +25,7 @@
 *}
 <div class="crm-block crm-activity_task_print-form-block">
 <p>
-{if $rows } 
+{if $rows }
 <div class="crm-submit-buttons element-right">
   {include file="CRM/common/formButtons.tpl" location="top"}
 </div>
index 9e6a56d766144e0f12ba37b3d6d56e274e53fe23..9c6adad7c793e20541eabae1256885921798e066 100644 (file)
@@ -32,7 +32,7 @@
 
  <div id="help">
     <p>{ts}Review the values shown below from the first 2 rows of your import file and select the matching CiviCRM database fields from the drop-down lists in the right-hand column. Select '- do not import -' for any columns in the import file that you want ignored.{/ts}</p>
-    {if $savedMapping} 
+    {if $savedMapping}
     <p>{ts}Click 'Load Saved Field Mapping' if data has been previously imported from the same source. You can then select the saved import mapping setup and load it automatically.{/ts}<p>
     {/if}
     <p>{ts}If you think you may be importing additional data from the same data source, check 'Save this field mapping' at the bottom of the page before continuing. The saved mapping can then be easily reused the next time data is imported.{/ts}</p>
@@ -49,7 +49,7 @@
 if ( document.getElementsByName("saveMapping")[0].checked ) {
     document.getElementsByName("updateMapping")[0].checked = true;
     document.getElementsByName("saveMapping")[0].checked = false;
-} 
+}
 </script>
 {/literal}
 </div>
\ No newline at end of file
index b73f3dfa44f47aec90017821d1fc6919b68906c9..de13cf8b4e0cf4b8a8a0f445da8c57dd29a8c0ae 100644 (file)
 
  {* WizardHeader.tpl provides visual display of steps thru the wizard as well as title for current step *}
  {include file="CRM/common/WizardHeader.tpl"}
+
  <div id="help">
     <p>
-    {ts}The information below previews the results of importing your data in CiviCRM. Review the totals to ensure that they represent your expected results.{/ts}         
+    {ts}The information below previews the results of importing your data in CiviCRM. Review the totals to ensure that they represent your expected results.{/ts}
     </p>
-    
-    {if $invalidRowCount}   
+
+    {if $invalidRowCount}
         <p class="error">
         {ts 1=$invalidRowCount 2=$downloadErrorRecordsUrl}CiviCRM has detected invalid data or formatting errors in %1 records. If you continue, these records will be skipped. OR, you can download a file with just these problem records - <a href='%2'>Download Errors</a>. Then correct them in the original import file, cancel this import and begin again at step 1.{/ts}
         </p>
     {/if}
 
-    {if $conflictRowCount} 
+    {if $conflictRowCount}
         <p class="error">
         {ts 1=$conflictRowCount 2=$downloadConflictRecordsUrl}CiviCRM has detected %1 records with conflicting transaction ids within this data file. If you continue, these records will be skipped. OR, you can download a file with just these problem records - <a href='%2'>Download Conflicts</a>. Then correct them in the original import file, cancel this import and begin again at step 1.{/ts}
         </p>
     {/if}
-    
+
 
     <p>{ts}Click 'Import Now' if you are ready to proceed.{/ts}</p>
  </div>
- <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>  
+ <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
  {* Summary Preview (record counts) *}
  <table id="preview-counts" class="report">
     <tr><td class="label">{ts}Total Rows{/ts}</td>
         <td class="data">{$totalRowCount}</td>
         <td class="explanation">{ts}Total rows (activity records) in uploaded file.{/ts}</td>
     </tr>
-    
-    {if $invalidRowCount}     
+
+    {if $invalidRowCount}
     <tr class="error"><td class="label">{ts}Rows with Errors{/ts}</td>
         <td class="data">{$invalidRowCount}</td>
         <td class="explanation">{ts}Rows with invalid data in one or more fields. These rows will be skipped (not imported).{/ts}
-            {if $invalidRowCount}  
+            {if $invalidRowCount}
                 <div class="action-link"><a href="{$downloadErrorRecordsUrl}">&raquo; {ts}Download Errors{/ts}</a></div>
             {/if}
         </td>
     </tr>
     {/if}
-    
-   {if $conflictRowCount}    
+
+   {if $conflictRowCount}
     <tr class="error"><td class="label">{ts}Conflicting Rows{/ts}</td>
         <td class="data">{$conflictRowCount}</td>
         <td class="explanation">{ts}Rows with conflicting transaction ids within this file. These rows will be skipped (not imported).{/ts}
         <td class="explanation">{ts}Total rows to be imported.{/ts}</td>
     </tr>
  </table>
- <br /> 
+ <br />
 
  {* Table for mapping preview *}
  {include file="CRM/Activity/Import/Form/MapTable.tpl}
  <br />
+
  <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
  </div>
\ No newline at end of file
index 5b85dd1d8dd2fed2b4176645071a3bdd641c1597..aa0e19976daff8b90e9da0abf436610996f5be11 100644 (file)
 
  {* WizardHeader.tpl provides visual display of steps thru the wizard as well as title for current step *}
  {include file="CRM/common/WizardHeader.tpl"}
+
  <div id="help">
     <p>
     {ts}<strong>Import has completed successfully.</strong> The information below summarizes the results.{/ts}
     </p>
-    
+
    {if $unMatchCount }
         <p class="error">
         {ts count=$unMatchCount plural='CiviCRM has detected mismatched activity IDs. These records have not been Updated.'}CiviCRM has detected mismatched activity ID. This record have not been updated.{/ts}
@@ -42,8 +42,8 @@
         <p class="error">
         {ts 1=$downloadMismatchRecordsUrl}You can <a href='%1'>Download Mismatched Activity records</a>. You may then correct them, and import the new file with the corrected data.{/ts}
         </p>
-    {/if} 
-   
+    {/if}
+
     {if $invalidRowCount }
         <p class="error">
         {ts count=$invalidRowCount plural='CiviCRM has detected invalid data and/or formatting errors in %count records. These records have not been imported.'}CiviCRM has detected invalid data and/or formatting errors in one record. This record have not been imported.{/ts}
@@ -71,7 +71,7 @@
         </p>
     {/if}
  </div>
- <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>  
+ <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
  {* Summary of Import Results (record counts) *}
  <table id="summary-counts" class="report">
     <tr><td class="label">{ts}Total Rows{/ts}</td>
@@ -89,7 +89,7 @@
         </td>
     </tr>
     {/if}
-    
+
     {if $unMatchCount }
     <tr class="error"><td class="label">{ts}Mismatched Rows (skipped){/ts}</td>
         <td class="data">{$unMatchCount}</td>
         </td>
     </tr>
     {/if}
-    
+
     {if $conflictRowCount}
     <tr class="error"><td class="label">{ts}Conflicting Rows (skipped){/ts}</td>
         <td class="data">{$conflictRowCount}</td>
         </td>
     </tr>
     {/if}
-    
+
     <tr><td class="label">{ts}Records Imported{/ts}</td>
         <td class="data">{$validRowCount}</td>
         <td class="explanation">{ts}Rows imported successfully.{/ts}</td>
     </tr>
 
  </table>
+
  <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
  </div>
\ No newline at end of file
index f9ca68a12154af27b3ed35be0eb10340c2695dbe..f5762f43661f201e0f5702b0fd8cc24bec83146a 100644 (file)
 
  {* WizardHeader.tpl provides visual display of steps thru the wizard as well as title for current step *}
  {include file="CRM/common/WizardHeader.tpl"}
+
  <div id="help">
     <p>
     {ts}The Activity Import Wizard allows you to easily upload activity from other applications into CiviCRM. Contacts must already exist in your CiviCRM database prior to importing activity.{/ts}
     {help id="id-upload"}
     </p>
- </div>    
+ </div>
  <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
  <div id="upload-file">
  <h3>{ts}Upload Data File{/ts}</h3>
@@ -46,7 +46,7 @@
                 <span class="description">{ts}File format must be comma-separated-values (CSV).{/ts}</span><br /><span>{ts 1=$uploadSize}Maximum Upload File Size: %1 MB{/ts}</span>
            </td>
         </tr>
-        <tr class="crm-activity-import-uploadfile-form-block-skipColumnHeader"> 
+        <tr class="crm-activity-import-uploadfile-form-block-skipColumnHeader">
            <td class="label"></td>
            <td>{$form.skipColumnHeader.html}{$form.skipColumnHeader.label}<br />
                <span class="description">{ts}Check this box if the first row of your file consists of field names (Example: 'Contact ID', 'Activity Type', 'Activity Date').{/ts}</span>
index a7b52118386bc50b52815bfd3f26f0c661e8b015..eb252e6fe6d6d5b1d91aaf586f38dd0d51c07671 100644 (file)
 <div id="help">
     <p>{ts 1=$config->userFramework}Synchronize %1 Users{/ts}</p>
 </div>
-<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>   
+<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
 <div class="messages status no-popup">
       <img src="{$config->resourceBase}i/Inform.gif" alt="{ts}status{/ts}"/>
            <span class="label">{ts}Synchronize Users to Contacts:{/ts}</span> {ts}CiviCRM will check each user record for a contact record. A new contact record will be created for each user where one does not already exist.{/ts} {ts}Do you want to continue?{/ts}
 </div>
 <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
 </div>
+
index 935c840724cd91a50bf9be16060fa4de643ce221..ffe0ff159116b8871e80dd4dd2258cdfe5552031 100644 (file)
@@ -41,7 +41,7 @@
         {include file='CRM/Core/I18n/Dialog.tpl' table='civicrm_contact_type' field='label' id= $cid }
       {/if}
       </td>
-           
+
       <td>{$form.label.html}</td>
    </tr>
    <tr class="crm-contact-type-form-block-parent_id">
    <tr class="crm-contact-type-form-block-image_URL">
       <td class="label">{$form.image_URL.label}</td>
       <td>{$form.image_URL.html|crmAddClass:'huge40'}{help id="id-image_URL"}</td>
-   </tr> 
+   </tr>
    <tr class="crm-contact-type-form-block-description">
      <td class="label">{$form.description.label}
      {if $action eq 2}
        {include file='CRM/Core/I18n/Dialog.tpl' table='civicrm_contact_type' field='description' id= $cid}
      {/if}
      </td>
-          
+
      <td>{$form.description.html}</td>
    </tr>
    <tr class="crm-contact-type-form-block-is_active">
index 7c53dee0817787cad32410a8b3ed23c1657d1b7d..a9323501c6b6bad180821f2b3f2c952beaffc4d9 100644 (file)
 <div id="help">
     <p>{ts}Backup Database{/ts}</p>
 </div>
-   
+
 <div class="messages status no-popup">
   <dl>
       <dt><img src="{$config->resourceBase}i/Inform.gif" alt="{ts}status{/ts}"/></dt>
-      <dd>    
+      <dd>
         <span class="label">{ts}Backup Your Data:{/ts}</span> {ts}CiviCRM will create an SQL dump file with all of your existing data, and allow you to download it to your local computer. This process may take a long time and generate a very large file if you have a large number of records.{/ts} {ts}Do you want to continue?{/ts}
       </dd>
    </dl>
 </div>
 <div>
-   <dl>   
+   <dl>
      <dt></dt><dd>{$form.buttons.html}</dd>
    </dl>
 </div>
+
index cf4909a5fa177a99b3ff9f5fd6de28b68bd0f269..9febbe0f633ca28f6d399deb8ae863721c74532f 100644 (file)
@@ -47,5 +47,5 @@
    {if $action eq 8 or $action eq 1 or $action eq 2}
         {include file="CRM/Admin/Page/ExtensionDetails.tpl"}
    {/if}
-   <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>      
+   <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
 </div>
index b86300f5dcfbdda4803682cca9855de6c91b6eca..cbaea39a081bcfc581b071eff1df1fbccee79508 100644 (file)
@@ -27,7 +27,7 @@
 <h3>{if $action eq 1}{ts}New Tag{/ts}{elseif $action eq 2}{ts}Edit Mapping{/ts}{else}{ts}Delete Mapping{/ts}{/if}</h3>
 <div class="crm-block crm-form-block crm-mapping-form-block">
     {if $action eq 1 or $action eq 2 }
-      <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>                  
+      <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
       <table class="form-layout-compressed">
        <tr class="crm-mapping-form-block-name">
           <td class="label">{$form.name.label}</td>
index 7409b20f593b8f0a77f1bcff7c48dc59116872d3..3433b3e48b69e025942b75ec69bdf90c5bb0ff81 100644 (file)
@@ -27,7 +27,7 @@
   {ts}Destination{/ts}
 {/htxt}
 {htxt id="id-menu_url"}
-{ts}Enter the destination URL. Generally you should use relative URLs for CiviCRM pages (e.g. links to profiles). Use complete URLs for external pages. Leave this field empty if you are creating a menu section that does not have a clickable destination.{/ts} 
+{ts}Enter the destination URL. Generally you should use relative URLs for CiviCRM pages (e.g. links to profiles). Use complete URLs for external pages. Leave this field empty if you are creating a menu section that does not have a clickable destination.{/ts}
 {/htxt}
 
 {htxt id="id-parent-title"}
index 509a1a0d0107d71590e85251c012c16fe04a00e3..801400c4dfc6a42141c6b85cca4314c9af455145 100644 (file)
@@ -51,7 +51,7 @@
     <tr class="crm-navigation-form-block-is_active">
         <td class="label">{$form.is_active.label}</td><td>{$form.is_active.html}</td>
     </tr>
-</table>   
+</table>
 </fieldset>
 <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
 </div>
\ No newline at end of file
index e128088dfafec5aa7d8d15b6899872ffcb337712..1140fbfec69b583d4e336196a60e19ae42a124fd 100644 (file)
           {ts}WARNING: Deleting this option value will result in the loss of all records which use the option value.{/ts} {ts}This may mean the loss of a substantial amount of data, and the action cannot be undone.{/ts} {ts}Do you want to continue?{/ts}
       </div>
    {else}
-      <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div> 
+      <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
       <table class="form-layout-compressed">
         <tr class="crm-admin-optionvalue-form-block-label">
-            <td class="label">{$form.label.label} 
+            <td class="label">{$form.label.label}
               {if $action == 2}{include file='CRM/Core/I18n/Dialog.tpl' table='civicrm_option_value' field='label' id=$id}{/if}</td>
             <td>{$form.label.html}</td>
-        </tr>    
+        </tr>
         <tr class="crm-admin-optionvalue-form-block-value">
             <td class="label">{$form.value.label}</td>
             <td>{$form.value.html}<br />
@@ -49,8 +49,8 @@
               <span class="description">{ts}The same option value is stored for all languages. Changing this value will change it for all languages.{/ts}</span>
             {/if}
             </td>
-        </tr> 
-        <tr class="crm-admin-optionvalue-form-block-name">   
+        </tr>
+        <tr class="crm-admin-optionvalue-form-block-name">
             <td class="label">{$form.name.label}</td>
             <td>{$form.name.html}</td>
         </tr>
             <td class="label">{$form.grouping.label}</td>
             <td>{$form.grouping.html}</td>
         </tr>
-       {if $form.financial_account_id}
+  {if $form.financial_account_id}
           <tr class="crm-admin-optionvalue-form-block-financialAccount">
             <td class="label">{$form.financial_account_id.label}</td>
             <td>{$form.financial_account_id.html}</td>
           </tr>
-       {/if}
+  {/if}
         <tr class="crm-admin-optionvalue-form-block-description">
             <td class="label">{$form.description.label}</td>
             <td>{$form.description.html}</td>
@@ -91,8 +91,8 @@
             <td class="label">{$form.contactOptions.label}</td>
             <td>{$form.contactOptions.html}</td>
         </tr>
-       {/if}  
-      </table> 
+       {/if}
+      </table>
      {/if}
-     <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>      
+     <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
 </div>
index 1b60123b611894037e0ea67596747ba477b6ad31..51205a306c10c38fdc1323a0205338e9017050ca 100644 (file)
                <span class="description">{ts}The option label is displayed to users.{/ts}</span>
              </td>
            </tr>
-          {if $form.financial_account_id.html}
+     {if $form.financial_account_id.html}
              <tr class="crm-admin-options-form-block-grouping">
                <td class="label">{$form.financial_account_id.label}</td>
                <td>{$form.financial_account_id.html}</td>
              </tr>
-          {/if}
+     {/if}
         {/if}
       {if $gName eq 'case_status'}
             <tr class="crm-admin-options-form-block-grouping">
index 1fe5fcacb9f3117d8a29c0f0ce12b63e7e1cb16d..ea682dfac8fbe91d56dfb306f4ec45fdd9cc5c36 100644 (file)
@@ -29,8 +29,8 @@
  <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
 
 {if $action eq 8}
-  <div class="messages status no-popup">  
-      <div class="icon inform-icon"></div> 
+  <div class="messages status no-popup">
+      <div class="icon inform-icon"></div>
         {ts}WARNING: Deleting this Payment Processor may result in some transaction pages being rendered inactive.{/ts} {ts}Do you want to continue?{/ts}
   </div>
 {else}
     <tr class="crm-paymentProcessor-form-block-description">
         <td class="label">{$form.description.label}</td><td>{$form.description.html}</td>
     </tr>
-    
+
     <tr class="crm-paymentProcessor-form-block-financial_account">
       <td class="label">{$form.financial_account_id.label}</td>
       <td>
-       {if $financialAccount}
-         {$form.financial_account_id.html}
-       {else}
-         {capture assign=ftUrl}{crmURL p='civicrm/admin/financial/financialAccount' q="reset=1"}{/capture}
-         {ts 1=$ftUrl}There are no financial accounts configured with Financial Account Type 'Asset' Type. <a href='%1'>Click here</a> if you want to configure financial accounts for your site.{/ts}
+  {if $financialAccount}
+    {$form.financial_account_id.html}
+      {else}
+      {capture assign=ftUrl}{crmURL p='civicrm/admin/financial/financialAccount' q="reset=1"}{/capture}
+    {ts 1=$ftUrl}There are no financial accounts configured with Financial Account Type 'Asset' Type. <a href='%1'>Click here</a> if you want to configure financial accounts for your site.{/ts}
         {/if}
       </td>
     </tr>
             <td class="label">{$form.url_button.label}</td><td>{$form.url_button.html|crmAddClass:huge} {help id=$ppTypeName|cat:'-live-url-button' title=$form.url_button.label}</td>
         </tr>
 {/if}
-    </table>        
+    </table>
 </fieldset>
 
 <fieldset>
 <legend>{ts}Processor Details for Test Payments{/ts}</legend>
-    <table class="form-layout-compressed">                      
+    <table class="form-layout-compressed">
         <tr class="crm-paymentProcessor-form-block-test_user_name">
             <td class="label">{$form.test_user_name.label}</td><td>{$form.test_user_name.html} {help id=$ppTypeName|cat:'-test-user-name' title=$form.test_user_name.label}</td></tr>
 {if $form.test_password}
         <tr class="crm-paymentProcessor-form-block-test_url_button">
             <td class="label">{$form.test_url_button.label}</td><td>{$form.test_url_button.html|crmAddClass:huge} {help id=$ppTypeName|cat:'-test-url-button' title=$form.test_url_button.label}</td>
         </tr>
-{/if}  
-{/if} 
+{/if}
+{/if}
 </table>
        <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
   </fieldset>
         var url = {/literal}"{$refreshURL}"{literal}
         var post = url + "&pp=" + paymentProcessorType.value;
         if( refresh ) {
-            window.location= post; 
+            window.location= post;
         }
     }
 {/literal}
index ce171f2b74f9c1a3350320632b14193c226361bb..f5ce1c897fa1db6fa042a4e29cb6f47d9b1a594e 100644 (file)
@@ -33,7 +33,7 @@
       {ts}Do you want to continue?{/ts}
   </div>
 {else}
-  
+
   <table class="form-layout-compressed">
     <tr class="crm-paymentProcessor-type-form-block-title">
         <td class="label">{$form.title.label}</td>
 </table>
 {/if}
 </fieldset>
-<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div> 
+<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
 </div>
index e5d30160b55539cd144f6e0fd20d1d68e759d797..4eadfa2f9425590b6abbc69ddef52ed27059960f 100644 (file)
@@ -29,8 +29,8 @@
  <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
 
 {if $action eq 8}
-  <div class="messages status no-popup">  
-      <div class="icon inform-icon"></div> 
+  <div class="messages status no-popup">
+      <div class="icon inform-icon"></div>
         {ts 1=$formatName}WARNING: You are about to delete the PDF Page Format titled <strong>%1</strong>.{/ts}<p>{ts}This will remove the format from all Message Templates that use it. Do you want to continue?{/ts}</p>
   </div>
 {else}
         <td class="right">{$form.margin_left.label}</td><td>{$form.margin_left.html}</td>
         <td class="right">{$form.margin_right.label}</td><td>{$form.margin_right.html}</td>
     </tr>
-    <tr class="crm-pdfFormat-form-block-weight"> 
+    <tr class="crm-pdfFormat-form-block-weight">
         <td class="right">{$form.weight.label}</td><td colspan="3">{$form.weight.html}<br />
         <span class="description">{ts}Weight controls the order in which PDF Page Formats are displayed <br />in selection lists. Enter a positive or negative integer. Lower numbers <br />are displayed ahead of higher numbers.{/ts}</span>
         </td>
     </tr>
   </table>
-{/if} 
+{/if}
 <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
 </div>
 
index e61ccd9b3b6ab67528e05e60fabb31a25b03fcbb..90b62001929bf21ff288ef948312a8dda63ad4bf 100644 (file)
@@ -1,20 +1,20 @@
-<div class="form-item">\r
-<legend>DB Template Strings Information</legend>\r
-<div class="crm-block crm-form-block crm-admin-options-form-block">\r
-<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>\r
-<table  class="form-layout-compressed">\r
-   <tr>\r
-     <td class="label ">{$form.context.label}</td>\r
-     <td>{$form.context.html|crmAddClass:huge}</dd>\r
-   </tr>\r
-   <tr>\r
-     <td class="label ">{$form.name.label}</td>\r
-     <td>{$form.name.html|crmAddClass:huge}</dd>\r
-   </tr>\r
-   <tr>\r
-     <td class="label ">{$form.data.label}</td>\r
-     <td>{$form.data.html}</dd>\r
-    </tr>\r
-</table>\r
-<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>\r
-</div>\r
+<div class="form-item">
+<legend>DB Template Strings Information</legend>
+<div class="crm-block crm-form-block crm-admin-options-form-block">
+<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
+<table  class="form-layout-compressed">
+   <tr>
+     <td class="label ">{$form.context.label}</td>
+     <td>{$form.context.html|crmAddClass:huge}</dd>
+   </tr>
+   <tr>
+     <td class="label ">{$form.name.label}</td>
+     <td>{$form.name.html|crmAddClass:huge}</dd>
+   </tr>
+   <tr>
+     <td class="label ">{$form.data.label}</td>
+     <td>{$form.data.html}</dd>
+    </tr>
+</table>
+<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
+</div>
index b87488ad8cd31704844717aa7218d42e7aed2bf8..a5f618484c54918476ddd259f1fa9e1a364dc95b 100644 (file)
             <tr class="crm-preferences-date-form-block-description">
                 <td class="label">{$form.description.label}</td><td>{$form.description.html}</td>
             </tr>
-            <tr class="crm-preferences-date-form-block-date_format">    
+            <tr class="crm-preferences-date-form-block-date_format">
                 <td class="label">{$form.date_format.label}</td><td>{$form.date_format.html}</td>
             </tr>
             {if $form.time_format.label}
-            <tr class="crm-preferences-date-form-block-time_format">    
+            <tr class="crm-preferences-date-form-block-time_format">
                 <td class="label">{$form.time_format.label}</td><td>{$form.time_format.html}</td>
             </tr>
             {/if}
-            <tr class="crm-preferences-date-form-block-start">    
+            <tr class="crm-preferences-date-form-block-start">
                 <td class="label">{$form.start.label}</td><td>{$form.start.html}</td>
             </tr>
-            <tr class="crm-preferences-date-form-block-end">    
+            <tr class="crm-preferences-date-form-block-end">
                 <td class="label">{$form.end.label}</td><td>{$form.end.html}</td>
             </tr>
         </table>
index 349af4a1acf7d1fd066347186bebe36d9ca2dff0..98afa75de994a2ce6c4930ced21c0062adbf4ab2 100644 (file)
         <table class="form-layout-compressed">
           <tr class="crm-scheduleReminder-form-block-repetition_frequency_interval">
             <td class="label">{$form.repetition_frequency_interval.label}&nbsp;&nbsp;&nbsp;{$form.repetition_frequency_interval.html}</td>
-           <td>{$form.repetition_frequency_unit.html}</td>
+          <td>{$form.repetition_frequency_unit.html}</td>
           </tr>
           <tr class="crm-scheduleReminder-form-block-repetition_frequency_interval">
              <td class="label">{$form.end_frequency_interval.label}&nbsp;&nbsp;&nbsp;{$form.end_frequency_interval.html}
-            <td>{$form.end_frequency_unit.html}&nbsp;&nbsp;&nbsp;{$form.end_action.html}&nbsp;&nbsp;&nbsp;{$form.end_date.html}</td>
+           <td>{$form.end_frequency_unit.html}&nbsp;&nbsp;&nbsp;{$form.end_action.html}&nbsp;&nbsp;&nbsp;{$form.end_date.html}</td>
           </tr>
         </table>
      </td>
index ab016000e9e5d4b1862d2f4a19d13cce8e88531f..08f9d008d5f1233868325f37652e849e5073a100 100644 (file)
@@ -32,7 +32,7 @@
 <ul>
 <li><strong>{ts}Smarty Debug Window{/ts}</strong> - {ts}Loads all variables available to the current page template into a pop-up window. To trigger, add <em>&smartyDebug=1</em> to any CiviCRM URL query string. Make sure you have pop-up blocking disabled in your browser for the CiviCRM site URL.{/ts}</li>
 <li><strong>{ts}Session Reset{/ts}</strong> - {ts 1='&sessionReset=2'}Resets all values in your client session. To trigger, add <em>%1</em>{/ts}</li>
-<li><strong>{ts}Directory Cleanup{/ts}</strong> -{ts}Empties template cache and/or temporary upload file folders.{/ts} 
+<li><strong>{ts}Directory Cleanup{/ts}</strong> -{ts}Empties template cache and/or temporary upload file folders.{/ts}
 <ul>
 <li>{ts 1='&directoryCleanup=1'}To empty template cache (civicrm/templates_c folder), add <em>%1</em>{/ts}</li>
 <li>{ts 1='&directoryCleanup=2'}To remove temporary upload files (civicrm/upload folder), add <em>%1</em>{/ts}</li>
index 25b4d174fd77ce3fd5c3dc3057fa8c097c006a89..1f2705b12a55f0af630ee0410793caa7634b31bb 100644 (file)
     {ts 1=$docLink}These settings are used to configure properties for the CiviEvent component. Please read the %1 documentation, and make sure you understand it before modifying default values.{/ts}
 </div>
 <div class="crm-block crm-form-block>
-<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>                         
+<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
       <table class="form-layout-compressed">
         <tr class="crm-mail-form-block-enable_cart">
             <td class="label">{$form.enable_cart.label}</td><td>{$form.enable_cart.html}<br />
             <span class="description">{ts}Check to enable the Event Cart checkout workflow.{/ts}</span></td>
         </tr>
       </table>
-<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>     
+<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
 <div class="spacer"></div>
 </div>
index 5d19b3fb78fe53f0218c48f70364f87aaf2fe3de..99c204760fc0039fb3528503167169ed69385f6b 100644 (file)
@@ -25,7 +25,7 @@
 *}
 <div class="crm-block crm-form-block crm-localization-form-block">
 <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"} </div>
-    <h3>{ts}Language and Currency{/ts}</h3>    
+    <h3>{ts}Language and Currency{/ts}</h3>
         <table class="form-layout-compressed">
             <tr class="crm-localization-form-block-lcMessages">
                 <td class="label">{$form.lcMessages.label}</td>
@@ -33,7 +33,7 @@
                 <span class="description">{ts}Default language used for this installation.{/ts}</span></td>
             </tr>
            {if $form.languageLimit}
-             <tr class="crm-localization-form-block-languageLimit"> 
+             <tr class="crm-localization-form-block-languageLimit">
                  <td class="label">{$form.languageLimit.label}</td>
                  <td>{$form.languageLimit.html}<br />
                  <span class="description">{ts}Languages available to users of this installation.{/ts}</span></td>
@@ -99,7 +99,7 @@
                 <td>{$form.defaultContactCountry.html}<br />
                 <span class="description">{ts}This value is selected by default when adding a new contact address.{/ts}</span></td>
             </tr>
-                <tr class="crm-localization-form-block-defaultContactStateProvince">
+           <tr class="crm-localization-form-block-defaultContactStateProvince">
                 <td class="label">{$form.defaultContactStateProvince.label}</td>
                 <td>{$form.defaultContactStateProvince.html}<br />
                 <span class="description">{ts}This value is selected by default when adding a new contact address.{/ts}</span></td>
                 <span class="description">{ts}State/province listings are populated dynamically based on the selected Country for all standard contact address editing forms, as well as for <strong>Profile forms which include both a Country and a State/Province field</strong>.  This setting controls which countries' states and/or provinces are available in the State / Province selection field <strong>for Custom Fields</strong> or for Profile forms which do NOT include a Country field.{/ts}</span></td>
             </tr>
         </table>
-    <h3>{ts}Multiple Languages Support{/ts}</h3>    
+    <h3>{ts}Multiple Languages Support{/ts}</h3>
       <table class="form-layout-compressed">
         {if $form.languageLimit}
           <tr class="crm-localization-form-block-makeSinglelingual_description">
           </tr>
           <tr class="crm-localization-form-block-makeSinglelingual">
               <td class="label">{$form.makeSinglelingual.label}</td>
-              <td>{$form.makeSinglelingual.html}<br />          
+              <td>{$form.makeSinglelingual.html}<br />
               <span class="description">{ts}Check this box and click 'Save' to switch this installation from multi- to single-language.{/ts}</span><br /><br />
               <span class="description" style="color:red">{$warning}</span></td>
           </tr>
           <tr class="crm-localization-form-block-description">
               <td>
               <span class="description">{ts}In order to use this functionality, the installation's database user must have privileges to create triggers (in MySQL 5.0 – and in MySQL 5.1 if binary logging is enabled – this means the SUPER privilege). This install either does not seem to have the required privilege enabled.{/ts} {ts}(Multilingual support currenly cannot be enabled on installations with enabled logging.){/ts}</span><br /><br />
-              <span class="description" style="color:red">{$warning}</span></td>   
+              <span class="description" style="color:red">{$warning}</span></td>
           </tr>
         {/if}
       </table>
index b1a125060078f17fc35e01453dfe05f80f11dd4f..c1541ce8ad0487255828f25e9da56e479e48d6f2 100644 (file)
                 <td class="label">{$form.imageUploadDir.label}</td>
                 <td>{$form.imageUploadDir.html|crmAddClass:'huge40'}<br />
                     <span class="description">{ts}File system path where image files are uploaded. Currently, this path is used for images associated with premiums (CiviContribute thank-you gifts).{/ts}</span>
-                </td>    
+                </td>
             </tr>
-            <tr class="crm-path-form-block-customFileUploadDir">  
+            <tr class="crm-path-form-block-customFileUploadDir">
                 <td class="label">{$form.customFileUploadDir.label}</td>
                 <td>{$form.customFileUploadDir.html|crmAddClass:'huge40'}<br />
                     <span class="description">{ts}Path where documents and images which are attachments to contact records are stored (e.g. contact photos, resumes, contracts, etc.). These attachments are defined using 'file' type custom fields.{/ts}</span>
                 </td>
             </tr>
-            <tr class="crm-path-form-block-customTemplateDir">  
+            <tr class="crm-path-form-block-customTemplateDir">
                 <td class="label">{$form.customTemplateDir.label}</td>
                 <td>{$form.customTemplateDir.html|crmAddClass:'huge40'}<br />
                     <span class="description">{ts}Path where site specific templates are stored if any. This directory is searched first if set. Custom JavaScript code can be added to templates by creating files named <em>templateFile.extra.tpl</em>.{/ts} {docURL page="developer/techniques/templates"}</span><br />
                     <span class="description">{ts}CiviCase configuration files can also be stored in this custom path.{/ts} {docURL page="user/case-management/setup"}</span>
                 </td>
             </tr>
-            <tr class="crm-path-form-block-customPHPPathDir">  
+            <tr class="crm-path-form-block-customPHPPathDir">
                 <td class="label">{$form.customPHPPathDir.label}</td>
                 <td>{$form.customPHPPathDir.html|crmAddClass:'huge40'}<br />
                     <span class="description">{ts}Path where site specific PHP code files are stored if any. This directory is searched first if set.{/ts}</span>
-                </td>    
+                </td>
             </tr>
-            <tr class="crm-path-form-block-extensionsDir">  
+            <tr class="crm-path-form-block-extensionsDir">
                 <td class="label">{$form.extensionsDir.label}</td>
                 <td>{$form.extensionsDir.html|crmAddClass:'huge40'}<br />
                     <span class="description">{ts}Path where CiviCRM extensions are stored.{/ts}</span>
-                </td>    
+                </td>
             </tr>
         </table>
    <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
index 4edb6d7374c428a58e2894f81920866ea4f82432..20c4d568420398703c4e2e9a16648087d4b91a57 100644 (file)
@@ -25,7 +25,7 @@
 *}
 <div class="crm-block crm-form-block crm-smtp-form-block">
 <div id="help">
-    {ts}<p>CiviCRM offers several options to send emails. The default option should work fine on linux systems. If you are using windows, you probably need to enter settings for your SMTP/Sendmail server. You can send a test email to check your settings by clicking "Save and Send Test Email". If you're unsure of the correct values, check with your system administrator, ISP or hosting provider.</p>   
+    {ts}<p>CiviCRM offers several options to send emails. The default option should work fine on linux systems. If you are using windows, you probably need to enter settings for your SMTP/Sendmail server. You can send a test email to check your settings by clicking "Save and Send Test Email". If you're unsure of the correct values, check with your system administrator, ISP or hosting provider.</p>
 
     <p>If you do not want users to send outbound mail from CiviCRM, select "Disable Outbound Email". NOTE: If you disable outbound email, and you are using Online Contribution pages or online Event Registration - you will need to disable automated receipts and registration confirmations.</p>
 
                          <span class="description">{ts}Does your SMTP server require authentication (user name + password)?{/ts}</span>
                        </td>
                     </tr>
-                    <tr class="crm-smtp-form-block-smtpUsername"> 
+                    <tr class="crm-smtp-form-block-smtpUsername">
                        <td class="label">{$form.smtpUsername.label}</td>
                        <td>{$form.smtpUsername.html}</td>
                     </tr>
-                    <tr class="crm-smtp-form-block-smtpPassword"> 
+                    <tr class="crm-smtp-form-block-smtpPassword">
                        <td class="label">{$form.smtpPassword.label}</td>
-                       <td>{$form.smtpPassword.html}<br />                  
+                       <td>{$form.smtpPassword.html}<br />
                            <span class="description">{ts}If your SMTP server requires authentication, enter your Username and Password here.{/ts}</span>
                        </td>
                     </tr>
             <fieldset>
                 <legend>{ts}Sendmail Configuration{/ts}</legend>
                    <table class="form-layout-compressed">
-                     <tr class="crm-smtp-form-block-sendmail_path">           
+                     <tr class="crm-smtp-form-block-sendmail_path">
                         <td class="label">{$form.sendmail_path.label}</td>
                         <td>{$form.sendmail_path.html}<br />
                             <span class="description">{ts}Enter the Sendmail Path. EXAMPLE: /usr/sbin/sendmail{/ts}</span>
                         </td>
                      </tr>
-                     <tr class="crm-smtp-form-block-sendmail_args"> 
+                     <tr class="crm-smtp-form-block-sendmail_args">
                         <td class="label">{$form.sendmail_args.label}</td>
                         <td>{$form.sendmail_args.html}</td>
                      </tr>
             <span class="place-left">&nbsp;</span>
             <span class="crm-button crm-button-type-next crm-button_qf_Smtp_refresh_test">{$form._qf_Smtp_refresh_test.html}</span>
         </div>
-</div>    
+</div>
 
 {literal}
 <script type="text/javascript">
     cj( function( ) {
         showHideMailOptions( cj("input[name='outBound_option']:checked").val( ) ) ;
-        
+
         function showHideMailOptions( value ) {
             switch( value ) {
               case "0":
                 cj("#_qf_Smtp_refresh_test").hide( );
             }
         }
-        
+
         cj("input[name='outBound_option']").click( function( ) {
             showHideMailOptions( cj(this).val( ) );
         });
     });
-    
+
 </script>
 {/literal}
index f99a32928ccf1e04f0bda1a39956b46e1d781492..d775299fdf4944bc5d0aa9579bd7761692dbc93b 100644 (file)
@@ -29,8 +29,8 @@
     {ts}Use this form if you need to reset the Base Directory Path and Base URL settings for your CiviCRM installation. These settings are stored in the database, and generally need adjusting after moving a CiviCRM installation to another location in the file system and/or to another URL.{/ts}</p>
     <p>
     {ts}CiviCRM will attempt to detect the new values that should be used. These are provided below as the default values for the <strong>New Base Directory</strong> and <strong>New Base URL</strong> fields.{/ts}</p>
-</div>  
-        <div>{$form._qf_UpdateConfigBackend_next_cleanup.html}</div>  
+</div>
+        <div>{$form._qf_UpdateConfigBackend_next_cleanup.html}</div>
         <table>
             <tr class="crm-config-backend-form-block-oldBaseDir">
                 <td class="label">{ts}Old Base Directory{/ts}</td>
@@ -60,7 +60,7 @@
                 <td>{$form.newSiteName.html|crmAddClass:'huge'}<br />
                 <span class="description">{ts}This is the your site name for a multisite install.{/ts}</span></td>
             </tr>
-{/if}  
+{/if}
         </table>
         <div>{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
 <div class="spacer"></div>
index 63305c48fa723a872dadee1dc0eae6fba533e6f2..e0891a486f2d734e59d30a43e5f9cabf80f960ec 100644 (file)
@@ -49,7 +49,7 @@
 <table class="form-layout-compressed">
     <tr><td>
     <strong>{ts}Example{/ts}</strong><br />
-    {ts 1=http://www.example.com/}If your site's home url is %1 ... then your CiviCRM Resource URL would be:{/ts} 
+    {ts 1=http://www.example.com/}If your site's home url is %1 ... then your CiviCRM Resource URL would be:{/ts}
     <div class="font-italic description">
     {if $config->userSystem->is_drupal EQ '1'}
      &nbsp;&nbsp; http://www.example.com/sites/all/modules/civicrm/
index 8985cfd2a6daf40203f82b0b864dc6e78b370f25..bc0e8bf7ea55128a7f5acc99f87b655a2ffb6b1e 100644 (file)
 {capture assign="linkTitle"}{ts}Edit settings{/ts}{/capture}
 {capture assign="adminMenu"}{crmURL p="civicrm/admin" q="reset=1"}{/capture}
 {if $fromEmailId}
-    {assign var='fromAction' value="&action=update&id=`$fromEmailId`"} 
+    {assign var='fromAction' value="&action=update&id=`$fromEmailId`"}
 {else}
     {assign var='fromAction' value="&action=add"}
 {/if}
 {if $payPalProId}
-    {assign var='defaultPPUrl' value="action=add&pp=`$payPalProId`&reset=1"} 
+    {assign var='defaultPPUrl' value="action=add&pp=`$payPalProId`&reset=1"}
 {else}
     {assign var='defaultPPUrl' value="reset=1"}
 {/if}
     <tr class="even">
         <td class="tasklist nowrap"><a href="{crmURL p="civicrm/admin/paymentProcessor" q="`$defaultPPUrl`&civicrmDestination=`$destination`"}" title="{$linkTitle}">{ts}Payment Processors{/ts}</a></td>
         <td>{ts}Select and configure one or more payment processing services for online contributions, events and / or membership fees.{/ts}</td>
-    </tr>  
+    </tr>
     {if $config->userSystem->is_drupal EQ '1'}
         <tr class="even">
             {if $config->userFramework EQ 'Drupal'}
 <div class="description">
     {capture assign=docLink}{docURL page="user/organising-your-data/overview" text="Organizing Your Data"}{/capture}
     {ts 1=$adminMenu 2=$docLink}The next set of tasks involve planning and have multiple steps. You may want to check out the %2 section in the User and Administrator Guide before you begin. You will not be returned to this page after completing these tasks, but you can always get back here from the <a href="%1">Administer CiviCRM</a> menu.{/ts}
-</div>  
+</div>
 
 <table class="selector">
     <tr class="columnheader">
     </tr>
     <tr class="even">
         <td class="tasklist nowrap" style="width: 10%;">{docURL page="user/contributions/what-is-civicontribute" text="CiviContribute"}</td>
-        <td>{ts}Online fundraising and donor management, as well as offline contribution processing and tracking.{/ts}</td>    
+        <td>{ts}Online fundraising and donor management, as well as offline contribution processing and tracking.{/ts}</td>
     </tr>
     <tr class="even">
         <td class="tasklist nowrap" style="width: 10%;">{docURL page="user/pledges/what-is-civipledge" text="CiviPledge"}</td>
-        <td>{ts}Accept and track pledges (for recurring gifts).{/ts}</td>    
+        <td>{ts}Accept and track pledges (for recurring gifts).{/ts}</td>
     </tr>
     <tr class="even">
         <td class="tasklist nowrap">{docURL page="user/events/what-is-civievent" text="CiviEvent"}</td>
index 6c40c454b4ae2907e68ef91de488bffa1cc11dea..1e6e38ad21b850bf585c02b54a99883553129041 100644 (file)
     {if $selectedChild}selectedTab = "{$selectedChild}";{/if}
 
     {literal}
+
     //explicitly stop spinner
     function stopSpinner( ) {
       cj('li.crm-tab-button').each(function(){ cj(this).find('span').text(' ');})
       cj('.crm-extensions-refresh').click(function(event){
         event.stopPropagation();
         CRM.alert('', '{/literal}{ts escape="js"}Refreshing...{/ts}{literal}', 'crm-msg-loading', {expires: 0});
-        CRM.api('Extension', 'refresh', {}, { 
+        CRM.api('Extension', 'refresh', {}, {
           'callBack' : function(result){
             if (result.is_error) {
               CRM.alert(result.error_message, '{/literal}{ts escape="js"}Refresh Error{/ts}{literal}', 'error');
             } else {
               window.location.reload();
             }
-          } 
+          }
         });
         return false;
       }); // .click
index d1db68227d57d905b1e194f9fdaa921c796a7209..9b5101763e6118181ecf29e63b1d0e1aea686a2c 100644 (file)
@@ -26,7 +26,7 @@
 {capture assign=crmURL}{crmURL p='civicrm/admin/messageTemplates/add' q="action=add&reset=1"}{/capture}
 {if $action eq 1 or $action eq 2 or $action eq 8}
    {include file="CRM/Admin/Form/MessageTemplates.tpl"}
-   
+
 {elseif $action eq 4}
   {* View a system default workflow template *}
 
@@ -49,7 +49,7 @@
       </div>
     </div>
   </div>
-  
+
   <div class="crm-section msg_txt-section">
   <h3 class="header-dark">{$form.msg_text.label}</h3>
     <div class="text">
@@ -80,7 +80,7 @@
       {$form.pdf_format_id.html}
     </div>
   </div>
-    
+
   <div id="crm-submit-buttons">{$form.buttons.html}</div>
   </fieldset>
 {/if}
@@ -92,7 +92,7 @@
       <li id='tab_user'>    <a href='#user'     title='{ts}User-driven Messages{/ts}'>    {ts}User-driven Messages{/ts}    </a></li>
       <li id='tab_workflow'><a href='#workflow' title='{ts}System Workflow Messages{/ts}'>{ts}System Workflow Messages{/ts}</a></li>
     </ul>
-  
+
     {* create two selector tabs, first being the ‘user’ one, the second being the ‘workflow’ one *}
     {include file="CRM/common/enableDisable.tpl"}
     {include file="CRM/common/jsortable.tpl"}
               </div>
               <div class="spacer"></div>
             {/if}
-            
+
             {if empty( $template_row) }
                 <div class="messages status no-popup">
                     <div class="icon inform-icon"></div>&nbsp;
index 22630d951e991d716adafc565b08e1ae25976fa9..db9d3f01894c66831c3700adbe94061fd0c35e9b 100644 (file)
 <br />{ts 1='<strong>https://www.eway.com.au/gateway_cvn/xmlpayment.asp</strong>'}Use %1 unless otherwise advised by eWAY.{/ts}
 {/htxt}
 
-{htxt id='Payment_Express-test-user-name'} {ts}Payment Express UserID (Development account):{/ts} 
+{htxt id='Payment_Express-test-user-name'} {ts}Payment Express UserID (Development account):{/ts}
 {ts}This is the development user name provided to you by DPS/Payment Express.{/ts}
 {ts 1='4111111111111111' 2='76'}The test Credit Card number is %1 - this is the only credit card number that will work on the test gateway. The test Total Amount can be any amount except one that ends in a value of .%2 (e.g. $10.%2) - all amounts ending in .%2 will return a failed response.{/ts}
 {/htxt}
 
 {htxt id='Payment_Express-test-url-site'} {ts}This is the URL for accessing the DPS/Payment Express payment site.  
 If you have been given a MAC key please fill in the Mac Key field, and use https://sec.paymentexpress.com/pxpay/pxpay.aspx for the Site URL.
-Otherwise use https://sec.paymentexpress.com/pxpay/pxaccess.aspx for the Site URL.{/ts} {/htxt} 
+Otherwise use https://sec.paymentexpress.com/pxpay/pxaccess.aspx for the Site URL.{/ts} {/htxt}
 
-{htxt id='Payment_Express-live-user-name'} {ts}Payment Express UserID (LIVE account):{/ts} 
+{htxt id='Payment_Express-live-user-name'} {ts}Payment Express UserID (LIVE account):{/ts}
 {ts}This is the live user name provided to you by DPS/Payment Express.{/ts}{/htxt}
 
 {htxt id='Payment_Express-live-url-site'} {ts}This is the URL for accessing the DPS/Payment Express payment site.  
index 9dc60ec6dcef94636f8c8c3323193a8f428c034f..2418a0fca8db10d8b813393516dbcc13f2837f4e 100644 (file)
@@ -1,69 +1,69 @@
-{foreach from=$rows item=template_row key=type}\r
-{if $type eq 'configTemplates'}\r
-    <table class="report-layout">\r
-      <div class="action-link">\r
-        <a href="{crmURL p='civicrm/admin/tplstrings/add' q='reset=1&action=add'}"  class="button">\r
-          <span>\r
-             <div class="icon add-icon"></div>{ts}Add New String{/ts}\r
-          </span>\r
-        </a>\r
-      </div>\r
-      {if !empty( $template_row) }\r
-      <tr>\r
-         <th>Context</th>\r
-         <th>Name</th>\r
-         <th>Data</th>\r
-         {if $editClass}\r
-           <th style="width: 10%"></th>\r
-         {/if}\r
-      </tr>\r
-   {foreach from=$template_row item=values}\r
-      <tr class="{cycle values="odd-row,even-row"}">\r
-        <td>{$values.context}</td>\r
-        <td>{$values.name}</td>\r
-        <td>{$values.data}</td>\r
-        {if $editClass}\r
-          <td>{$values.action}</td>\r
-        {/if}\r
-      </tr>\r
-    {/foreach}\r
-    {/if}\r
-   </table>\r
-{/if}\r
-{if $type eq 'customizeTemplates'}\r
-   <table class="report-layout">\r
-      <head>\r
-        <h1>Config String</h1>\r
-      </head>\r
-      <br/>\r
-      <div class="action-link">\r
-         <a href="{crmURL p='civicrm/admin/tplstrings/add' q='reset=1&action=add&config=1'}"  class="button">\r
-           <span>\r
-              <div class="icon add-icon"></div>{ts}Add New Config{/ts}\r
-           </span>\r
-         </a>\r
-      </div>\r
-      <br/>\r
-      {if !empty( $template_row) }\r
-      <tr>\r
-        <th>Context</th>\r
-        <th>Name</th>\r
-        <th>Data</th>\r
-        {if $editClass}\r
-          <th style="width: 10%"></th>\r
-        {/if}\r
-      </tr>\r
-  {foreach from=$template_row item=values}\r
-      <tr class="{cycle values="odd-row,even-row"}">\r
-        <td>{$values.context}</td>\r
-        <td>{$values.name}</td>\r
-        <td>{$values.data}</td>\r
-        {if $editClass}\r
-          <td>{$values.action}</td>\r
-        {/if}\r
-      </tr>\r
-  {/foreach}\r
-  {/if}\r
-  </table>\r
-{/if}\r
-{/foreach}\r
+{foreach from=$rows item=template_row key=type}
+{if $type eq 'configTemplates'}
+    <table class="report-layout">
+      <div class="action-link">
+        <a href="{crmURL p='civicrm/admin/tplstrings/add' q='reset=1&action=add'}"  class="button">
+          <span>
+             <div class="icon add-icon"></div>{ts}Add New String{/ts}
+          </span>
+        </a>
+      </div>
+      {if !empty( $template_row) }
+      <tr>
+         <th>Context</th>
+         <th>Name</th>
+         <th>Data</th>
+         {if $editClass}
+           <th style="width: 10%"></th>
+         {/if}
+      </tr>
+   {foreach from=$template_row item=values}
+      <tr class="{cycle values="odd-row,even-row"}">
+        <td>{$values.context}</td>
+        <td>{$values.name}</td>
+        <td>{$values.data}</td>
+        {if $editClass}
+          <td>{$values.action}</td>
+        {/if}
+      </tr>
+    {/foreach}
+    {/if}
+   </table>
+{/if}
+{if $type eq 'customizeTemplates'}
+   <table class="report-layout">
+      <head>
+        <h1>Config String</h1>
+      </head>
+      <br/>
+      <div class="action-link">
+         <a href="{crmURL p='civicrm/admin/tplstrings/add' q='reset=1&action=add&config=1'}"  class="button">
+           <span>
+              <div class="icon add-icon"></div>{ts}Add New Config{/ts}
+           </span>
+         </a>
+      </div>
+      <br/>
+      {if !empty( $template_row) }
+      <tr>
+        <th>Context</th>
+        <th>Name</th>
+        <th>Data</th>
+        {if $editClass}
+          <th style="width: 10%"></th>
+        {/if}
+      </tr>
+  {foreach from=$template_row item=values}
+      <tr class="{cycle values="odd-row,even-row"}">
+        <td>{$values.context}</td>
+        <td>{$values.name}</td>
+        <td>{$values.data}</td>
+        {if $editClass}
+          <td>{$values.action}</td>
+        {/if}
+      </tr>
+  {/foreach}
+  {/if}
+  </table>
+{/if}
+{/foreach}
index 1e8d4948d194b1ebbc9e3c4727bea2ec308a8001..b14dce89f4d4e026450b084829a43bda22f9f322 100644 (file)
@@ -27,7 +27,7 @@
 <div id="help">
     {ts 1=$docLink}Use the links below to configure or modify the global settings for CiviCRM for this site. Refer to the %1 for details on settings and options.{/ts}
 </div>
-<table class="report"> 
+<table class="report">
 <tr>
     <td class="nowrap"><a href="{crmURL p='civicrm/admin/setting/component' q='reset=1'}" id="idComponents">&raquo; {ts}Enable Components{/ts}</a></td>
     <td>{ts}Enable CiviContribute, CiviPledge, CiviEvent, CiviMember, CiviMail, CiviCase, CiviReport and/or CiviGrant components.{/ts}</td>