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

Back to archive index

Tom Hayakawa tom_g3x****@users*****
2006年 8月 19日 (土) 20:06:35 JST


Index: xoops2jp/html/modules/base/admin/templates/install_list.html
diff -u xoops2jp/html/modules/base/admin/templates/install_list.html:1.1.2.10 xoops2jp/html/modules/base/admin/templates/install_list.html:1.1.2.11
--- xoops2jp/html/modules/base/admin/templates/install_list.html:1.1.2.10	Sat Aug 19 18:39:44 2006
+++ xoops2jp/html/modules/base/admin/templates/install_list.html	Sat Aug 19 20:06:35 2006
@@ -18,7 +18,7 @@
     <tr class="<{cycle values='odd,even'}>">
       <td class="base_list_image">
         <img src="<{$xoops_url}>/modules/<{$module->getShow('dirname')}>/<{$module->modinfo.image}>" alt="<{$module->getShow('name','e')}>" title="<{$module->getShow('name','e')}>" />
-        <div class="base_module_title"><{$module->getShow('name')}></div>
+        <div class="base_list_title"><{$module->getShow('name')}></div>
       </td>
       <td class="base_list_order"><{$module->getRenderedVersion()}></td>
       <td class="base_list_control">
Index: xoops2jp/html/modules/base/admin/templates/module_uninstall.html
diff -u xoops2jp/html/modules/base/admin/templates/module_uninstall.html:1.1.2.8 xoops2jp/html/modules/base/admin/templates/module_uninstall.html:1.1.2.9
--- xoops2jp/html/modules/base/admin/templates/module_uninstall.html:1.1.2.8	Fri Aug 18 20:29:46 2006
+++ xoops2jp/html/modules/base/admin/templates/module_uninstall.html	Sat Aug 19 20:06:35 2006
@@ -29,7 +29,7 @@
     <th colspan="3"><{$smarty.const._AD_BASE_LANG_MODUNINSTALL_CONF}></th>
   </tr>
   <tr>
-    <td rowspan="6" class="head" style="text-align:center;">
+    <td rowspan="6" class="head base_list_image">
       <img src="<{$xoops_url}>/modules/<{$module->getShow('dirname')}>/<{$module->modinfo.image}>" />
       <div><{$module->modinfo.name|escape}></div>
     </td>
@@ -45,7 +45,7 @@
     <td class="<{cycle values='odd,even'}>">
       <{math equation="v/100" v=$module->get('version') format="%.2f"}>
       <{if $module->get('version') != $module->modinfo.version * 100 }>
-        &raquo; <b style="color:red;"><{math equation=$module->modinfo.version format="%.2f"}></b>
+        &raquo; <b class="base_module_warning"><{math equation=$module->modinfo.version format="%.2f"}></b>
       <{/if}>
 	</td>
   </tr>
Index: xoops2jp/html/modules/base/admin/templates/preference_edit.html
diff -u xoops2jp/html/modules/base/admin/templates/preference_edit.html:1.1.2.18 xoops2jp/html/modules/base/admin/templates/preference_edit.html:1.1.2.19
--- xoops2jp/html/modules/base/admin/templates/preference_edit.html:1.1.2.18	Fri Aug 18 20:29:46 2006
+++ xoops2jp/html/modules/base/admin/templates/preference_edit.html	Sat Aug 19 20:06:35 2006
@@ -46,7 +46,7 @@
     </tr>
 
     <{foreach item=config from=$objectArr}>
-      <tr style="vertical-align:top;">
+      <tr>
         <td class="head">
           <b><{$config->getTitle()|escape}></b>
           <{if $config->get('conf_desc') != null}>
Index: xoops2jp/html/modules/base/admin/templates/comment_delete.html
diff -u xoops2jp/html/modules/base/admin/templates/comment_delete.html:1.1.2.15 xoops2jp/html/modules/base/admin/templates/comment_delete.html:1.1.2.16
--- xoops2jp/html/modules/base/admin/templates/comment_delete.html:1.1.2.15	Fri Aug 18 20:29:46 2006
+++ xoops2jp/html/modules/base/admin/templates/comment_delete.html	Sat Aug 19 20:06:35 2006
@@ -41,7 +41,13 @@
     </tr>
     <tr>
       <td class="head"><{$smarty.const._MD_BASE_LANG_COM_ICON}></td>
-      <td class="<{cycle values="odd,even"}>"><img src="<{$smarty.const.XOOPS_URL}>/images/subject/<{$object->getShow('com_icon')}>" /></td>
+      <td class="<{cycle values="odd,even"}>">
+        <{if $object->getShow('com_icon')}>
+          <img src="<{$smarty.const.XOOPS_URL}>/images/subject/<{$object->getShow('com_icon')}>" />
+        <{else}>
+          <img src="<{$smarty.const.XOOPS_URL}>/images/icons/no_posticon.gif" />
+        <{/if}>
+      </td>
     </tr>
     <tr>
       <td class="head"><{$smarty.const._AD_BASE_LANG_COM_CREATED}></td>
@@ -120,19 +126,19 @@
     <th><{$smarty.const._AD_BASE_LANG_COM_STATUS}><br />
   </tr>
   <{foreach item=obj from=$children}>
-    <tr class="<{cycle values='odd,even'}>" style="text-align:center">
-      <td><{$obj->getShow('com_id')}></td>
-      <td>
+    <tr class="<{cycle values='odd,even'}>">
+      <td class="base_list_id"><{$obj->getShow('com_id')}></td>
+      <td class="base_list_name">
         <{if $obj->mModule}>
           <{$obj->mModule->getShow('name')}>
         <{/if}>
       </td>
-      <td><{$obj->getShow('com_title')}></td>
-      <td><{$obj->getShow('com_created')|xoops_formattimestamp:l}></td>
-      <td><{$obj->getShow('com_modified')|xoops_formattimestamp:l}></td>
-      <td><a href="<{$smarty.const.XOOPS_URL}>/modules/user/index.php?action=UserInfo&uid=<{$obj->getShow('com_uid')}>"><{if $obj->mUser}><{$obj->mUser->getShow('uname')}><{else}><{$smarty.const._GUESTS}><{/if}></a></td>
-      <td><{$obj->getShow('com_ip')}></td>
-      <td>
+      <td class="base_list_title"><{$obj->getShow('com_title')}></td>
+      <td class="base_list_date"><{$obj->getShow('com_created')|xoops_formattimestamp:l}></td>
+      <td class="base_list_date"><{$obj->getShow('com_modified')|xoops_formattimestamp:l}></td>
+      <td class="base_list_order"><a href="<{$smarty.const.XOOPS_URL}>/modules/user/index.php?action=UserInfo&uid=<{$obj->getShow('com_uid')}>"><{if $obj->mUser}><{$obj->mUser->getShow('uname')}><{else}><{$smarty.const._GUESTS}><{/if}></a></td>
+      <td class="base_list_select"><{$obj->getShow('com_ip')}></td>
+      <td class="base_list_control">
         <{if $obj->get('com_status') == 2}>
           <img src="<{"icons/active.gif"|theme}>" />
         <{/if}>
Index: xoops2jp/html/modules/base/admin/templates/module_list_confirm.html
diff -u xoops2jp/html/modules/base/admin/templates/module_list_confirm.html:1.1.2.10 xoops2jp/html/modules/base/admin/templates/module_list_confirm.html:1.1.2.11
--- xoops2jp/html/modules/base/admin/templates/module_list_confirm.html:1.1.2.10	Sat Aug 19 18:39:44 2006
+++ xoops2jp/html/modules/base/admin/templates/module_list_confirm.html	Sat Aug 19 20:06:35 2006
@@ -24,14 +24,14 @@
       <{if $actionForm->get('name',$mid) == $moduleObjects[$mid]->getProperty('name')}>
         <{$actionForm->get('name',$mid)|escape}>
       <{else}>
-         (<{$moduleObjects[$mid]->getShow('name')}>) &raquo; <b style="color:#ff0000;"><{$actionForm->get('name',$mid)|escape}></b>
+         (<{$moduleObjects[$mid]->getShow('name')}>) &raquo; <b  class="base_module_error"><{$actionForm->get('name',$mid)|escape}></b>
       <{/if}>
     </td>
     <td class="base_list_order">
       <{if $actionForm->get('weight',$mid) == $moduleObjects[$mid]->getProperty('weight')}>
         <{$actionForm->get('weight',$mid)|escape}>
       <{else}>
-         (<{$moduleObjects[$mid]->getShow('weight')}>) &raquo; <b style="color:#ff0000;"><{$actionForm->get('weight',$mid)|escape}></b>
+         (<{$moduleObjects[$mid]->getShow('weight')}>) &raquo; <b  class="base_module_error"><{$actionForm->get('weight',$mid)|escape}></b>
       <{/if}>
     </td>
     <td class="base_list_select">
@@ -44,7 +44,7 @@
           <{$smarty.const._AD_BASE_LANG_DEACTIVATE}>
         <{/if}>) 
         &raquo;
-        <b style="color:#ff0000;">
+        <b class="base_module_error">
         <{if $actionForm->get('isactive',$mid) == 1}>
           <{$smarty.const._AD_BASE_LANG_ISACTIVE}>
         <{else}>
Index: xoops2jp/html/modules/base/admin/templates/module_update.html
diff -u xoops2jp/html/modules/base/admin/templates/module_update.html:1.1.2.10 xoops2jp/html/modules/base/admin/templates/module_update.html:1.1.2.11
--- xoops2jp/html/modules/base/admin/templates/module_update.html:1.1.2.10	Fri Aug 18 20:29:46 2006
+++ xoops2jp/html/modules/base/admin/templates/module_update.html	Sat Aug 19 20:06:35 2006
@@ -26,9 +26,9 @@
     <th colspan="3"><{$smarty.const._AD_BASE_LANG_MODUPDATE_CONF}></th>
   </tr>
   <tr>
-    <td class="head" rowspan="6" style="text-align:center;">
+    <td class="head base_list_image" rowspan="6">
       <img src="<{$xoops_url}>/modules/<{$module->getShow('dirname')}>/<{$module->modinfo.image}>" alt="<{$module->getShow('name')}>" title="<{$module->getShow('name')}>" />
-      <div><{$module->modinfo.name|escape}></div>
+      <div class="base_list_title"><{$module->modinfo.name|escape}></div>
     </td>
 	<td class="head"><{$smarty.const._AD_BASE_LANG_NAME}></td>
 	<td class="<{cycle values='odd,even'}>"><{$module->getShow('name')}></td>
Index: xoops2jp/html/modules/base/admin/templates/module_information.html
diff -u xoops2jp/html/modules/base/admin/templates/module_information.html:1.1.2.13 xoops2jp/html/modules/base/admin/templates/module_information.html:1.1.2.14
--- xoops2jp/html/modules/base/admin/templates/module_information.html:1.1.2.13	Fri Aug 18 20:29:46 2006
+++ xoops2jp/html/modules/base/admin/templates/module_information.html	Sat Aug 19 20:06:35 2006
@@ -15,9 +15,9 @@
     <th colspan="3"><{$smarty.const._AD_BASE_LANG_MOD_BASIC_INFO}></th>
   </tr>
   <tr>
-    <td class="head" rowspan="6" style="text-align:center;">
+    <td class="head base_list_image" rowspan="6">
       <img src="<{$xoops_url}>/modules/<{$module->getShow('dirname')}>/<{$module->modinfo.image}>" alt="<{$module->getShow('name')}>" title="<{$module->getShow('name')}>" />
-      <div><{$module->modinfo.name|escape}></div>
+      <div class="base_list_title"><{$module->modinfo.name|escape}></div>
     </td>
 	<td class="head"><{$smarty.const._AD_BASE_LANG_NAME}></td>
 	<td class="<{cycle values='odd,even'}>"><{$module->getShow('name')}></td>
@@ -30,7 +30,7 @@
 	<td class="head"><{$smarty.const._AD_BASE_LANG_VERSION}></td>
 	<td class="<{cycle values='odd,even'}>"><{math equation="v/100" v=$module->get('version') format="%.2f"}>
 	<{if $module->get('version') != $module->modinfo.version * 100 }>
-	  &raquo; <b style="color:red;"><{math equation=$module->modinfo.version format="%.2f"}></b>
+	  &raquo; <b class="base_module_warning"><{math equation=$module->modinfo.version format="%.2f"}></b>
 	<{/if}>
 	</td>
   </tr>
Index: xoops2jp/html/modules/base/admin/templates/comment_list.html
diff -u xoops2jp/html/modules/base/admin/templates/comment_list.html:1.1.2.19 xoops2jp/html/modules/base/admin/templates/comment_list.html:1.1.2.20
--- xoops2jp/html/modules/base/admin/templates/comment_list.html:1.1.2.19	Sat Aug 19 18:39:44 2006
+++ xoops2jp/html/modules/base/admin/templates/comment_list.html	Sat Aug 19 20:06:35 2006
@@ -5,6 +5,7 @@
 
 <h3 class="admintitle"><{$smarty.const._MI_BASE_MENU_COMMENT_MANAGE}></h3>
 
+<div class="base_comment_search">
 <form method="get" action="./index.php">
   <input type="hidden" name="action" value="CommentList" />
   <select name="com_modid">
@@ -18,7 +19,6 @@
       <{/if}>
     <{/foreach}>
   </select>
-
   <select name="com_status">
     <option value="0"><{$smarty.const._AD_BASE_LANG_ALL_STATUS}></option>
     <{foreach item=status from=$statusArr}>
@@ -29,9 +29,9 @@
       <{/if}>
     <{/foreach}>
   </select>
-
   <input type="submit" value="<{$smarty.const._SUBMIT}>" />
 </form>
+</div>
 
 <table class="outer">
   <tr>
@@ -69,12 +69,26 @@
           <{$obj->mModule->getShow('name')}>
         <{/if}>
       </td>
-      <td class="base_list_title"><a href="./index.php?action=CommentView&amp;com_id=<{$obj->getShow('com_id')}>"><{$obj->getShow('com_title')}></a></td>
+      <td class="base_list_title">
+        <{if $obj->getShow('com_icon')}>
+          <img src="<{$smarty.const.XOOPS_URL}>/images/subject/<{$obj->getShow('com_icon')}>" />
+        <{else}>
+          <img src="<{$smarty.const.XOOPS_URL}>/images/icons/no_posticon.gif" />
+        <{/if}>
+        <a href="./index.php?action=CommentView&amp;com_id=<{$obj->getShow('com_id')}>"><{$obj->getShow('com_title')}></a></td>
       <td class="base_list_date"><{$obj->getShow('com_created')|xoops_formattimestamp:l}></td>
       <td class="base_list_date"><{$obj->getShow('com_modified')|xoops_formattimestamp:l}></td>
-      <td><a href="<{$smarty.const.XOOPS_URL}>/modules/user/index.php?action=UserInfo&uid=<{$obj->getShow('com_uid')}>"><{if $obj->mUser}><{$obj->mUser->getShow('uname')}><{else}><{$smarty.const._GUESTS}><{/if}></a></td>
-      <td><{$obj->getShow('com_ip')}></td>
-      <td><{$obj->mStatus->getShow('name')}></td>
+      <td class="base_list_name">
+        <a href="<{$smarty.const.XOOPS_URL}>/modules/user/index.php?action=UserInfo&uid=<{$obj->getShow('com_uid')}>">
+        <{if $obj->mUser}>
+          <{$obj->mUser->getShow('uname')}>
+        <{else}>
+          <{$smarty.const._GUESTS}>
+        <{/if}>
+        </a>
+      </td>
+      <td class="base_list_order"><{$obj->getShow('com_ip')}></td>
+      <td class="base_list_select"><{$obj->mStatus->getShow('name')}></td>
       <td class="base_list_control">
         <a href="./index.php?action=CommentView&amp;com_id=<{$obj->getShow('com_id')}>"><img src="<{"icons/property.gif"|theme}>" alt="<{$smarty.const._VIEW}>" title="<{$smarty.const._VIEW}>" /></a>
         <a href="./index.php?action=CommentEdit&amp;com_id=<{$obj->getShow('com_id')}>"><img src="<{"icons/edit.gif"|theme}>" alt="<{$smarty.const._EDIT}>" title="<{$smarty.const._EDIT}>" /></a>
Index: xoops2jp/html/modules/base/admin/templates/module_install.html
diff -u xoops2jp/html/modules/base/admin/templates/module_install.html:1.1.2.11 xoops2jp/html/modules/base/admin/templates/module_install.html:1.1.2.12
--- xoops2jp/html/modules/base/admin/templates/module_install.html:1.1.2.11	Fri Aug 18 20:29:46 2006
+++ xoops2jp/html/modules/base/admin/templates/module_install.html	Sat Aug 19 20:06:35 2006
@@ -27,7 +27,7 @@
     <th colspan="3"><{$smarty.const._AD_BASE_LANG_MODINSTALL_CONF}></th>
   </tr>
   <tr>
-    <td class="head" rowspan="6" style="text-align:center;">
+    <td class="head base_list_image" rowspan="6">
       <img src="<{$xoops_url}>/modules/<{$module->getShow('dirname')}>/<{$module->modinfo.image}>" />
       <div><{$module->modinfo.name|escape}></div>
     </td>
@@ -42,7 +42,7 @@
 	<td class="head"><{$smarty.const._AD_BASE_LANG_VERSION}></td>
 	<td class="<{cycle values='odd,even'}>"><{math equation="v/100" v=$module->get('version') format="%.2f"}>
 	<{if $module->get('version') != $module->modinfo.version * 100 }>
-	  &raquo; <b style="color:red;"><{math equation=$module->modinfo.version format="%.2f"}></b>
+	  &raquo; <b class="base_module_warning"><{math equation=$module->modinfo.version format="%.2f"}></b>
 	<{/if}>
 	</td>
   </tr>
Index: xoops2jp/html/modules/base/admin/templates/comment_view.html
diff -u xoops2jp/html/modules/base/admin/templates/comment_view.html:1.1.2.7 xoops2jp/html/modules/base/admin/templates/comment_view.html:1.1.2.8
--- xoops2jp/html/modules/base/admin/templates/comment_view.html:1.1.2.7	Fri Aug 18 20:29:46 2006
+++ xoops2jp/html/modules/base/admin/templates/comment_view.html	Sat Aug 19 20:06:35 2006
@@ -32,7 +32,12 @@
     </tr>
     <tr>
       <td class="head"><{$smarty.const._MD_BASE_LANG_COM_ICON}></td>
-      <td class="<{cycle values="odd,even"}>"><img src="<{$smarty.const.XOOPS_URL}>/images/subject/<{$object->getShow('com_icon')}>" /></td>
+      <td class="<{cycle values="odd,even"}>">
+        <{if $object->getShow('com_icon')}>
+          <img src="<{$smarty.const.XOOPS_URL}>/images/subject/<{$object->getShow('com_icon')}>" />
+        <{else}>
+          <img src="<{$smarty.const.XOOPS_URL}>/images/icons/no_posticon.gif" />
+        <{/if}>
     </tr>
     <tr>
       <td class="head"><{$smarty.const._AD_BASE_LANG_COM_CREATED}></td>
@@ -104,15 +109,15 @@
     <th><{$smarty.const._AD_BASE_LANG_COM_STATUS}><br />
   </tr>
   <{foreach item=obj from=$children}>
-    <tr class="<{cycle values='odd,even'}>" style="text-align:center">
-      <td><{$obj->getShow('com_id')}></td>
-      <td><{$obj->mModule->getShow('name')}></td>
-      <td><{$obj->getShow('com_title')}></td>
-      <td><{$obj->get('com_created')|xoops_formattimestamp:l}></td>
-      <td><{$obj->get('com_modified')|xoops_formattimestamp:l}></td>
-      <td><a href="<{$smarty.const.XOOPS_URL}>/modules/user/index.php?action=UserInfo&uid=<{$obj->getShow('com_uid')}>"><{if $obj->mUser}><{$obj->mUser->getShow('uname')}><{else}><{$smarty.const._GUESTS}><{/if}></a></td>
-      <td><{$obj->getShow('com_ip')}></td>
-      <td>
+    <tr class="<{cycle values='odd,even'}>">
+      <td class="base_list_id"><{$obj->getShow('com_id')}></td>
+      <td class="base_list_name"><{$obj->mModule->getShow('name')}></td>
+      <td class="base_list_title"><{$obj->getShow('com_title')}></td>
+      <td class="base_list_date"><{$obj->get('com_created')|xoops_formattimestamp:l}></td>
+      <td class="base_list_date"><{$obj->get('com_modified')|xoops_formattimestamp:l}></td>
+      <td class="base_list_name"><a href="<{$smarty.const.XOOPS_URL}>/modules/user/index.php?action=UserInfo&uid=<{$obj->getShow('com_uid')}>"><{if $obj->mUser}><{$obj->mUser->getShow('uname')}><{else}><{$smarty.const._GUESTS}><{/if}></a></td>
+      <td class="base_list_order"><{$obj->getShow('com_ip')}></td>
+      <td class="base_list_select">
         <{if $obj->get('com_status') == 2 }>
           <img src="<{"icons/active.gif"|theme}>" />
         <{/if}>
Index: xoops2jp/html/modules/base/admin/templates/module_install_success.html
diff -u xoops2jp/html/modules/base/admin/templates/module_install_success.html:1.1.2.12 xoops2jp/html/modules/base/admin/templates/module_install_success.html:1.1.2.13
--- xoops2jp/html/modules/base/admin/templates/module_install_success.html:1.1.2.12	Fri Aug 18 20:29:46 2006
+++ xoops2jp/html/modules/base/admin/templates/module_install_success.html	Sat Aug 19 20:06:35 2006
@@ -12,11 +12,11 @@
 <ul>
 <{foreach item=msg from=$log}>
   <{if $msg.type=="error"}>
-    <li style="color:red;"><{$msg.message|escape}></li>
+    <li class="base_modinstall_error"><{$msg.message|escape}></li>
   <{elseif $msg.type=="warning"}>
-    <li style="color:blue;"><{$msg.message|escape}></li>
+    <li class="base_modinstall_warning"><{$msg.message|escape}></li>
   <{else}>
-    <li><{$msg.message|escape}></li>
+    <li class="base_modinstall_message"><{$msg.message|escape}></li>
   <{/if}>
 <{/foreach}>
 </ul>
Index: xoops2jp/html/modules/base/admin/templates/module_update_success.html
diff -u xoops2jp/html/modules/base/admin/templates/module_update_success.html:1.1.2.10 xoops2jp/html/modules/base/admin/templates/module_update_success.html:1.1.2.11
--- xoops2jp/html/modules/base/admin/templates/module_update_success.html:1.1.2.10	Fri Aug 18 20:29:46 2006
+++ xoops2jp/html/modules/base/admin/templates/module_update_success.html	Sat Aug 19 20:06:35 2006
@@ -10,13 +10,13 @@
 <ul>
 <{foreach item=msg from=$log}>
   <{if $msg.type=="error"}>
