Cleanup extra spaces around HTML id attributes
authorTim Otten <totten@civicrm.org>
Wed, 13 Mar 2013 04:41:31 +0000 (00:41 -0400)
committerTim Otten <totten@civicrm.org>
Wed, 13 Mar 2013 04:41:31 +0000 (00:41 -0400)
templates/CRM/Admin/Page/Admin.tpl
templates/CRM/Campaign/Form/Task/Interview.tpl
templates/CRM/Contact/Form/Edit/Address.tpl
templates/CRM/Contact/Form/Relationship.tpl
templates/CRM/Contact/Form/Search/Builder.tpl
templates/CRM/Contribute/Form/ContributionPage/Amount.tpl
templates/CRM/Event/Form/ManageEvent/Fee.tpl
templates/CRM/Event/Form/Registration/Register.tpl
templates/CRM/Financial/Page/BatchTransaction.tpl
templates/CRM/Member/Form/MembershipBlock.tpl

index 3f2bedfaed880d2df5e92fc040d86d2289cac9a7..fd5c98757ea0a55052ba04d33212fdfe492a24f1 100644 (file)
@@ -42,7 +42,7 @@
 {strip}
 <div class="crm-content-block">
 {foreach from=$adminPanel key=groupName item=group name=adminLoop}
- <div id = "id_{$groupName}_show" class="section-hidden label{if $smarty.foreach.adminLoop.last eq false} section-hidden-border{/if}">
+ <div id="id_{$groupName}_show" class="section-hidden label{if $smarty.foreach.adminLoop.last eq false} section-hidden-border{/if}">
     <table class="form-layout">
     <tr>
         <td width="20%" class="font-size11pt" style="vertical-align: top;">{$group.show} {$group.title}</td>
index b8a3b7c7c12d5320e18605c420b8245479ffae4a..d852b078b1e849b2c0a0244ffbfaa1263e6e3a18 100644 (file)
 
         <th><img  src="{$config->resourceBase}i/copy.png" alt="{ts 1=note}Click to copy %1 from row one to all rows.{/ts}" fname="note" class="action-icon" title="{ts}Click here to copy the value in row one to ALL rows.{/ts}" />{ts}Note{/ts}</th>
         <th><img  src="{$config->resourceBase}i/copy.png" alt="{ts 1=result}Click to copy %1 from row one to all rows.{/ts}" fname="result" class="action-icon" title="{ts}Click here to copy the value in row one to ALL rows.{/ts}" />{ts}Result{/ts}</th>
-        <th><a id = "interview_voter_button" class='button' style="float:left;" href="#" title={ts}Vote{/ts} onclick="registerInterviewforall( ); return false;">{ts}Record Responses for All{/ts}</a></th>
+        <th><a id="interview_voter_button" class='button' style="float:left;" href="#" title={ts}Vote{/ts} onclick="registerInterviewforall( ); return false;">{ts}Record Responses for All{/ts}</a></th>
       </tr>
       </thead>
 
           <td class='result'>{$form.field.$voterId.result.html}</td>
 
           <td>
-            <a id = "interview_voter_button_{$voterId}" class='button' style="float:left;" href="#" title={ts}Vote{/ts} onclick="registerInterview( {$voterId} ); return false;">
+            <a id="interview_voter_button_{$voterId}" class='button' style="float:left;" href="#" title={ts}Vote{/ts} onclick="registerInterview( {$voterId} ); return false;">
               {ts}record response{/ts}
             </a>
             {if $allowAjaxReleaseButton}
index d2c035b486e7bff6581fb23b5df7e38828736a15..f98400548290393f8c922a6717ef92a70e2b1540 100644 (file)
@@ -28,7 +28,7 @@
 {* @var $blockId Contains the current address block id, and assigned in the  CRM/Contact/Form/Location.php file *}
 
 {if $title and $className eq 'CRM_Contact_Form_Contact'}
-<div id = "addressBlockId" class="crm-accordion-wrapper crm-address-accordion collapsed">
+<div id="addressBlockId" class="crm-accordion-wrapper crm-address-accordion collapsed">
  <div class="crm-accordion-header">
     {$title}
  </div><!-- /.crm-accordion-header -->
index 6b1c35b9fdb8b8ba6aae9a0d29d86cee675a50fb..98ca9dcb7d6103ae22c94e165b3e7acba96e9c8a 100644 (file)
               {/if} {* end if searchDone *}
         {/if} {* end action = add *}
 
-            <div id = 'saveElements'>
+            <div id='saveElements'>
                 {if $action EQ 1}
                 <div id='addCurrentEmployer'>
                    <table class="form-layout-compressed">
                                 <strong>'{$sort_name_a}'</strong> {ts}can view and update information for {/ts} <strong>'{$sort_name_b}'</strong>
                             {/if}
                         </span>
-                        <span id ='permision_a_b-b_a' class="hiddenElement">
+                        <span id='permision_a_b-b_a' class="hiddenElement">
                             {if $action eq 1}
                                 <strong>{ts}Selected contact(s)</strong> can view and update information for {/ts} <strong>'{$sort_name_a}'</strong>
                             {else}
                                 <strong>'{$sort_name_a}'</strong> {ts}can view and update information for {/ts} <strong>'{$sort_name_b}'</strong>
                             {/if}
                         </span>
-                        <span id ='permision_b_a-a_b' class="hiddenElement">
+                        <span id='permision_b_a-a_b' class="hiddenElement">
                             {if $action eq 1}
                                 <strong>{ts}Selected contact(s)</strong> can view and update information for {/ts} <strong>'{$sort_name_a}'</strong>
                             {else}
