issue 522 default status change to close

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9674 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ovclas 2011-10-18 08:57:27 +00:00
parent ee84132327
commit 349434a372

View file

@ -20,7 +20,7 @@ xe.lang.confirm_delete = "{$lang->confirm_delete}";
<h2 class="h2"><input name="title" value="{$value->title}" /></h2>
<a href="#nav_{$key}" class="tgMap">{$lang->collapsing}/{$lang->expanding}</a>
<ul class="lined" id="nav_{$key}" cond="count($value->menuItems->list > 0)" <!--@if(!$_COOKIE['sitemap_toggle_#nav_'.$key])-->style="display:none;"<!--@end-->>
<ul class="lined" id="nav_{$key}" cond="count($value->menuItems->list > 0)" <!--@if($_COOKIE['sitemap_toggle_#nav_'.$key])-->style="display:none;"<!--@end-->>
<block loop="$value->menuItems->list=>$key2,$value2">
{@$item = $value2}
<include target="sitemap.item.html" />