mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 00:32:15 +09:00
issue 166, added run method in addon setup
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.3.2@11086 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
4d5ecbdc6e
commit
bba2025a46
4 changed files with 42 additions and 2 deletions
|
|
@ -49,6 +49,13 @@
|
|||
<block cond="$mid_list">
|
||||
<h3 class="h3">{$lang->module}</h3>
|
||||
<p>{$lang->about_addon_mid}</p>
|
||||
<p class="q">{$lang->run_method}</p>
|
||||
<p class="a">
|
||||
<select name="xe_run_method">
|
||||
<option value="run_selected" selected="selected"|cond="$addon_info->xe_run_method === 'run_selected'">{$lang->run_selected_module}</option>
|
||||
<option value="no_run_selected" selected="selected"|cond="$addon_info->xe_run_method === 'no_run_selected'">{$lang->no_run_selected_module}</option>
|
||||
</select>
|
||||
</p>
|
||||
<p><input type="checkbox" id="check_all" /> <label for="check_all">Check all</label></p>
|
||||
<fieldset loop="$mid_list => $module_category_srl, $modules" style="border: 1px solid #ccc; margin:1em 0; padding:.5em 1em">
|
||||
<legend cond="$modules->title">{$modules->title}</legend>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue