mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
fixed page admin menu And page option
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9960 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
5fb62dcedc
commit
dab5d9ef0d
2 changed files with 27 additions and 12 deletions
|
|
@ -9,11 +9,11 @@
|
|||
</permissions>
|
||||
<actions>
|
||||
<action name="dispPageIndex" type="view" index="true" />
|
||||
<action name="dispPageAdminContent" type="view" admin_index="true" standalone="true" />
|
||||
<action name="dispPageAdminGrantInfo" type="view" standalone="true" />
|
||||
<action name="dispPageAdminInfo" type="view" standalone="true" setup_index="true" />
|
||||
<action name="dispPageAdminPageAdditionSetup" type="view" standalone="true" />
|
||||
<action name="dispPageAdminInsert" type="view" standalone="true" />
|
||||
<action name="dispPageAdminContent" type="view" admin_index="true" menu_name="page" menu_index="true" />
|
||||
<action name="dispPageAdminGrantInfo" type="view" menu_name="page" />
|
||||
<action name="dispPageAdminInfo" type="view" setup_index="true" menu_name="page" />
|
||||
<action name="dispPageAdminPageAdditionSetup" type="view" menu_name="page" />
|
||||
<action name="dispPageAdminInsert" type="view" menu_name="page" />
|
||||
<action name="dispPageAdminDelete" type="view" standalone="true" />
|
||||
<action name="dispPageAdminContentModify" type="view" standalone="true" />
|
||||
<action name="dispPageAdminAddContent" type="view" standalone="true" />
|
||||
|
|
@ -29,4 +29,19 @@
|
|||
<action name="procPageAdminAddContent" type="controller" standalone="true" />
|
||||
<action name="procPageAdminArticleDocumentInsert" type="controller" standalone="true" />
|
||||
</actions>
|
||||
<menus>
|
||||
<menu name="page" type="all">
|
||||
<title xml:lang="en">Page</title>
|
||||
<title xml:lang="ko">페이지</title>
|
||||
<title xml:lang="zh-CN">Page</title>
|
||||
<title xml:lang="jp">Page</title>
|
||||
<title xml:lang="es">Page</title>
|
||||
<title xml:lang="ru">Page</title>
|
||||
<title xml:lang="fr">Page</title>
|
||||
<title xml:lang="zh-TW">Page</title>
|
||||
<title xml:lang="vi">Page</title>
|
||||
<title xml:lang="mn">Page</title>
|
||||
<title xml:lang="tr">Page</title>
|
||||
</menu>
|
||||
</menus>
|
||||
</module>
|
||||
|
|
|
|||
|
|
@ -117,17 +117,17 @@
|
|||
<!--@foreach($mskin_list as $key=>$val)-->
|
||||
<option value="{$key}" <!--@if($module_info->mskin==$key ||(!$module_info->mskin && $key=='default'))-->selected="selected"<!--@end-->>{$val->title}</option>
|
||||
<!--@end-->
|
||||
</select>
|
||||
<p>{$lang->about_skin}</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
</select>
|
||||
<p>{$lang->about_skin}</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="row optionnalData outsideType">
|
||||
<th scope="row">{$lang->opage_path}</th>
|
||||
<td class="text">
|
||||
<input type="text" name="path" value="{htmlspecialchars($module_info->path)}" />
|
||||
<p>{$lang->about_opage_path}<b>{realpath("./")}</b></p>
|
||||
</td>
|
||||
</tr>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="row optionnalData outsideType">
|
||||
<th scope="row">{$lang->opage_mobile_path}</th>
|
||||
<td class="text">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue