|
From: <be...@us...> - 2012-05-23 21:24:25
|
Revision: 9586
http://xoops.svn.sourceforge.net/xoops/?rev=9586&view=rev
Author: beckmi
Date: 2012-05-23 21:24:19 +0000 (Wed, 23 May 2012)
Log Message:
-----------
Fixing typo
Modified Paths:
--------------
XoopsCore/branches/2.5.x/2.5.5/htdocs/modules/system/admin.php
XoopsCore/branches/2.5.x/2.5.5/htdocs/modules/system/templates/admin/system_index.html
Modified: XoopsCore/branches/2.5.x/2.5.5/htdocs/modules/system/admin.php
===================================================================
--- XoopsCore/branches/2.5.x/2.5.5/htdocs/modules/system/admin.php 2012-05-23 21:23:46 UTC (rev 9585)
+++ XoopsCore/branches/2.5.x/2.5.5/htdocs/modules/system/admin.php 2012-05-23 21:24:19 UTC (rev 9586)
@@ -83,7 +83,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_gethandler('config');
Modified: XoopsCore/branches/2.5.x/2.5.5/htdocs/modules/system/templates/admin/system_index.html
===================================================================
--- XoopsCore/branches/2.5.x/2.5.5/htdocs/modules/system/templates/admin/system_index.html 2012-05-23 21:23:46 UTC (rev 9585)
+++ XoopsCore/branches/2.5.x/2.5.5/htdocs/modules/system/templates/admin/system_index.html 2012-05-23 21:24:19 UTC (rev 9586)
@@ -28,7 +28,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="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="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.
|