[xoops-cvslog 28] CVS update: xoops2jp/html/modules/xoopspartners/admin

Back to archive index

onokazu onoka****@users*****
2005年 5月 30日 (月) 19:55:03 JST


Index: xoops2jp/html/modules/xoopspartners/admin/index.php
diff -u xoops2jp/html/modules/xoopspartners/admin/index.php:1.2.6.1 xoops2jp/html/modules/xoopspartners/admin/index.php:1.2.6.2
--- xoops2jp/html/modules/xoopspartners/admin/index.php:1.2.6.1	Thu Apr 21 18:57:47 2005
+++ xoops2jp/html/modules/xoopspartners/admin/index.php	Mon May 30 19:55:03 2005
@@ -1,5 +1,5 @@
 <?php
-// $Id: index.php,v 1.2.6.1 2005/04/21 09:57:47 onokazu Exp $
+// $Id: index.php,v 1.2.6.2 2005/05/30 10:55:03 onokazu Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -73,7 +73,7 @@
         <td class='$class' width='3%' align='center'>
         <select size='1' name='status[$id]'> <option value='1' ".$check1.">"._MD_YES."</option><option value='0' ".$check2.">"._MD_NO."</option></select>
         <td class='$class' width='3%' align='center'>";
-        echo "<input type='text' name='weight[$id]' value='$weight' size='3' maxlength='3' style='text-align: center;'>";
+        echo "<input type='text' name='weight[$id]' value='$weight' size='3' maxlength='3' style='text-align: center;' />";
         echo "</td><td class='$class' width='3%' align='center'>".$hits."</td>
         <td class='$class' width='3%' align='center'>
         <a href='index.php?op=editPartner&amp;id=".$id."'>"._MD_EDIT."</a><br />--<br /><a href='index.php?op=delPartner&amp;id=".$id."'>"._MD_DELETE."</a>
@@ -82,9 +82,9 @@
     }
     echo "<tr><td class='foot' colspan='7' align='right'>
     <input type='hidden' name='op' value='reorderPartners' />
-    <input type='button' name='button' onclick=\"location='index.php?op=partnersAdminAdd'\" value='"._MD_PARTNERS_ADD."'>
-    <input type='button' name='button' onclick=\"location='index.php?op=reorderAutoPartners'\" value='"._MD_AUTOMATIC_SORT."'>
-    <input type='submit' name='submit' value='"._MD_REORDER."'>
+    <input type='button' name='button' onclick=\"location='index.php?op=partnersAdminAdd'\" value='"._MD_PARTNERS_ADD."' />
+    <input type='button' name='button' onclick=\"location='index.php?op=reorderAutoPartners'\" value='"._MD_AUTOMATIC_SORT."' />
+    <input type='submit' name='submit' value='"._MD_REORDER."' />
     </td></tr></table></form>";
     xoops_cp_footer();
 }


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