mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-30 08:39:58 +09:00
issue 1000 add function that select layout on module of member.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.3.2@10989 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
f52594242e
commit
8e4a8dc4ed
5 changed files with 46 additions and 26 deletions
|
|
@ -81,6 +81,14 @@
|
|||
<input type="text" id="redirect_url" name="redirect_url" value="{$config->redirect_url}" /></p>
|
||||
<p class="desc">{$lang->about_redirect_url}</p>
|
||||
</li>
|
||||
<li>
|
||||
<p class="q"><label for="skin">{$lang->layout}</label></p>
|
||||
<p class="a">
|
||||
<select name="layout_srl">
|
||||
<option loop="$layout_list => $key,$val" value="{$val->layout_srl}" selected="selected"|cond="$val->layout_srl == $config->layout_srl">{$val->title} ({$val->layout})</option>
|
||||
</select>
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
<p class="q"><label for="skin">{$lang->skin}</label></p>
|
||||
<p class="a">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue