display fixes for admin console in j3
authorKurund Jalmi <kurund@civicrm.org>
Mon, 13 May 2013 04:18:43 +0000 (00:18 -0400)
committerKurund Jalmi <kurund@civicrm.org>
Mon, 13 May 2013 04:18:43 +0000 (00:18 -0400)
templates/CRM/Admin/Page/Admin.tpl

index fd5c98757ea0a55052ba04d33212fdfe492a24f1..a6106aff4079527d928c5b2a17baf2bc4ddc4f2c 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{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>