issue 1577 add expand option in sitemap

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10404 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ovclas 2012-03-09 06:01:46 +00:00
parent 97a967e3b8
commit 0655d09793
4 changed files with 12 additions and 1 deletions

View file

@ -154,6 +154,12 @@ xe.lang.confirm_delete = "{$lang->confirm_delete}";
<block loop="$group_list=>$key,$value"><input type="checkbox" name="group_srls[]" id="group_srls_{$value->group_srl}" value="{$value->group_srl}" /> <label for="group_srls_{$value->group_srl}">{$value->title}</label></block>
</p>
</li>
<li>
<p class="q">{$lang->expand}</p>
<p class="a" id="expand">
<input type="checkbox" name="menu_expand" value="Y" /> {$lang->about_expand}
</p>
</li>
</ul>
<div class="btnArea">
<span class="btn"><input type="submit" value="{$lang->cmd_save}" /></span>