mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
댓글 목록에서 작성자 이름이 줄바꿈되지 않도록 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4866 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
0161e9e108
commit
8b05887adb
1 changed files with 2 additions and 2 deletions
|
|
@ -26,7 +26,7 @@
|
|||
<input type="button" name="go_button" id="go_button" value="GO" class="buttonTypeGo" onclick="location.href=current_url.setQuery('module_srl',xGetElementById('module_srl').options[xGetElementById('module_srl').selectedIndex].value);return false;"/>
|
||||
</div>
|
||||
</th>
|
||||
<th scope="col"><div>{$lang->user_name}</div></th>
|
||||
<th scope="col"><div>{$lang->nick_name}</div></th>
|
||||
<th scope="col"><div>{$lang->date}</div></th>
|
||||
<th scope="col"><div>{$lang->last_update}</div></th>
|
||||
<th scope="col"><div>{$lang->ipaddress}</div></th>
|
||||
|
|
@ -38,7 +38,7 @@
|
|||
<tr class="row{$cycle_idx}">
|
||||
<td rowspan="2" class="number center">{$no}</td>
|
||||
<td colspan="2"><a href="./?mid={$module_list[$val->module_srl]->mid}" onclick="window.open(this.href);return false">{htmlspecialchars($module_list[$val->module_srl]->browser_title)}</a> </td>
|
||||
<td><span class="member_{$val->member_srl}">{htmlspecialchars($val->nick_name)}</span></td>
|
||||
<td class="nowrap"><span class="member_{$val->member_srl}">{htmlspecialchars($val->nick_name)}</span></td>
|
||||
<td class="date center nowrap">{(zdate($val->regdate,"Y-m-d\nH:i:s"))}</td>
|
||||
<td class="date center nowrap"><!--@if($val->last_update)-->{(zdate($val->last_update, "Y-m-d\nH:i:s"))}<!--@else--> <!--@end--></td>
|
||||
<td class="number center nowrap">{$val->ipaddress}</td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue