Tidy up title attributes
authorBradley Taylor <hello@brad-taylor.co.uk>
Sat, 6 Nov 2021 16:26:24 +0000 (16:26 +0000)
committerBradley Taylor <hello@brad-taylor.co.uk>
Sun, 7 Nov 2021 18:39:21 +0000 (18:39 +0000)
Wrap text in {ts} as appropriate (for translation)
Remove poorly worded or superflous title attributes

18 files changed:
templates/CRM/Activity/Form/Selector.tpl
templates/CRM/Activity/Selector/Activity.tpl
templates/CRM/Campaign/Form/Selector.tpl
templates/CRM/Case/Form/Selector.tpl
templates/CRM/Contact/Form/Selector.tpl
templates/CRM/Contact/Page/Inline/Basic.tpl
templates/CRM/Contribute/Form/Selector.tpl
templates/CRM/Contribute/Page/DashBoard.tpl
templates/CRM/Custom/Form/Field.tpl
templates/CRM/Event/Form/Selector.tpl
templates/CRM/Event/Page/ManageEvent.tpl
templates/CRM/Grant/Form/Selector.tpl
templates/CRM/Mailing/Form/Count.tpl
templates/CRM/Mailing/Form/Selector.tpl
templates/CRM/Member/Form/Selector.tpl
templates/CRM/Member/Page/DashBoard.tpl
templates/CRM/PCP/Page/PCPInfo.tpl
templates/CRM/Pledge/Form/Selector.tpl

index cdd6fb7a1f8ea34e8250788ddf1b9859beb05113..1422fb1f6f1d6ee8459626470cbc4b7d61df72e0 100644 (file)
@@ -17,7 +17,7 @@
    <thead class="sticky">
      <tr>
        {if !$single and $context eq 'Search' }
-          <th scope="col" title="Select Rows">{$form.toggleSelect.html}</th>
+          <th scope="col" title="{ts}Select rows{/ts}">{$form.toggleSelect.html}</th>
        {/if}
        {foreach from=$columnHeaders item=header}
           <th scope="col">
index ce706a7c7a210f41ebc90a6dad86c820ad63748e..803278b2a92da83b4406a291ed0b1397803a93c0 100644 (file)
@@ -14,7 +14,7 @@
   <h3 class="crm-table-title">{ts}Activities{/ts}</h3>
   {/if}
 {if $rows}
-  <form title="activity_pager" action="{crmURL}" method="post">
+  <form action="{crmURL}" method="post">
   {include file="CRM/common/pager.tpl" location="top"}
 
   {strip}
index 42469fac2707f873c24e679b011e82503d8e2910..0bafc8eef640e75f6903fe7ba7c9e0f6a45ffd3c 100644 (file)
@@ -16,7 +16,7 @@
   <thead class="sticky">
   <tr>
     {if !$single and $context eq 'Search' }
-        <th scope="col" title="Select Rows">{$form.toggleSelect.html}</th>
+        <th scope="col" title="{ts}Select rows{/ts}">{$form.toggleSelect.html}</th>
     {/if}
     <th scope="col"></th>
     {foreach from=$columnHeaders item=header}
index e84e64afbbfc1cc8b844cc0a0844f08a5ed62d5f..aabc90a7db602e46143792d4cf14d227e0697e97 100644 (file)
@@ -13,7 +13,7 @@
   <tr class="columnheader">
 
   {if ! $single and $context eq 'Search' }
-    <th scope="col" title="Select Rows">{$form.toggleSelect.html}</th>
+    <th scope="col" title="{ts}Select rows{/ts}">{$form.toggleSelect.html}</th>
   {/if}
 
   <th></th>
index 68b9fcd39d5ed35f956316ff7e49805f15e3d133..697af67f615f0cb9d843db01227fddf5374a4bd3 100644 (file)
@@ -15,7 +15,7 @@
 <table summary="{ts}Search results listings.{/ts}" class="selector row-highlight">
   <thead class="sticky">
     <tr>
-      <th scope="col" title="Select All Rows">{$form.toggleSelect.html}</th>
+      <th scope="col" title="{ts}Select rows{/ts}">{$form.toggleSelect.html}</th>
       {if $context eq 'smog'}
           <th scope="col">
             {ts}Status{/ts}
index 3b0bca9ee8cfbb728f3b59aaec6d9b9bf836f212..05ed9b2e7736b1e23f39d86881054eca126cf64f 100644 (file)
@@ -28,7 +28,7 @@
       <span class="crm-contact-contact_id">{$contactId}</span>
       {if !empty($userRecordUrl)}
         <span class="crm-contact-user_record_id">
-          &nbsp;/&nbsp;<a title="View user record" class="user-record-link"
+          &nbsp;/&nbsp;<a title="{ts}View user record{/ts}" class="user-record-link"
                           href="{$userRecordUrl}">{$userRecordId}</a>
         </span>
       {/if}
index 5443e1f7408708d3cbe2bbd577f94438e43e3213..0ab49308ebeae8900cec9b218759c05db28d88db 100644 (file)
@@ -15,7 +15,7 @@
     <thead class="sticky">
     <tr>
       {if !$single and $context eq 'Search' }
-        <th scope="col" title="Select Rows">{$form.toggleSelect.html}</th>
+        <th scope="col" title="{ts}Select rows{/ts}">{$form.toggleSelect.html}</th>
       {/if}
       {if !$single}
       <th scope="col"></th>
index 5dfc47df28424403b45860002225461021c2a4a4..b89564b9b2cf2b5668c21b815240fb3b1580ed64 100644 (file)
 <tr class="columnheader-dark">
     <th scope="col">{ts}Period{/ts}</th>
     <th scope="col">{ts}Total Amount{/ts}</th>
-    <th scope="col" title="Contribution Count"><strong>#</strong></th><th></th></tr>
+    <th scope="col" title="{ts}Contribution Count{/ts}"><strong>#</strong></th><th></th></tr>
 <tr>
     <td><strong>{ts}Current Month-To-Date{/ts}</strong></td>
     <td class="label">{if NOT $monthToDate.Valid.amount}{ts}(n/a){/ts}{else}{$monthToDate.Valid.amount}{/if}</td>
     <td class="label">{$monthToDate.Valid.count}</td>
-    <td><a href="{$monthToDate.Valid.url}">{ts}view details{/ts}...</a></td>
+    <td><a href="{$monthToDate.Valid.url}">{ts}View details{/ts}...</a></td>
 </tr>
 <tr>
     <td><strong>{ts}Current Fiscal Year-To-Date{/ts}</strong></td>
     <td class="label">{if NOT $yearToDate.Valid.amount}{ts}(n/a){/ts}{else}{$yearToDate.Valid.amount}{/if}</td>
     <td class="label">{$yearToDate.Valid.count}</td>
-    <td><a href="{$yearToDate.Valid.url}">{ts}view details{/ts}...</a></td>
+    <td><a href="{$yearToDate.Valid.url}">{ts}View details{/ts}...</a></td>
 </tr>
 <tr>
     <td><strong>{ts}Cumulative{/ts}</strong><br />{ts}(since inception){/ts}</td>
     <td class="label">{if NOT $startToDate.Valid.amount}{ts}(n/a){/ts}{else}{$startToDate.Valid.amount}{/if}</td>
     <td class="label">{$startToDate.Valid.count}</td>
-    <td><a href="{$startToDate.Valid.url}">{ts}view details{/ts}...</a></td>
+    <td><a href="{$startToDate.Valid.url}">{ts}View details{/ts}...</a></td>
 </tr>
 </table>
 {elseif $buildChart}
index df8cd053a58807f78a2d81afbc776df441b59826..2045c371ba249456b8739c2071313745526cac75 100644 (file)
       </td>
     </tr>
     <tr class="crm-custom-field-form-block-default_value" id="hideDefault" {if $action eq 2 && ($form.data_type.value.0.0 < 4 && $form.data_type.value.1.0 NEQ 'Text')}class="hiddenElement"{/if}>
-      <td title="hideDefaultValTxt" class="label">{$form.default_value.label}</td>
-      <td title="hideDefaultValDef" class="html-adjust">{$form.default_value.html}</td>
+      <td class="label">{$form.default_value.label}</td>
+      <td class="html-adjust">{$form.default_value.html}</td>
     </tr>
     <tr class="crm-custom-field-form-block-description"  id="hideDesc" {if $action neq 4 && $action eq 2 && ($form.data_type.value.0.0 < 4 && $form.data_type.value.1.0 NEQ 'Text')}class="hiddenElement"{/if}>
-      <td title="hideDescTxt" class="label">&nbsp;</td>
-      <td title="hideDescDef" class="html-adjust"><span class="description">{ts}If you want to provide a default value for this field, enter it here. For date fields, format is YYYY-MM-DD.{/ts}</span></td>
+      <td class="label">&nbsp;</td>
+      <td class="html-adjust"><span class="description">{ts}If you want to provide a default value for this field, enter it here. For date fields, format is YYYY-MM-DD.{/ts}</span></td>
     </tr>
     <tr class="crm-custom-field-form-block-help_pre">
       <td class="label">{$form.help_pre.label} {if $action == 2}{include file='CRM/Core/I18n/Dialog.tpl' table='civicrm_custom_field' field='help_pre' id=$id}{/if}</td>
index 3505dc446ce1b708b781f111f06a68d9a6cb377e..a09a6d3567c6c9dc0f9d51d732644105bf1c40bf 100644 (file)
@@ -16,7 +16,7 @@
 <thead class="sticky">
     <tr>
     {if ! $single and $context eq 'Search' }
-      <th scope="col" title="Select Rows">{$form.toggleSelect.html}</th>
+      <th scope="col" title="{ts}Select rows{/ts}">{$form.toggleSelect.html}</th>
     {/if}
     {foreach from=$columnHeaders item=header}
         <th scope="col">
index 099221a5af288465bd88a18be0a10b031fb85c18..f0dbdea85c52fb52103ce8a64b9a6c312d0ecad2 100644 (file)
                 <ul class="panel" id="panel_participants_{$row.id}">
                   {if $findParticipants.statusCounted}
                     <li>
-                      <a title="Counted" class="action-item crm-hover-button" href="{crmURL p='civicrm/event/search'
+                      <a class="action-item crm-hover-button" href="{crmURL p='civicrm/event/search'
                       q="reset=1&force=1&status=true&event=`$row.id`"}">{$findParticipants.statusCounted}
                       </a>
                     </li>
                   {/if}
                   {if $findParticipants.statusNotCounted}
                     <li>
-                      <a title="Not Counted" class="action-item crm-hover-button"
+                      <a class="action-item crm-hover-button"
                            href="{crmURL p='civicrm/event/search'
                            q="reset=1&force=1&status=false&event=`$row.id`"}">{$findParticipants.statusNotCounted}
                       </a>
                   {/if}
                   {if $row.participant_listing_id}
                     <li>
-                      <a title="Public Participant Listing" class="action-item crm-hover-button"
+                      <a class="action-item crm-hover-button"
                          href="{crmURL p='civicrm/event/participant' q="reset=1&id=`$row.id`"
                          fe='true'}">{ts}Public Participant Listing{/ts}
                       </a>
index 9a3c9fc9f0a171ac2ed56ac2d62cfdfee3e8508d..c4911193eda839cd84adf9f02dba89194378aca4 100644 (file)
@@ -16,7 +16,7 @@
   <thead class="sticky">
   <tr>
   {if ! $single and $context eq 'Search' }
-     <th scope="col" title="Select Rows">{$form.toggleSelect.html}</th>
+     <th scope="col" title="{ts}Select rows{/ts}">{$form.toggleSelect.html}</th>
   {/if}
   {foreach from=$columnHeaders item=header}
     <th scope="col">
index 83bb7cf8789587802350aeaaa1fb3aa75e7b8000..fd2ba82f047f274c185b00f721fbedafdf77ea27 100644 (file)
@@ -29,7 +29,7 @@
         </tbody>
       </table>
     </div>
-     <a href="#" id="button"title="Contacts selected in the Find Contacts page"> {ts}View Selected Contacts{/ts}</a>
+     <a href="#" id="button" title="{ts}Contacts selected in the Find Contacts page{/ts}"> {ts}View Selected Contacts{/ts}</a>
   </div>
 {literal}
 <script type="text/javascript">
index 0b148535df1dd0c10be86fc98d69afe6f9653040..a481e3f5d93e9e637ff3f48f4e2dc9b78092632c 100644 (file)
@@ -16,7 +16,7 @@
   <thead class="sticky">
   <tr>
     {if $context eq 'Search' }
-        <th scope="col" title="Select Rows">{$form.toggleSelect.html}</th>
+        <th scope="col" title="{ts}Select rows{/ts}">{$form.toggleSelect.html}</th>
     {/if}
     {foreach from=$columnHeaders item=header}
         <th scope="col">
index 7ddcfc02a6f57ebfc55c0f3d9fd02bf7a7ba6dfb..77aa139dfa7bb51a50a9416d020ff47ab2ed0b8c 100644 (file)
@@ -15,7 +15,7 @@
 <table class="selector row-highlight">
 <thead class="sticky">
 {if ! $single and $context eq 'Search' }
-  <th scope="col" title="Select Rows">{$form.toggleSelect.html}</th>
+  <th scope="col" title="{ts}Select rows{/ts}">{$form.toggleSelect.html}</th>
 {/if}
   {foreach from=$columnHeaders item=header}
     <th scope="col">
index fbdea804f7042ac5ca06afb43915c25b4df837b7..89bbe618d20693ea6fc7101fd0dbb0ae0758b78a 100644 (file)
             <td><strong>{$row.month.total.name}</strong></td>
           {if $preMonth}
             <td class="label crm-grid-cell">
-              {if $row.premonth.new.url}<a href="{$row.premonth.new.url}" title="view details">{$row.premonth.new.count}</a>
+              {if $row.premonth.new.url}<a href="{$row.premonth.new.url}" title="{ts}View details{/ts}">{$row.premonth.new.count}</a>
               {else}{$row.premonth.new.count}{/if}
             </td>
             <td class="label crm-grid-cell">
-              {if $row.premonth.renew.url}<a href="{$row.premonth.renew.url}" title="view details">{$row.premonth.renew.count}</a>
+              {if $row.premonth.renew.url}<a href="{$row.premonth.renew.url}" title="{ts}View details{/ts}">{$row.premonth.renew.count}</a>
               {else}{$row.premonth.renew.count}{/if}
             </td>
             <td class="label crm-grid-cell">
               {if $row.premonth.total.url}
-                <a href="{$row.premonth.total.url}" title="view details">{$row.premonth.total.count}</a>
+                <a href="{$row.premonth.total.url}" title="{ts}View details{/ts}">{$row.premonth.total.count}</a>
               {else}
                 {$row.premonth.total.count}
               {/if}&nbsp;[
               {if $row.premonth_owner.premonth_owner.url}
-                <a href="{$row.premonth_owner.premonth_owner.url}" title="view details">{$row.premonth_owner.premonth_owner.count}</a>
+                <a href="{$row.premonth_owner.premonth_owner.url}" title="{ts}View details{/ts}">{$row.premonth_owner.premonth_owner.count}</a>
               {else}
                 {$row.premonth_owner.premonth_owner.count}
               {/if}]
           {/if}
 
             <td class="label crm-grid-cell">
-              {if $row.month.new.url}<a href="{$row.month.new.url}" title="view details">{$row.month.new.count}</a>
+              {if $row.month.new.url}<a href="{$row.month.new.url}" title="{ts}View details{/ts}">{$row.month.new.count}</a>
               {else}{$row.month.new.count}{/if}
             </td>
             <td class="label crm-grid-cell">
-              {if $row.month.renew.url}<a href="{$row.month.renew.url}" title="view details">{$row.month.renew.count}</a>
+              {if $row.month.renew.url}<a href="{$row.month.renew.url}" title="{ts}View details{/ts}">{$row.month.renew.count}</a>
               {else}{$row.month.renew.count}{/if}
             </td>
             <td class="label crm-grid-cell">
               {if $row.month.total.url}
-                <a href="{$row.month.total.url}" title="view details">{$row.month.total.count}</a>
+                <a href="{$row.month.total.url}" title="{ts}View details{/ts}">{$row.month.total.count}</a>
               {else}
                 {$row.month.total.count}
               {/if}&nbsp;[
               {if $row.month_owner.month_owner.url}
-                <a href="{$row.month_owner.month_owner.url}" title="view details">{$row.month_owner.month_owner.count}</a>
+                <a href="{$row.month_owner.month_owner.url}" title="{ts}View details{/ts}">{$row.month_owner.month_owner.count}</a>
               {else}
                 {$row.month_owner.month_owner.count}
               {/if}]
             </td>
 
             <td class="label crm-grid-cell">
-              {if $row.year.new.url}<a href="{$row.year.new.url}" title="view details">{$row.year.new.count}</a>
+              {if $row.year.new.url}<a href="{$row.year.new.url}" title="{ts}View details{/ts}">{$row.year.new.count}</a>
               {else}{$row.year.new.count}{/if}
             </td>
             <td class="label crm-grid-cell">
-              {if $row.year.renew.url}<a href="{$row.year.renew.url}" title="view details">{$row.year.renew.count}</a>
+              {if $row.year.renew.url}<a href="{$row.year.renew.url}" title="{ts}View details{/ts}">{$row.year.renew.count}</a>
               {else}{$row.year.renew.count}{/if}
             </td>
             <td class="label crm-grid-cell">
               {if $row.year.total.url}
-                <a href="{$row.year.total.url}" title="view details">{$row.year.total.count}</a>
+                <a href="{$row.year.total.url}" title="{ts}View details{/ts}">{$row.year.total.count}</a>
               {else}
                 {$row.year.total.count}
               {/if}&nbsp;[
               {if $row.year_owner.year_owner.url}
-                <a href="{$row.year_owner.year_owner.url}" title="view details">{$row.year_owner.year_owner.count}</a>
+                <a href="{$row.year_owner.year_owner.url}" title="{ts}View details{/ts}">{$row.year_owner.year_owner.count}</a>
               {else}
                 {$row.year_owner.year_owner.count}
               {/if}]
             <td class="label crm-grid-cell">
               {if $isCurrent}
                 {if $row.current.total.url}
-                  <a href="{$row.current.total.url}" title="view details">{$row.current.total.count}</a>
+                  <a href="{$row.current.total.url}" title="{ts}View details{/ts}">{$row.current.total.count}</a>
                 {else}
                   {$row.current.total.count}
                 {/if}&nbsp;[
                 {if $row.current_owner.current_owner.url}
-                  <a href="{$row.current_owner.current_owner.url}" title="view details">{$row.current_owner.current_owner.count}</a>
+                  <a href="{$row.current_owner.current_owner.url}" title="{ts}View details{/ts}">{$row.current_owner.current_owner.count}</a>
                 {else}
                   {$row.current_owner.current_owner.count}
                 {/if} ]
               {else}
                 {if $row.total.total.url}
-                  <a href="{$row.total.total.url}" title="view details">{$row.total.total.count}</a>
+                  <a href="{$row.total.total.url}" title="{ts}View details{/ts}">{$row.total.total.count}</a>
                 {else}
                   {$row.total.total.count}
                 {/if}&nbsp;[
                 {if $row.total_owner.total_owner.url}
-                  <a href="{$row.total_owner.total_owner.url}" title="view details">{$row.total_owner.total_owner.count}</a>
+                  <a href="{$row.total_owner.total_owner.url}" title="{ts}View details{/ts}">{$row.total_owner.total_owner.count}</a>
                 {else}
                   {$row.total_owner.total_owner.count}
                 {/if} ]
         <td><strong>{ts}Totals (all types){/ts}</strong></td>
         {if $preMonth}
             <td class="label crm-grid-cell">
-              {if $totalCount.premonth.new.url}<a href="{$totalCount.premonth.new.url}" title="view details">{$totalCount.premonth.new.count}</a>
+              {if $totalCount.premonth.new.url}<a href="{$totalCount.premonth.new.url}" title="{ts}View details{/ts}">{$totalCount.premonth.new.count}</a>
               {else}{$totalCount.premonth.new.count}{/if}
             </td>
             <td class="label crm-grid-cell">
-              {if $totalCount.premonth.renew.url}<a href="{$totalCount.premonth.renew.url}" title="view details">{$totalCount.premonth.renew.count}</a>
+              {if $totalCount.premonth.renew.url}<a href="{$totalCount.premonth.renew.url}" title="{ts}View details{/ts}">{$totalCount.premonth.renew.count}</a>
               {else}{$totalCount.premonth.renew.count}{/if}
             </td>
             <td class="label crm-grid-cell">
               {if $totalCount.premonth.total.url}
-                <a href="{$totalCount.premonth.total.url}" title="view details">{$totalCount.premonth.total.count}</a>
+                <a href="{$totalCount.premonth.total.url}" title="{ts}View details{/ts}">{$totalCount.premonth.total.count}</a>
               {else}
                 {$totalCount.premonth.total.count}
               {/if}&nbsp;[
               {if $totalCount.premonth_owner.premonth_owner.url}
-                <a href="{$totalCount.premonth_owner.premonth_owner.url}" title="view details">{$totalCount.premonth_owner.premonth_owner.count}</a>
+                <a href="{$totalCount.premonth_owner.premonth_owner.url}" title="{ts}View details{/ts}">{$totalCount.premonth_owner.premonth_owner.count}</a>
               {else}
                 {$totalCount.premonth_owner.premonth_owner.count}
               {/if}]
         {/if}
 
             <td class="label crm-grid-cell">
-              {if $totalCount.month.new.url}<a href="{$totalCount.month.new.url}" title="view details">{$totalCount.month.new.count}</a>
+              {if $totalCount.month.new.url}<a href="{$totalCount.month.new.url}" title="{ts}View details{/ts}">{$totalCount.month.new.count}</a>
               {else}{$totalCount.month.new.count}{/if}
             </td>
             <td class="label crm-grid-cell">
-              {if $totalCount.month.renew.url}<a href="{$totalCount.month.renew.url}" title="view details">{$totalCount.month.renew.count}</a>
+              {if $totalCount.month.renew.url}<a href="{$totalCount.month.renew.url}" title="{ts}View details{/ts}">{$totalCount.month.renew.count}</a>
               {else}{$totalCount.month.renew.count}{/if}
             </td>
             <td class="label crm-grid-cell">
               {if $totalCount.month.total.url}
-                <a href="{$totalCount.month.total.url}" title="view details">{$totalCount.month.total.count}</a>
+                <a href="{$totalCount.month.total.url}" title="{ts}View details{/ts}">{$totalCount.month.total.count}</a>
               {else}
                 {$totalCount.month.total.count}
               {/if}&nbsp;[
               {if $totalCount.month_owner.month_owner.url}
-                <a href="{$totalCount.month_owner.month_owner.url}" title="view details">{$totalCount.month_owner.month_owner.count}</a>
+                <a href="{$totalCount.month_owner.month_owner.url}" title="{ts}View details{/ts}">{$totalCount.month_owner.month_owner.count}</a>
               {else}
                 {$totalCount.month_owner.month_owner.count}
               {/if}]
             </td>
 
             <td class="label crm-grid-cell">
-              {if $totalCount.year.new.url}<a href="{$totalCount.year.new.url}" title="view details">{$totalCount.year.new.count}</a>
+              {if $totalCount.year.new.url}<a href="{$totalCount.year.new.url}" title="{ts}View details{/ts}">{$totalCount.year.new.count}</a>
               {else}{$totalCount.year.new.count}{/if}
             </td>
             <td class="label crm-grid-cell">
