From: <be...@us...> - 2012-05-23 21:23:52
|
Revision: 9585 http://xoops.svn.sourceforge.net/xoops/?rev=9585&view=rev Author: beckmi Date: 2012-05-23 21:23:46 +0000 (Wed, 23 May 2012) Log Message: ----------- Fixing typo Modified Paths: -------------- XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/admin.php XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/templates/admin/system_index.html Modified: XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/admin.php =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/admin.php 2012-05-23 17:35:10 UTC (rev 9584) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/admin.php 2012-05-23 21:23:46 UTC (rev 9585) @@ -80,7 +80,7 @@ if (false != $error) { $op = $system->cleanVars($_REQUEST, 'op', '', 'string'); - if ($op == 'system_avtivate') { + if ($op == 'system_activate') { $part = $system->cleanVars($_REQUEST, 'type', '', 'string'); $config_handler = $xoops->getHandlerConfig(); Modified: XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/templates/admin/system_index.html =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/templates/admin/system_index.html 2012-05-23 17:35:10 UTC (rev 9584) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/templates/admin/system_index.html 2012-05-23 21:23:46 UTC (rev 9585) @@ -29,7 +29,7 @@ <td class="xo-actions width2"> <{if $menu.used}> <img id="loading_<{$menu.file}>" src="images/spinner.gif" style="display:none;" alt="<{$smarty.const._AM_SYSTEM_LOADING}>" /> - <img class="xo-tooltip" id="<{$menu.file}>" onclick="system_setStatus( { op: 'system_avtivate', type: '<{$menu.file}>' }, '<{$menu.file}>', 'admin.php' )" src="<{if $menu.status}><{xoAdminIcons success.png}><{else}><{xoAdminIcons cancel.png}><{/if}>" alt="<{$smarty.const._AM_SYSTEM_STATUS}>" title="<{$smarty.const._AM_SYSTEM_STATUS}>" /> + <img class="xo-tooltip" id="<{$menu.file}>" onclick="system_setStatus( { op: 'system_activate', type: '<{$menu.file}>' }, '<{$menu.file}>', 'admin.php' )" src="<{if $menu.status}><{xoAdminIcons success.png}><{else}><{xoAdminIcons cancel.png}><{/if}>" alt="<{$smarty.const._AM_SYSTEM_STATUS}>" title="<{$smarty.const._AM_SYSTEM_STATUS}>" /> <{/if}> </td> </tr> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |