mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 11:11:39 +09:00
issue 160 when menu add or modify in sitemap.
page type can selectable git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9255 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
a67c1740b0
commit
ad6463e9ae
6 changed files with 28 additions and 14 deletions
|
|
@ -98,7 +98,12 @@ xe.lang.confirm_delete = "{$lang->confirm_delete}";
|
|||
<p class="q"><label for="kModule">{$lang->select_module}</label></p>
|
||||
<p class="a">
|
||||
<select style="width:290px" id="kModule" name="module_type">
|
||||
<option loop="$module_list=>$key,$value" value="{$key}">{$value->title}</option>
|
||||
<optgroup label="page" cond="$key=='page'">
|
||||
<option value="WIDGET">{$lang->page_type_name['WIDGET']}</option>
|
||||
<option value="ARTICLE">{$lang->page_type_name['ARTICLE']}</option>
|
||||
<option value="OUTSIDE">{$lang->page_type_name['OUTSIDE']}</option>
|
||||
</optgroup>
|
||||
<option loop="$module_list=>$key,$value" value="{$key}" cond="$key!='page'">{$value->title}</option>
|
||||
</select>
|
||||
</p>
|
||||
</li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue