mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 00:02:21 +09:00
issue 207, added common libs
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9720 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
40782981e8
commit
9dcbf6a9c6
9 changed files with 345 additions and 14 deletions
33
modules/module/tpl/include.manage_selected.html
Normal file
33
modules/module/tpl/include.manage_selected.html
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
<load target="js/manage_selected_module.js" usecdn="true" />
|
||||
|
||||
<div id="manageSelectedModule" class="modal">
|
||||
<div class="fg">
|
||||
<h2 class="h2">{$lang->do_selected}</h2>
|
||||
|
||||
<div class="table even">
|
||||
<table width="100%" cellspacing="0" border="1">
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">{$lang->mid}</th>
|
||||
<th scope="col">{$lang->browser_title}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="manageSelectedModuleBody">
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div class="cnb">
|
||||
<a href="#manageSelectedModuleSetup" class="tgAnchor">{$lang->bundle_setup}</a>
|
||||
|
|
||||
<a href="#manageSelectedModuleAddition" class="tgAnchor">{$lang->bundle_addition_setup}</a>
|
||||
|
|
||||
<a href="#manageSelectedModuleGrant" class="tgAnchor">{$lang->bundle_grant_setup}</a>
|
||||
</div>
|
||||
|
||||
<include target="include.module_setup.html" />
|
||||
<include target="include.module_addition_setup.html" />
|
||||
<include target="include.module_grant_setup.html" />
|
||||
<include target="include.multilang.textarea.html" />
|
||||
</div>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue