커뮤니케이션 모듈의 기본 스킨중 잘못된 마크업 수정 및 쪽지 답글 팝업창의 레이아웃 오류 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5831 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2009-03-10 11:54:32 +00:00
parent 905fba6fa7
commit 4e161d3258
5 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
<!--%import("js/communication.js")-->
<div id="popHeader" class="wide">
<h3>{$lang->cmd_add_friend}</h3>
<h3 class="xeAdmin">{$lang->cmd_add_friend}</h3>
</div>
<form action="./" method="get" onsubmit="return procFilter(this, add_friend)">

View file

@ -2,7 +2,7 @@
<!--%import("js/communication.js")-->
<div id="popHeader">
<h3>
<h3 class="xeAdmin">
<!--@if($friend_group->friend_group_srl)-->
{$lang->cmd_rename_friend_group}
<!--@else-->

View file

@ -6,7 +6,7 @@ function completeSendMessage(ret_obj) {
function doSendMessage(member_srl, message_srl) {
if(typeof(message_srl)=='undefined') message_srl = 0;
var url = current_url.setQuery('module','communication').setQuery('act','dispCommunicationSendMessage').setQuery('receiver_srl',member_srl).setQuery('message_srl',message_srl);
var url = request_uri.setQuery('module','communication').setQuery('act','dispCommunicationSendMessage').setQuery('receiver_srl',member_srl).setQuery('message_srl',message_srl);
popopen(url, 'sendMessage');
}

View file

@ -1,7 +1,7 @@
<!--%import("js/communication.js")-->
<!--@if($message)-->
<div id="popHeader" class="wide">
<h3>{$lang->message_received}</h3>
<h3 class="xeAdmin">{$lang->message_received}</h3>
</div>
<div id="popBody">

View file

@ -2,7 +2,7 @@
<!--%import("js/communication.js")-->
<div id="popHeader" class="wide">
<h3>{$lang->cmd_send_message}</h3>
<h3 class="xeAdmin">{$lang->cmd_send_message}</h3>
</div>
<form action="./" method="get" onsubmit="return procFilter(this, send_message)">