-    <li style="color:red;"><{$msg.message|escape}></li>
+    <li class="base_module_error"><{$msg.message|escape}></li>
   <{elseif $msg.type=="warning"}>
-    <li style="color:blue;"><{$msg.message|escape}></li>
+    <li class="base_module_warning"><{$msg.message|escape}></li>
   <{else}>
-    <li><{$msg.message|escape}></li>
+    <li class="base_module_message"><{$msg.message|escape}></li>
   <{/if}>
 <{/foreach}>
 </ul>
 
-<p><b>&raquo; <a href="index.php?action=ModuleList"><{$smarty.const._AD_BASE_LANG_MODLIST}></a></b></p>
+<p>&raquo; <a href="index.php?action=ModuleList"><b><{$smarty.const._AD_BASE_LANG_MODLIST}></b></a></p>
Index: xoops2jp/html/modules/base/admin/templates/module_uninstall_success.html
diff -u xoops2jp/html/modules/base/admin/templates/module_uninstall_success.html:1.1.2.9 xoops2jp/html/modules/base/admin/templates/module_uninstall_success.html:1.1.2.10
--- xoops2jp/html/modules/base/admin/templates/module_uninstall_success.html:1.1.2.9	Fri Aug 18 20:29:46 2006
+++ xoops2jp/html/modules/base/admin/templates/module_uninstall_success.html	Sat Aug 19 20:06:35 2006
@@ -9,14 +9,14 @@
 <h4 class="admintitle"><{$smarty.const._AD_BASE_LANG_MODUNINSTALL_LOG}></h4>
 <ul>
 <{foreach item=msg from=$log}>
-  <{if $msg.type=="error"}>
-    <li style="color:red;"><{$msg.message|escape}></li>
-  <{elseif $msg.type=="warning"}>
-    <li style="color:blue;"><{$msg.message|escape}></li>
+  <{if $msg.type == "error"}>
+    <li class="base_module_error"><{$msg.message|escape}></li>
+  <{elseif $msg.type == "warning"}>
+    <li class="base_module_warning"><{$msg.message|escape}></li>
   <{else}>
-    <li><{$msg.message|escape}></li>
+    <li class="base_module_message"><{$msg.message|escape}></li>
   <{/if}>
 <{/foreach}>
 </ul>
 
-<p><b>&raquo; <a href="index.php?action=ModuleList"><{$smarty.const._AD_BASE_LANG_MODLIST}></a></b></p>
+<p>&raquo; <a href="index.php?action=ModuleList"><b><{$smarty.const._AD_BASE_LANG_MODLIST}></b></a></p>
Index: xoops2jp/html/modules/base/admin/templates/install_wizard_error.html
diff -u xoops2jp/html/modules/base/admin/templates/install_wizard_error.html:1.1.2.3 xoops2jp/html/modules/base/admin/templates/install_wizard_error.html:1.1.2.4
--- xoops2jp/html/modules/base/admin/templates/install_wizard_error.html:1.1.2.3	Mon Aug 14 21:16:18 2006
+++ xoops2jp/html/modules/base/admin/templates/install_wizard_error.html	Sat Aug 19 20:06:35 2006
@@ -3,11 +3,11 @@
 <ul>
 <{foreach item=msg from=$log}>
   <{if $msg.type=="error"}>
-    <li style="color:red;"><{$msg.message|escape}></li>
+    <li class="base_module_error"><{$msg.message|escape}></li>
   <{elseif $msg.type=="warning"}>
-    <li style="color:blue;"><{$msg.message|escape}></li>
+    <li class="base_module_warning"><{$msg.message|escape}></li>
   <{else}>
-    <li><{$msg.message|escape}></li>
+    <li class="base_module_message"><{$msg.message|escape}></li>
   <{/if}>
 <{/foreach}>
 </ul>


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