pagelist changes
This commit is contained in:
parent
f4d56223df
commit
2b96b7cabf
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue