pagelist changes

This commit is contained in:
tworrall 2012-06-22 16:07:17 +00:00
parent f4d56223df
commit 2b96b7cabf
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */ /* $This file is distributed under the terms of the license in /doc/license.txt$ */
span.menuFlag { .menuFlag {
width:67px; width:67px;
height:18px; height:18px;
background: url("../../images/checkMark.png") no-repeat left center; background: url("../../images/checkMark.png") no-repeat left center;

View file

@ -38,7 +38,7 @@
<td>${(pagex.listedPageTemplate)!''}</td> <td>${(pagex.listedPageTemplate)!''}</td>
<td style="text-align:center"> <td style="text-align:center">
<#if pagex.listedPageMenuItem?has_content> <#if pagex.listedPageMenuItem?has_content>
<span class="menuFlag"></span> <div class="menuFlag"></div>
</#if> </#if>
</td> </td>
</tr> </tr>