rhymix/modules/module/tpl/include.manage_selected.html
2012-11-06 10:01:01 +00:00

40 lines
1.2 KiB
HTML

<load target="js/manage_selected_module.js" usecdn="true" />
<div id="manageSelectedModule" class="x_modal x">
<div class="x_modal-header">
<h3>{$lang->do_selected}</h3>
</div>
<div class="x_modal-body">
<table class="x_table x_table-striped x_table-hover" style="margin-bottom:20px">
<thead>
<tr>
<th scope="col">{$lang->mid}</th>
<th scope="col">{$lang->browser_title}</th>
</tr>
</thead>
<tbody id="manageSelectedModuleBody">
</tbody>
</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>
</ul>
<div class="x_tab-content">
<div class="x_tab-pane x_active" id="tab1">
<include target="include.module_setup.html" />
</div>
<div class="x_tab-pane" id="tab2">
<include target="include.module_addition_setup.html" />
</div>
<div class="x_tab-pane" id="tab3">
<include target="include.module_grant_setup.html" />
</div>
</div>
</div>
</div>
<div class="x_modal-footer">
<button type="button" class="x_btn x_pull-left">{$lang->cmd_close}</button>
</div>
</div>