-              {if $totalCount.year.renew.url}<a href="{$totalCount.year.renew.url}" title="view details">{$totalCount.year.renew.count}</a>
+              {if $totalCount.year.renew.url}<a href="{$totalCount.year.renew.url}" title="{ts}View details{/ts}">{$totalCount.year.renew.count}</a>
               {else}{$totalCount.year.renew.count}{/if}
             </td>
             <td class="label crm-grid-cell">
               {if $totalCount.year.total.url}
-                <a href="{$totalCount.year.total.url}" title="view details">{$totalCount.year.total.count}</a>
+                <a href="{$totalCount.year.total.url}" title="{ts}View details{/ts}">{$totalCount.year.total.count}</a>
               {else}
                 {$totalCount.year.total.count}
               {/if}&nbsp;[
               {if $totalCount.year_owner.year_owner.url}
-                <a href="{$totalCount.year_owner.year_owner.url}" title="view details">{$totalCount.year_owner.year_owner.count}</a>
+                <a href="{$totalCount.year_owner.year_owner.url}" title="{ts}View details{/ts}">{$totalCount.year_owner.year_owner.count}</a>
               {else}
                 {$totalCount.year_owner.year_owner.count}
               {/if}]
             <td class="label crm-grid-cell">
               {if $isCurrent}
                 {if $row.total.total.url}
-                  <a href="{$row.total.total.url}" title="view details">{$totalCount.current.total.count}</a>
+                  <a href="{$row.total.total.url}" title="{ts}View details{/ts}">{$totalCount.current.total.count}</a>
                 {else}
                   {$totalCount.current.total.count}
                 {/if}&nbsp;[
                 {if $row.total_owner.total_owner.url}
-                  <a href="{$row.total_owner.total_owner.url}" title="view details">{$totalCount.current_owner.current_owner.count}</a>
+                  <a href="{$row.total_owner.total_owner.url}" title="{ts}View details{/ts}">{$totalCount.current_owner.current_owner.count}</a>
                 {else}
                   {$totalCount.current_owner.current_owner.count}
                 {/if} ]
               {else}
                 {if $totalCount.total.url}
-                  <a href="{$totalCount.total.url}" title="view details">{$totalCount.total.total.count}</a>
+                  <a href="{$totalCount.total.url}" title="{ts}View details{/ts}">{$totalCount.total.total.count}</a>
                 {else}
                   {$totalCount.total.total.count}
                 {/if}&nbsp;[
                 {if $totalCount.total_owner.total_owner.url}
-                  <a href="{$totalCount.total_owner.total_owner.url}" title="view details">{$totalCount.total_owner.total_owner.count}</a>
+                  <a href="{$totalCount.total_owner.total_owner.url}" title="{ts}View details{/ts}">{$totalCount.total_owner.total_owner.count}</a>
                 {else}
                   {$totalCount.total_owner.total_owner.count}
                 {/if} ]
index c4b73645a52e15e346dc876434eaff78cbf888bb..f97c284cd06727f01cacc352f43bf7a12c44d836 100644 (file)
@@ -77,7 +77,7 @@
               </marquee>
           </div>
           <div class="description">
-              [<a href="#" onclick="roll_start_stop(); return false;" id="roll" title="Stop scrolling">{ts}Stop{/ts}</a>]
+              [<a href="#" onclick="roll_start_stop(); return false;" id="roll" title="{ts}Stop scrolling{/ts}">{ts}Stop{/ts}</a>]
           </div>
         </div>
      {/if}
index 4df4985e81a1a6199bcf7defc8f2c8afa4816182..e3ee37f961583bdd50d98530f8704ff73316c43e 100644 (file)
@@ -16,7 +16,7 @@
 <table class="selector row-highlight">
     <thead class="sticky">
         {if ! $single and $context eq 'Search' }
-            <th scope="col" title="Select Rows">{$form.toggleSelect.html}</th>
+            <th scope="col" title="{ts}Select rows{/ts}">{$form.toggleSelect.html}</th>
         {/if}
             <th></th>
         {foreach from=$columnHeaders item=header}