[xoops-cvslog 2780] CVS update: xoops2jp/html/modules/base/admin/templates

Zurück zum Archiv-Index

Tom Hayakawa tom_g3x****@users*****
2006年 4月 12日 (水) 00:23:04 JST


Index: xoops2jp/html/modules/base/admin/templates/blockinstall_list.html
diff -u xoops2jp/html/modules/base/admin/templates/blockinstall_list.html:1.1.2.3 xoops2jp/html/modules/base/admin/templates/blockinstall_list.html:1.1.2.4
--- xoops2jp/html/modules/base/admin/templates/blockinstall_list.html:1.1.2.3	Sun Apr  9 23:48:01 2006
+++ xoops2jp/html/modules/base/admin/templates/blockinstall_list.html	Wed Apr 12 00:23:04 2006
@@ -38,9 +38,9 @@
     <th><{$smarty.const._AD_BASE_LANG_CONTROL}></th>
   </tr>
   <{foreach item=obj from=$objects}>
-    <tr class="<{cycle values='odd,even'}>">
+    <tr class="<{cycle values='odd,even'}>" style="text-align:center;">
       <td><{$obj->getVar('bid')}></td>
-      <td>
+      <td style="text-align:left;">
         <{if $obj->mModule}>
           <{$obj->mModule->getVar('name')}>
         <{else}>
@@ -48,11 +48,11 @@
         <{/if}>
       </td>
 <{*
-      <td><{$obj->getVar('name')}></td>
+      <td style="text-align:left;"><{$obj->getVar('name')}></td>
 *}>
-      <td><{$obj->getVar('title')}></td>
+      <td style="text-align:left;"><{$obj->getVar('title')}></td>
       <td><{$obj->getVar('c_type')}></td>
-      <td><{$obj->getVar('template')}></td>
+      <td style="text-align:left;"><{$obj->getVar('template')}></td>
       <td>
         <a href="./index.php?action=BlockInstallEdit&bid=<{$obj->getVar('bid')}>"><img src="<{"icons/install.gif"|theme}>" alt="<{$smarty.const._MD_A_BASE_LANG_INSTALL}>" /></a>
         <{if $obj->get('block_type') == 'C'}>


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