From: <dj...@us...> - 2012-01-11 18:43:01
|
Revision: 8700 http://xoops.svn.sourceforge.net/xoops/?rev=8700&view=rev Author: djculex Date: 2012-01-11 18:42:50 +0000 (Wed, 11 Jan 2012) Log Message: ----------- adjusting css in admin Modified Paths: -------------- XoopsModules/smallworld/trunk/admin/index.php XoopsModules/smallworld/trunk/language/english/admin.php XoopsModules/smallworld/trunk/templates/smallworld_admin.html Modified: XoopsModules/smallworld/trunk/admin/index.php =================================================================== --- XoopsModules/smallworld/trunk/admin/index.php 2012-01-11 18:14:51 UTC (rev 8699) +++ XoopsModules/smallworld/trunk/admin/index.php 2012-01-11 18:42:50 UTC (rev 8700) @@ -26,8 +26,6 @@ xoops_cp_header(); -if (isset($_POST['xim_admin_message'])) {$_POST['xim_admin_message'] = '';} - $admin = new SmallworldAdmin(); $tpl = new XoopsTpl(); @@ -41,15 +39,15 @@ $totaldays = $admin->CountDays(); // get average messages per day $avgperday = $admin->AvgMsgDay ($totaldays); -// XIM version number +// Smallworld version number $installversion = $admin->ModuleInstallVersion (); -// XIM install date +// Smallworld install date $installdate = $admin->ModuleInstallDate (); -//check current version of XIM, return desc,link,version if new available +//check current version of Smallworld, return desc,link,version if new available $installCheck = $admin->doCheckUpdate (); -// Count members using XIM +// Count members using Smallworld $sumallusers = $admin->TotalUsers (); // Find list of most active users (total) $admin->mostactiveusers_allround(); Modified: XoopsModules/smallworld/trunk/language/english/admin.php =================================================================== --- XoopsModules/smallworld/trunk/language/english/admin.php 2012-01-11 18:14:51 UTC (rev 8699) +++ XoopsModules/smallworld/trunk/language/english/admin.php 2012-01-11 18:42:50 UTC (rev 8700) @@ -115,5 +115,5 @@ <li>If still questions or errors please post at the <a href="http://www.xoops.org/modules/newbb" target="_blank">Xoops support Forum</a></li> </ul> '); -define('_AM_SMALLWORLD_SP','<img style="margin: 0 0 30px;" src="../images/sp.png" height="30px" width="30px"> <a style="position: relative; top: 10px;" href="javascript:void(0);" id="smallworldDonate">If you like this module and the work I put into it, you could keep me awake buying me a coffey</a>'); +define('_AM_SMALLWORLD_SP','<img style="margin: 0pt 5px 0pt 0pt; vertical-align: middle;" src="../images/sp.png" height="30px" width="30px"> <a style="position: relative; margin: 0px;" href="javascript:void(0);" id="smallworldDonate">If you like this module and the work I put into it, you could keep me awake buying me a coffey</a>'); ?> Modified: XoopsModules/smallworld/trunk/templates/smallworld_admin.html =================================================================== --- XoopsModules/smallworld/trunk/templates/smallworld_admin.html 2012-01-11 18:14:51 UTC (rev 8699) +++ XoopsModules/smallworld/trunk/templates/smallworld_admin.html 2012-01-11 18:42:50 UTC (rev 8700) @@ -236,6 +236,6 @@ <p class="smallworldadmin"><{$lang_prefslink}></p> </fieldset> </div> - <span style="margin:27%;"><{$smarty.const._AM_SMALLWORLD_SP}></span> + <span style="margin: 27%; height: 50px; position: relative;"><{$smarty.const._AM_SMALLWORLD_SP}></span> </div> <!-- end smallworld Admin --> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |