mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-04 17:44:38 +09:00
Fix all remaining skins making unnecessary use of window.open()
This commit is contained in:
parent
fdc4610bfb
commit
d182a2c26c
11 changed files with 12 additions and 12 deletions
|
|
@ -3,7 +3,7 @@
|
|||
<h2 class="hx h2">{$member_title = $lang->cmd_view_own_document}</h2>
|
||||
<ul class="lt">
|
||||
<li loop="$document_list => $no,$oDocument">
|
||||
<a href="{getUrl('','document_srl',$oDocument->document_srl)}" onclick="window.open(this.href);return false;">
|
||||
<a href="{getUrl('','document_srl',$oDocument->document_srl)}" target="_blank">
|
||||
{$oDocument->getTitleText()}
|
||||
<span class="memberInfo">{$oDocument->getRegdate("Y-m-d")}</span>
|
||||
</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue