mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 15:49:57 +09:00
CSS 관련 사소한 오류 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4887 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
3f5bc319f9
commit
1947e708ee
6 changed files with 8 additions and 5 deletions
|
|
@ -50,6 +50,8 @@
|
||||||
$menu_list = $oMenuAdminModel->getMenus();
|
$menu_list = $oMenuAdminModel->getMenus();
|
||||||
Context::set('menu_list', $menu_list);
|
Context::set('menu_list', $menu_list);
|
||||||
|
|
||||||
|
if(!Context::get('act')) Context::set('act', 'dispHomepageManage');
|
||||||
|
|
||||||
$this->setTemplateFile('index');
|
$this->setTemplateFile('index');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -194,3 +194,5 @@ ul.nav li.active a { font-weight:bold; color:#FFFFFF; }
|
||||||
|
|
||||||
div.blog_widget_ ul.items li { text-decoration:none; color:#000000; margin-bottom:5px;}
|
div.blog_widget_ ul.items li { text-decoration:none; color:#000000; margin-bottom:5px;}
|
||||||
div.blog_widget_ ul.items li a { text-decoration:none; color:#000000;}
|
div.blog_widget_ ul.items li a { text-decoration:none; color:#000000;}
|
||||||
|
|
||||||
|
#menu_form { width:100%; }
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@
|
||||||
<th scope="row"><div>{$lang->author}</div></th>
|
<th scope="row"><div>{$lang->author}</div></th>
|
||||||
<td>
|
<td>
|
||||||
<!--@foreach($selected_layout->author as $k => $v)-->
|
<!--@foreach($selected_layout->author as $k => $v)-->
|
||||||
<a href="{$v->homepage}" onclick="window.open(this.href);return false;" class="blue">{$v->name}</a>
|
<a href="{$v->homepage}" onclick="window.open(this.href);return false;">{$v->name}</a>
|
||||||
<!--@end-->
|
<!--@end-->
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,9 @@
|
||||||
<!--%import("./filter/insert_menu_item.xml")-->
|
<!--%import("./filter/insert_menu_item.xml")-->
|
||||||
|
|
||||||
<!--%import("./filter/delete_menu_item.xml")-->
|
<!--%import("./filter/delete_menu_item.xml")-->
|
||||||
<!--%import("./filter/move_up_menu_item.xml")-->
|
<!--%import("./filter/move_up_menu_item.xml")-->
|
||||||
<!--%import("./filter/move_down_menu_item.xml")-->
|
<!--%import("./filter/move_down_menu_item.xml")-->
|
||||||
|
|
||||||
<h3 class="title">{$lang->cmd_homepage_menus[$act]}</h1>
|
<h3 class="title">{$lang->cmd_homepage_menus[$act]}</h3>
|
||||||
<p class="infoText">{$lang->about_homepage_act[$act]}</p>
|
<p class="infoText">{$lang->about_homepage_act[$act]}</p>
|
||||||
|
|
||||||
<form method="post" action="./" id="menu_item_form">
|
<form method="post" action="./" id="menu_item_form">
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
<h3 class="title">{$lang->cmd_homepage_menus[$act]}</h1>
|
<h3 class="title">{$lang->cmd_homepage_menus[$act]}</h3>
|
||||||
<p class="infoText">{$lang->about_homepage_act[$act]}</p>
|
<p class="infoText">{$lang->about_homepage_act[$act]}</p>
|
||||||
|
|
||||||
<!--%import("filter/update_index_mid.xml")-->
|
<!--%import("filter/update_index_mid.xml")-->
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
<table cellspacing="0" class="adminTable">
|
<table cellspacing="0" class="adminTable">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th colspan="2">{$lang->cmd_homepage_setup}</th>
|
<th colspan="2"><div>{$lang->cmd_homepage_setup}</div></th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue