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

Back to archive index

Tom Hayakawa tom_g3x****@users*****
2006年 8月 25日 (金) 17:26:10 JST


Index: xoops2jp/html/modules/user/admin/templates/group_property.html
diff -u xoops2jp/html/modules/user/admin/templates/group_property.html:1.1.2.19 xoops2jp/html/modules/user/admin/templates/group_property.html:1.1.2.20
--- xoops2jp/html/modules/user/admin/templates/group_property.html:1.1.2.19	Sun Aug 20 22:38:31 2006
+++ xoops2jp/html/modules/user/admin/templates/group_property.html	Fri Aug 25 17:26:10 2006
@@ -148,7 +148,7 @@
       <{if $perm->mItem->isActive()}>
         <{$perm->mItem->getName()|escape}>
       <{else}>
-        <span class="user_groupBlock_inactive"><{$perm->mItem->getName()|escape}></span>
+        <span class="inactive"><{$perm->mItem->getName()|escape}></span>
       <{/if}>
     </td>
     <td class="even"><{assign var="getId" value=$perm->getId() }>
Index: xoops2jp/html/modules/user/admin/templates/group_perm.html
diff -u xoops2jp/html/modules/user/admin/templates/group_perm.html:1.1.2.23 xoops2jp/html/modules/user/admin/templates/group_perm.html:1.1.2.24
--- xoops2jp/html/modules/user/admin/templates/group_perm.html:1.1.2.23	Sun Aug 20 22:38:31 2006
+++ xoops2jp/html/modules/user/admin/templates/group_perm.html	Fri Aug 25 17:26:10 2006
@@ -113,7 +113,7 @@
       <{if $perm->mItem->isActive()}>
         <{$perm->mItem->getName()|escape}>
       <{else}>
-        <span class="user_groupBlock_inactive"><{$perm->mItem->getName()|escape}></span>
+        <span class="inactive"><{$perm->mItem->getName()|escape}></span>
       <{/if}>
     </td>
     <td class="even"><{assign var="getId" value=$perm->getId() }>
Index: xoops2jp/html/modules/user/admin/templates/avatar_list.html
diff -u xoops2jp/html/modules/user/admin/templates/avatar_list.html:1.1.2.15 xoops2jp/html/modules/user/admin/templates/avatar_list.html:1.1.2.16
--- xoops2jp/html/modules/user/admin/templates/avatar_list.html:1.1.2.15	Sat Aug 19 14:55:45 2006
+++ xoops2jp/html/modules/user/admin/templates/avatar_list.html	Fri Aug 25 17:26:10 2006
@@ -37,7 +37,11 @@
     <th><{$smarty.const._AD_USER_LANG_CONTROL}></th>
   </tr>
   <{foreach item=obj from=$objects}>
-    <tr class="<{cycle values='odd,even'}>">
+    <{if $obj->getShow('avatar_display') == 1}>
+      <tr class="<{cycle values='odd,even'}> active">
+    <{else}>
+      <tr class="<{cycle values='odd,even'}> inactive">
+    <{/if}>
       <td class="user_list_id"><{$obj->getShow('avatar_id')}></td>
       <td class="user_list_image"><img src="<{$smarty.const.XOOPS_UPLOAD_URL}>/<{$obj->getShow('avatar_file')}>" alt="<{$obj->getShow('avatar_name')}>" title="<{$obj->getShow('avatar_name')}>" /></td>
       <td class="user_list_title"><{$obj->getShow('avatar_name')}></td>


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