mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 14:49:56 +09:00
#18958478 : added mobile page for opage module
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7534 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
29eab83101
commit
d0e36ff7f3
14 changed files with 85 additions and 14 deletions
|
|
@ -49,6 +49,20 @@
|
|||
<p>{$lang->about_layout}</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><div>{$lang->mobile_layout}</div></th>
|
||||
<td>
|
||||
<select name="mlayout_srl">
|
||||
<option value="0">{$lang->notuse}</option>
|
||||
<!--@foreach($mlayout_list as $key => $val)-->
|
||||
<option value="{$val->layout_srl}" <!--@if($module_info->mlayout_srl==$val->layout_srl)-->selected="selected"<!--@end-->>{$val->title} ({$val->layout})</option>
|
||||
<!--@end-->
|
||||
</select>
|
||||
<p>{$lang->about_layout}</p>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
<tr>
|
||||
<th scope="row"><div>{$lang->opage_caching_interval}</div></th>
|
||||
<td colspan="3">
|
||||
|
|
@ -63,6 +77,13 @@
|
|||
<p>{$lang->about_opage_path}<b>{realpath("./")}</b></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="row">
|
||||
<th scope="row"><div>{$lang->opage_mobile_path}</div></th>
|
||||
<td colspan="3">
|
||||
<input type="text" name="opage_mpath" value="{htmlspecialchars($module_info->mpath)}" class="inputTypeText w400" />
|
||||
<p>{$lang->about_opage_mobile_path}<b>{realpath("./")}</b></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="row2">
|
||||
<th colspan="4" class="button">
|
||||
<span class="button black strong"><input type="submit" value="{$lang->cmd_save}" accesskey="s" /></span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue