[xoops-cvslog 5249] CVS update: xoops2jp/html/modules/legacy/blocks

Back to archive index

Minahito minah****@users*****
2006年 10月 15日 (日) 01:27:11 JST


Index: xoops2jp/html/modules/legacy/blocks/legacy_themes.php
diff -u xoops2jp/html/modules/legacy/blocks/legacy_themes.php:1.1.2.1 xoops2jp/html/modules/legacy/blocks/legacy_themes.php:1.1.2.2
--- xoops2jp/html/modules/legacy/blocks/legacy_themes.php:1.1.2.1	Sat Oct 14 23:55:26 2006
+++ xoops2jp/html/modules/legacy/blocks/legacy_themes.php	Sun Oct 15 01:27:10 2006
@@ -30,7 +30,7 @@
 {
 
     $chk = "";
-    $form = _MB_BASE_LANG_THSHOW." ";
+    $form = _MB_LEGACY_LANG_THSHOW." ";
     if ( $options[0] == 1 ) {
         $chk = ' checked="checked"';
     }
@@ -40,7 +40,7 @@
         $chk = ' checked="checked"';
     }
     $form .= '&nbsp;<input type="radio" name="options[0]" value="0"'.$chk.' />'._NO;
-    $form .= '<br />'._MB_BASE_LANG_THWIDTH.'&nbsp;';
+    $form .= '<br />'._MB_LEGACY_LANG_THWIDTH.'&nbsp;';
     $form .= '<input type="text" name="options[1]" value="'.$options[1].'" />';
     return $form;
 }
Index: xoops2jp/html/modules/legacy/blocks/legacy_siteinfo.php
diff -u xoops2jp/html/modules/legacy/blocks/legacy_siteinfo.php:1.1.2.1 xoops2jp/html/modules/legacy/blocks/legacy_siteinfo.php:1.1.2.2
--- xoops2jp/html/modules/legacy/blocks/legacy_siteinfo.php:1.1.2.1	Sat Oct 14 23:55:26 2006
+++ xoops2jp/html/modules/legacy/blocks/legacy_siteinfo.php	Sun Oct 15 01:27:10 2006
@@ -42,14 +42,14 @@
 }
 
 function b_legacy_siteinfo_edit($options) {
-    $form = _MB_BASE_PWWIDTH."&nbsp;";
+    $form = _MB_LEGACY_PWWIDTH."&nbsp;";
     $form .= "<input type='text' name='options[]' value='".$options[0]."' />";
-    $form .= "<br />"._MB_BASE_PWHEIGHT."&nbsp;";
+    $form .= "<br />"._MB_LEGACY_PWHEIGHT."&nbsp;";
     $form .= "<input type='text' name='options[]' value='".$options[1]."' />";
-    $form .= "<br />".sprintf(_MB_BASE_LOGO,XOOPS_URL."/images/")."&nbsp;";
+    $form .= "<br />".sprintf(_MB_LEGACY_LOGO,XOOPS_URL."/images/")."&nbsp;";
     $form .= "<input type='text' name='options[]' value='".$options[2]."' />";
     $chk = "";
-    $form .= "<br />"._MB_BASE_SADMIN."&nbsp;";
+    $form .= "<br />"._MB_LEGACY_SADMIN."&nbsp;";
     if ( $options[3] == 1 ) {
         $chk = " checked='checked'";
     }
Index: xoops2jp/html/modules/legacy/blocks/legacy_comments.php
diff -u xoops2jp/html/modules/legacy/blocks/legacy_comments.php:1.1.2.1 xoops2jp/html/modules/legacy/blocks/legacy_comments.php:1.1.2.2
--- xoops2jp/html/modules/legacy/blocks/legacy_comments.php:1.1.2.1	Sat Oct 14 23:55:26 2006
+++ xoops2jp/html/modules/legacy/blocks/legacy_comments.php	Sun Oct 15 01:27:10 2006
@@ -41,7 +41,7 @@
 
 function b_legacy_comments_edit($options) {
     $inputtag = "<input type='text' name='options[]' value='".intval($options[0])."' />";
-    $form = sprintf(_MB_BASE_DISPLAYC, $inputtag);
+    $form = sprintf(_MB_LEGACY_DISPLAYC, $inputtag);
     return $form;
 }
 ?>


xoops-cvslog メーリングリストの案内
Back to archive index