mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 08:12:17 +09:00
modify manange page
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12347 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
7c5c3a5d4f
commit
2e26ee83b1
5 changed files with 25 additions and 10 deletions
|
|
@ -17,18 +17,18 @@
|
|||
</table>
|
||||
<div class="x_tabbable">
|
||||
<ul class="x_nav x_nav-tabs">
|
||||
<li class="x_active"><a href="#tab1">{$lang->bundle_setup}</a></li>
|
||||
<li><a href="#tab2">{$lang->bundle_addition_setup}</a></li>
|
||||
<li><a href="#tab3">{$lang->bundle_grant_setup}</a></li>
|
||||
<li class="x_active" cond="$tabChoice['tab1']"><a href="#tab1">{$lang->bundle_setup}</a></li>
|
||||
<li cond="$tabChoice['tab2']"><a href="#tab2">{$lang->bundle_addition_setup}</a></li>
|
||||
<li cond="$tabChoice['tab3']"><a href="#tab3">{$lang->bundle_grant_setup}</a></li>
|
||||
</ul>
|
||||
<div class="x_tab-content">
|
||||
<div class="x_tab-pane x_active" id="tab1">
|
||||
<div class="x_tab-pane x_active" id="tab1" cond="$tabChoice['tab1']">
|
||||
<include target="include.module_setup.html" />
|
||||
</div>
|
||||
<div class="x_tab-pane" id="tab2">
|
||||
<div class="x_tab-pane" id="tab2" cond="$tabChoice['tab2']">
|
||||
<include target="include.module_addition_setup.html" />
|
||||
</div>
|
||||
<div class="x_tab-pane" id="tab3">
|
||||
<div class="x_tab-pane" id="tab3" cond="$tabChoice['tab3']">
|
||||
<include target="include.module_grant_setup.html" />
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue