use mobile view option only when selected layout is mobile layout

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7550 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
haneul 2010-06-24 08:32:21 +00:00
parent ad436de884
commit de7c79442c

View file

@ -123,6 +123,7 @@
{$lang->about_not_apply_menu} {$lang->about_not_apply_menu}
</td> </td>
</tr> </tr>
<!--@if($selected_layout->layout_type == "M")-->
<tr> <tr>
<th scope="row"><div>{$lang->apply_mobile_view}</div></th> <th scope="row"><div>{$lang->apply_mobile_view}</div></th>
<td> <td>
@ -130,6 +131,7 @@
{$lang->about_apply_mobile_view} {$lang->about_apply_mobile_view}
</td> </td>
</tr> </tr>
<!--@end-->
<tr class="row2"> <tr class="row2">