mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-04 09:32:15 +09:00
add faceoff migration
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8964 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ae5cf5a0e8
commit
5cd8e57f0e
13 changed files with 149 additions and 41 deletions
|
|
@ -125,13 +125,13 @@
|
|||
<li>
|
||||
<p class="q">{$lang->not_apply_menu}</p>
|
||||
<p class="a">
|
||||
<input type="checkbox" name="apply_layout" value="Y" />{$lang->about_not_apply_menu}
|
||||
<input type="checkbox" name="apply_layout" id="apply_layout" value="Y" /> <label for="apply_layout">{$lang->about_not_apply_menu}</label>
|
||||
</p>
|
||||
</li>
|
||||
<li cond="$selected_layout->layout_type == 'M'">
|
||||
<p class="q">{$lang->apply_mobile_view}</p>
|
||||
<p class="a">
|
||||
<input type="checkbox" name="apply_mobile_view" value="Y" />{$lang->about_apply_mobile_view}
|
||||
<input type="checkbox" name="apply_mobile_view" id="apply_mobile_layout" value="Y" /> <label for="apply_mobile_layout">{$lang->about_apply_mobile_view}</label>
|
||||
</p>
|
||||
</li>
|
||||
</ul>
|
||||
|
|
@ -142,4 +142,4 @@
|
|||
</span>
|
||||
</div>
|
||||
|
||||
</form>
|
||||
</form>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue