Revision: 10363
http://sourceforge.net/p/xoops/svn/10363
Author: txmodxoops
Date: 2012-12-11 19:09:09 +0000 (Tue, 11 Dec 2012)
Log Message:
-----------
Updated
Modified Paths:
--------------
XoopsCore/tags/2.5mobile timgno/htdocs/themes/mdefault/modules/system/blocks/system_block_online.html
Modified: XoopsCore/tags/2.5mobile timgno/htdocs/themes/mdefault/modules/system/blocks/system_block_online.html
===================================================================
--- XoopsCore/tags/2.5mobile timgno/htdocs/themes/mdefault/modules/system/blocks/system_block_online.html 2012-12-11 18:33:53 UTC (rev 10362)
+++ XoopsCore/tags/2.5mobile timgno/htdocs/themes/mdefault/modules/system/blocks/system_block_online.html 2012-12-11 19:09:09 UTC (rev 10363)
@@ -5,6 +5,6 @@
<{$block.lang_guests}>: <{$block.online_guests}>
<br /><br />
<{$block.online_names}>
-<a href="javascript:openWithSelfMain('<{$xoops_url}>/misc.php?action=showpopups&type=online','Online',420,350);" title="<{$block.lang_more}>" data-rel="dialog">
+<a href="javascript:openWithSelfMain('<{$xoops_url}>/misc.php?action=showpopups&type=online','Online',420,350);" title="<{$block.lang_more}>" data-rel="popup" data-position-to="window" data-role="button" data-inline="true" data-mini="true" data-transition="pop">
<{$block.lang_more}>
</a>
\ No newline at end of file
|