Whitespace cleanup
authorColeman Watts <coleman@civicrm.org>
Sat, 9 Aug 2014 15:23:01 +0000 (16:23 +0100)
committerColeman Watts <coleman@civicrm.org>
Sat, 9 Aug 2014 15:23:01 +0000 (16:23 +0100)
templates/CRM/ACL/Page/EntityRole.tpl

index 86240282b11c7018ba7e0c68a081705d30514fde..5bfafb04fe2065720699f526a16e47a6d584a3c4 100644 (file)
         </thead>
         <tbody>
         {foreach from=$rows item=row}
-      <tr id="acl_role-{$row.id}" class="{cycle values="odd-row,even-row"} {$row.class} crm-acl_entity_role crm-entity {if NOT $row.is_active} disabled{/if}">
-          <td class="crm-acl_entity_role-acl_role">{$row.acl_role}</td>
-          <td class="crm-acl_entity_role-entity">{$row.entity}</td>
-          <td class="crm-acl_entity_role-is_active" id="row_{$row.id}_status">{if $row.is_active eq 1} {ts}Yes{/ts} {else} {ts}No{/ts} {/if}</td>
-          <td>{$row.action|replace:'xx':$row.id}</td>
-            </tr>
+          <tr id="acl_role-{$row.id}" class="{cycle values="odd-row,even-row"} {$row.class} crm-acl_entity_role crm-entity {if NOT $row.is_active} disabled{/if}">
+            <td class="crm-acl_entity_role-acl_role">{$row.acl_role}</td>
+            <td class="crm-acl_entity_role-entity">{$row.entity}</td>
+            <td class="crm-acl_entity_role-is_active" id="row_{$row.id}_status">{if $row.is_active eq 1} {ts}Yes{/ts} {else} {ts}No{/ts} {/if}</td>
+            <td>{$row.action|replace:'xx':$row.id}</td>
+          </tr>
         {/foreach}
         </tbody>
     </table>