index 352621f88eec368667a80d0364ba58ffa53a0a57..c174e1a1cfe2ebe4b3e052add944ce53c691f9bd 100644 (file)
@@ -31,7 +31,7 @@
       {ts}Search Criteria{/ts} {help id='builder-intro'}
     </div>
     <div class="crm-accordion-body">
-      <div id = "searchForm">
+      <div id="searchForm">
         {* Table for adding search criteria. *}
         {include file="CRM/Contact/Form/Search/table.tpl"}
         <div class="clear"></div>
index 6b7816d7dca200de6fdd6c8926fca49b41670fbb..66f3859cb591d6944e391e71f91afdf058854ea5 100644 (file)
 
             <tr><td colspan="2">
                 <fieldset><legend>{ts}Fixed Contribution Options{/ts}</legend>
-                    {ts}Use the table below to enter up to ten fixed contribution amounts. These will be presented as a list of radio button options. Both the label and dollar amount will be displayed.{/ts}{if $isQuick}{ts} Click <a  id = 'quickconfig' href='#'>here</a> if you want to configure the Fixed Contribution Options below as part of a Price Set, with the added flexibility and complexity that entails.{/ts}{/if}<br />
+                    {ts}Use the table below to enter up to ten fixed contribution amounts. These will be presented as a list of radio button options. Both the label and dollar amount will be displayed.{/ts}{if $isQuick}{ts} Click <a id='quickconfig' href='#'>here</a> if you want to configure the Fixed Contribution Options below as part of a Price Set, with the added flexibility and complexity that entails.{/ts}{/if}<br />
                     <table id="map-field-table">
                         <tr class="columnheader" ><th scope="column">{ts}Contribution Label{/ts}</th><th scope="column">{ts}Amount{/ts}</th><th scope="column">{ts}Default?{/ts}<br /><span class="crm-clear-link">(<a href="#" title="unselect" onclick="unselectRadio('default', 'Amount'); return false;" >{ts}clear{/ts}</a>)</span></th></tr>
                         {section name=loop start=1 loop=11}
index 4556c1d4ea99735bee8a8f15cb0971a9ff2e9ca6..51610ceffebee9765a2b354c00d47a5100995bbd 100644 (file)
         <div id="map-field" >
         <fieldset id="map-field"><legend>{ts}Regular Fees{/ts}</legend>
         {ts}Use the table below to enter descriptive labels and amounts for up to ten event fee levels. These will be presented as a list of radio button options. Both the label and dollar amount will be displayed. You can also configure one or more sets of discounted fees by checking "Discounts by Signup Date" below.{/ts}<br />
-  {if $isQuick}{ts}Click <a id = 'quickconfig' href='#'>here</a> if you want to configure the Regular Fees below as part of a Price Set, with the added flexibility and complexity that entails.{/ts}{/if}
+  {if $isQuick}{ts}Click <a id='quickconfig' href='#'>here</a> if you want to configure the Regular Fees below as part of a Price Set, with the added flexibility and complexity that entails.{/ts}{/if}
         <table id="map-field-table">
         <tr class="columnheader"><td scope="column">{ts}Fee Label{/ts}</td><td scope="column">{ts}Amount{/ts}</td><td scope="column">{ts}Default?{/ts}<br /><span class="crm-clear-link">(<a href="#" title="unselect" onclick="unselectRadio('default', 'Fee'); return false;" >{ts}clear{/ts}</a>)</span></td></tr>
         {section name=loop start=1 loop=11}
index 4c316d1228536128833e3eaa6a1bc20cbaac32c8..74366a5997bc1b11db48bd4d916487476ab17238 100644 (file)
@@ -49,7 +49,7 @@
 
 {* moved to tpl since need to show only for primary participant page *}
 {if $requireApprovalMsg || $waitlistMsg}
-  <div id = "id-waitlist-approval-msg" class="messages status no-popup">
+  <div id="id-waitlist-approval-msg" class="messages status no-popup">
       {if $requireApprovalMsg}
       <div id="id-req-approval-msg">{$requireApprovalMsg}</div>
   {/if}
index 3c3df59e1941db8ae5556be669f3dc209a1ba49f..4812c6aaa3f330acfd19fd947cd4320c997f1e78 100644 (file)
@@ -36,7 +36,7 @@
   <tbody>
     <tr>
       {foreach from=$columnHeaders item=head key=rowKey}
-        <td id = "row_{$rowKey}" class="even-row"></td>
+        <td id="row_{$rowKey}" class="even-row"></td>
       {/foreach}
     </tr>
   </tbody>
index 753b2bd930e628232489c95f3476bcd6f0a73621..50aa439d6dd850805f8f2af04499fb5e1d67a345 100644 (file)
@@ -77,7 +77,7 @@
     {if $isQuick}
     <tr id="quickConfigConvertMessage">
       <td></td>
-      <td><div class="status message">{ts}Click <a id = 'memQuickconfig' href='#'>here</a> if you want to configure the Membership Types below as part of a Price Set, with the added flexibility and complexity that entails.{/ts}</div></td>
+      <td><div class="status message">{ts}Click <a id='memQuickconfig' href='#'>here</a> if you want to configure the Membership Types below as part of a Price Set, with the added flexibility and complexity that entails.{/ts}</div></td>
     </tr>
     {/if}
           <tr id="membership_type-block" class="crm-member-membershipblock-form-block-membership_type">