[xoops-cvslog 1475] CVS update: xoops2jp/html/modules/user/admin/templates

Zurück zum Archiv-Index

Minahito minah****@users*****
2005年 12月 29日 (木) 00:37:23 JST


Index: xoops2jp/html/modules/user/admin/templates/group_perm.html
diff -u xoops2jp/html/modules/user/admin/templates/group_perm.html:1.1.2.1 xoops2jp/html/modules/user/admin/templates/group_perm.html:1.1.2.2
--- xoops2jp/html/modules/user/admin/templates/group_perm.html:1.1.2.1	Thu Dec 29 00:18:13 2005
+++ xoops2jp/html/modules/user/admin/templates/group_perm.html	Thu Dec 29 00:37:22 2005
@@ -39,9 +39,9 @@
 <form action="index.php?action=GroupPerm" method="POST">
 <table class="outer" cellspacing="2">
   <tr class="head">
-    <th colspan="4"><a href="javascript:void(0)" onclick="ccToggle('_system')">[+/-] <{$smarty.const._MD_A_USER_LANG_PERM_SYSTEM_PERM_MODULE}></a></th>
+    <th colspan="4"><{$smarty.const._MD_A_USER_LANG_PERM_SYSTEM_PERM_MODULE}></th>
   </tr>
-  <tbody id="c_system" style="display: block;">
+  <tbody>
   <tr>
   <{foreach item=perm from=$systemPermissions key="perm_key"}>
     <td class="head" style="width:35%;">&nbsp;<{$perm->mItem->getName()|escape}></td>
@@ -56,9 +56,9 @@
 
 <table class="outer" cellspacing="2">
   <tr class="head">
-    <th colspan="4"><a href="javascript:void(0)" onclick="ccToggle('_module')">[+/-] <{$smarty.const._MD_A_USER_LANG_PERM_GROUP_PERM_MODULE}></a></th>
+    <th colspan="4"><{$smarty.const._MD_A_USER_LANG_PERM_GROUP_PERM_MODULE}></th>
   </tr>
-  <tbody id="c_module" style="display: block;">
+  <tbody>
   <tr>
   <{foreach item=perm from=$modulePermissions }>
     <td class="head" style="width:25%;">&nbsp;<{$perm->mItem->getName()|escape}></td>
@@ -78,15 +78,15 @@
 <{foreach key=i item=permissions from=$blockPermissions}>
 <table class="outer" cellspacing="2">
   <tr class="head">
-    <th colspan="4"><a href="javascript:void(0)" onclick="ccToggle('_block<{$i}>')">[+/-] <{$smarty.const._MD_A_USER_LANG_PERM_GROUP_PERM_BLOCK}>
+    <th colspan="4"><{$smarty.const._MD_A_USER_LANG_PERM_GROUP_PERM_BLOCK}>
       <{if $i == 0}>( <{$smarty.const._LEFT}> )
       <{elseif $i == 1}>( <{$smarty.const._RIGHT}> )
       <{elseif $i == 2}>( <{$smarty.const._CENTER}> )
       <{elseif $i == 3}>( <{$smarty.const._CENTER}>-<{$smarty.const._LEFT}> )
       <{elseif $i == 4}>( <{$smarty.const._CENTER}>-<{$smarty.const._RIGHT}> )
-      <{/if}></a></th>
+      <{/if}></th>
   </tr>
-  <tbody id="c_block<{$i}>" style="display: block;">
+  <tbody>
   <tr>
   <{foreach item=perm from=$permissions name="blktr"}>
       <td class="head" style="width:35%;">&nbsp;


xoops-cvslog メーリングリストの案内
Zurück zum Archiv-Index