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

Back to archive index

Tom Hayakawa tom_g3x****@users*****
2006年 8月 14日 (月) 21:16:19 JST


Index: xoops2jp/html/modules/base/admin/templates/module_update.html
diff -u xoops2jp/html/modules/base/admin/templates/module_update.html:1.1.2.7 xoops2jp/html/modules/base/admin/templates/module_update.html:1.1.2.8
--- xoops2jp/html/modules/base/admin/templates/module_update.html:1.1.2.7	Mon Aug 14 21:05:18 2006
+++ xoops2jp/html/modules/base/admin/templates/module_update.html	Mon Aug 14 21:16:18 2006
@@ -18,7 +18,7 @@
 </div>
 <{/if}>
 
-<form method="post" action="#">
+<form method="post" action="">
 <{xoops_token form=$actionForm}>
 <{xoops_input type=hidden name=dirname value=$module->get('dirname')}>
 <table class="outer">
Index: xoops2jp/html/modules/base/admin/templates/legacy_xoops_error.html
diff -u xoops2jp/html/modules/base/admin/templates/legacy_xoops_error.html:1.1.2.2 xoops2jp/html/modules/base/admin/templates/legacy_xoops_error.html:1.1.2.3
--- xoops2jp/html/modules/base/admin/templates/legacy_xoops_error.html:1.1.2.2	Fri Feb  3 23:34:09 2006
+++ xoops2jp/html/modules/base/admin/templates/legacy_xoops_error.html	Mon Aug 14 21:16:18 2006
@@ -1,6 +1,6 @@
 <div class="<{$style}>">
   <{if $title}>
-    <h4><{$title}></h4>
+    <h4 class="admintitle"><{$title}></h4>
   <{/if}>
   <{if is_array($message)}>
     <{foreach item=msg from=$message}>
Index: xoops2jp/html/modules/base/admin/templates/module_list.html
diff -u xoops2jp/html/modules/base/admin/templates/module_list.html:1.1.2.14 xoops2jp/html/modules/base/admin/templates/module_list.html:1.1.2.15
--- xoops2jp/html/modules/base/admin/templates/module_list.html:1.1.2.14	Mon Aug 14 21:05:18 2006
+++ xoops2jp/html/modules/base/admin/templates/module_list.html	Mon Aug 14 21:16:18 2006
@@ -19,7 +19,7 @@
 </div>
 <{/if}>
 
-<form method="post" action="#">
+<form method="post" action="">
 <{xoops_token form=$actionForm}>
 <table class="outer">
   <tr>
Index: xoops2jp/html/modules/base/admin/templates/module_install.html
diff -u xoops2jp/html/modules/base/admin/templates/module_install.html:1.1.2.8 xoops2jp/html/modules/base/admin/templates/module_install.html:1.1.2.9
--- xoops2jp/html/modules/base/admin/templates/module_install.html:1.1.2.8	Mon Aug 14 21:05:18 2006
+++ xoops2jp/html/modules/base/admin/templates/module_install.html	Mon Aug 14 21:16:18 2006
@@ -19,7 +19,7 @@
 </div>
 <{/if}>
 
-<form  method="post" action="#">
+<form  method="post" action="">
 <{xoops_token form=$actionForm}>
 <input type="hidden" name="dirname" value="<{$module->getShow('dirname')}>" />
 <table class="outer">
Index: xoops2jp/html/modules/base/admin/templates/legacy_xoops_confirm.html
diff -u xoops2jp/html/modules/base/admin/templates/legacy_xoops_confirm.html:1.1.2.2 xoops2jp/html/modules/base/admin/templates/legacy_xoops_confirm.html:1.1.2.3
--- xoops2jp/html/modules/base/admin/templates/legacy_xoops_confirm.html:1.1.2.2	Wed Jan 25 18:23:28 2006
+++ xoops2jp/html/modules/base/admin/templates/legacy_xoops_confirm.html	Mon Aug 14 21:16:18 2006
@@ -1,5 +1,5 @@
 <div class='confirmMsg'>
-  <h4><{$message}></h4>
+  <h4 class="admintitle"><{$message}></h4>
   <form method="post" action="<{$action|escape}>">
     <{xoops_input type=hidden name=$tokenName value=$tokenValue}>
     <{foreach key=key item=value from=$hiddens}>
Index: xoops2jp/html/modules/base/admin/templates/legacy_xoops_result.html
diff -u xoops2jp/html/modules/base/admin/templates/legacy_xoops_result.html:1.1.2.1 xoops2jp/html/modules/base/admin/templates/legacy_xoops_result.html:1.1.2.2
--- xoops2jp/html/modules/base/admin/templates/legacy_xoops_result.html:1.1.2.1	Wed Jan 25 12:44:20 2006
+++ xoops2jp/html/modules/base/admin/templates/legacy_xoops_result.html	Mon Aug 14 21:16:18 2006
@@ -1,6 +1,6 @@
 <div class="resultMsg">
   <{if $title}>
-    <h4><{$title}></h4>
+    <h4 class="admintitle"><{$title}></h4>
   <{/if}>
   <{if is_array($message)}>
     <{foreach item=msg from=$message}>
Index: xoops2jp/html/modules/base/admin/templates/legacy_admin_actionsearch_error.html
diff -u xoops2jp/html/modules/base/admin/templates/legacy_admin_actionsearch_error.html:1.1.2.1 xoops2jp/html/modules/base/admin/templates/legacy_admin_actionsearch_error.html:1.1.2.2
--- xoops2jp/html/modules/base/admin/templates/legacy_admin_actionsearch_error.html:1.1.2.1	Fri Aug 11 20:02:28 2006
+++ xoops2jp/html/modules/base/admin/templates/legacy_admin_actionsearch_error.html	Mon Aug 14 21:16:18 2006
@@ -1,6 +1,6 @@
 <{include file="legacy_admin_actionsearch_form.html"}>
 
-<h4><{$smarty.const._MB_A_BASE_LANG_RESULT}></h4>
+<h4 class="admintitle"><{$smarty.const._MB_A_BASE_LANG_RESULT}></h4>
 
 <div class="error">
   <ul>
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.6 xoops2jp/html/modules/base/admin/templates/module_uninstall_success.html:1.1.2.7
--- xoops2jp/html/modules/base/admin/templates/module_uninstall_success.html:1.1.2.6	Mon Aug 14 21:05:18 2006
+++ xoops2jp/html/modules/base/admin/templates/module_uninstall_success.html	Mon Aug 14 21:16:18 2006
@@ -6,7 +6,7 @@
 
 <h3 class="admintitle"><{$smarty.const._MD_A_BASE_LANG_MODUNINSTALL_SUCCESS}></h3>
 
-<h4><{$smarty.const._MD_A_BASE_LANG_MODUNINSTALL_LOG}></h4>
+<h4 class="admintitle"><{$smarty.const._MD_A_BASE_LANG_MODUNINSTALL_LOG}></h4>
 <ul>
 <{foreach item=msg from=$log}>
   <{if $msg.type=="error"}>
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.9 xoops2jp/html/modules/base/admin/templates/module_install_success.html:1.1.2.10
--- xoops2jp/html/modules/base/admin/templates/module_install_success.html:1.1.2.9	Mon Aug 14 21:05:18 2006
+++ xoops2jp/html/modules/base/admin/templates/module_install_success.html	Mon Aug 14 21:16:18 2006
@@ -7,7 +7,7 @@
 
 <h3 class="admintitle"><{$smarty.const._MD_A_BASE_LANG_MODINSTALL_SUCCESS}></h3>
 
-<h4><{$smarty.const._MD_A_BASE_LANG_MODINSTALL_LOG}></h4>
+<h4 class="admintitle"><{$smarty.const._MD_A_BASE_LANG_MODINSTALL_LOG}></h4>
 
 <ul>
 <{foreach item=msg from=$log}>
Index: xoops2jp/html/modules/base/admin/templates/module_information.html
diff -u xoops2jp/html/modules/base/admin/templates/module_information.html:1.1.2.10 xoops2jp/html/modules/base/admin/templates/module_information.html:1.1.2.11
--- xoops2jp/html/modules/base/admin/templates/module_information.html:1.1.2.10	Mon Aug 14 21:05:18 2006
+++ xoops2jp/html/modules/base/admin/templates/module_information.html	Mon Aug 14 21:16:18 2006
@@ -9,7 +9,7 @@
 
 <h3 class="admintitle"><{$smarty.const._MD_A_BASE_LANG_INFORMATION}></h3>
 
-<h5><{$smarty.const._MD_A_BASE_LANG_MOD_BASIC_INFO}></h5>
+<h5 class="admintitle"><{$smarty.const._MD_A_BASE_LANG_MOD_BASIC_INFO}></h5>
 <table class="outer">
   <tr>
     <th colspan="3"><{$smarty.const._MD_A_BASE_LANG_MOD_BASIC_INFO}></th>
@@ -61,7 +61,7 @@
 </table>
 
 <hr />
-<h5><{$smarty.const._MD_A_BASE_LANG_MOD_LICENSE_INFO}></h5>
+<h5 class="admintitle"><{$smarty.const._MD_A_BASE_LANG_MOD_LICENSE_INFO}></h5>
 <table class="outer">
   <tr>
 	<td class="head" style="width:30%;"><{$smarty.const._MD_A_BASE_LANG_MODULE_LICENSE}></td>
@@ -78,7 +78,7 @@
 </table>
 
 <hr />
-<h5><{$smarty.const._MD_A_BASE_LANG_SQL_INFO}></h5>
+<h5 class="admintitle"><{$smarty.const._MD_A_BASE_LANG_SQL_INFO}></h5>
 <{if $module->modinfo.tables}>
 <table class="outer">
   <tr>
@@ -114,7 +114,7 @@
 <{/if}>
 
 <hr />
-<h5><{$smarty.const._MD_A_BASE_LANG_MAINMENU_INFO}></h5>
+<h5 class="admintitle"><{$smarty.const._MD_A_BASE_LANG_MAINMENU_INFO}></h5>
 <{if $module->get('hasmain')}>
 
 <table class="outer">
@@ -147,7 +147,7 @@
 <{/if}>
 
 <hr />
-<h5><{$smarty.const._MD_A_BASE_LANG_ADMIN_MENU}></h5>
+<h5 class="admintitle"><{$smarty.const._MD_A_BASE_LANG_ADMIN_MENU}></h5>
 <{if $module->get('hasadmin')}>
 <table class="outer">
   <tr>
@@ -190,7 +190,7 @@
 
 
 <hr />
-<h5><{$smarty.const._MD_A_BASE_LANG_TEMPLATE_INFO}></h5>
+<h5 class="admintitle"><{$smarty.const._MD_A_BASE_LANG_TEMPLATE_INFO}></h5>
 <{if $module->modinfo.templates}>
 <table class="outer">
   <tr>
@@ -222,7 +222,7 @@
 <{/if}>
 
 <hr />
-<h5><{$smarty.const._MD_A_BASE_LANG_BLOCKS_INFO}></h5>
+<h5 class="admintitle"><{$smarty.const._MD_A_BASE_LANG_BLOCKS_INFO}></h5>
 
 <{foreach from=$module->modinfo.blocks item=block key=block_num }>
 <table class="outer">
@@ -247,7 +247,7 @@
 <{/foreach}>
 
 <hr />
-<h5><{$smarty.const._MD_A_BASE_LANG_CONFIG_INFO}></h5>
+<h5 class="admintitle"><{$smarty.const._MD_A_BASE_LANG_CONFIG_INFO}></h5>
 
 <{foreach from=$module->modinfo.config item=config key=conf_num}>
 <table class="outer">
@@ -278,7 +278,7 @@
 <{/foreach}>
 
 <hr />
-<h5><{$smarty.const._MD_A_BASE_LANG_FEATURE_SVC_INFO}></h5>
+<h5 class="admintitle"><{$smarty.const._MD_A_BASE_LANG_FEATURE_SVC_INFO}></h5>
 <table class="outer">
 <{if $module->get('hassearch')}>
   <tr>
Index: xoops2jp/html/modules/base/admin/templates/install_wizard_licence.html
diff -u xoops2jp/html/modules/base/admin/templates/install_wizard_licence.html:1.1.2.5 xoops2jp/html/modules/base/admin/templates/install_wizard_licence.html:1.1.2.6
--- xoops2jp/html/modules/base/admin/templates/install_wizard_licence.html:1.1.2.5	Mon Aug 14 21:05:18 2006
+++ xoops2jp/html/modules/base/admin/templates/install_wizard_licence.html	Mon Aug 14 21:16:18 2006
@@ -17,7 +17,7 @@
 </div>
 <{/if}>
 
-<form method="post" action="#">
+<form method="post" action="">
 <{xoops_token form=$actionForm}>
 <{xoops_input type=hidden name=dirname value=$actionForm->get('dirname')}>
 <table class="outer">
Index: xoops2jp/html/modules/base/admin/templates/module_uninstall.html
diff -u xoops2jp/html/modules/base/admin/templates/module_uninstall.html:1.1.2.5 xoops2jp/html/modules/base/admin/templates/module_uninstall.html:1.1.2.6
--- xoops2jp/html/modules/base/admin/templates/module_uninstall.html:1.1.2.5	Mon Aug 14 21:05:18 2006
+++ xoops2jp/html/modules/base/admin/templates/module_uninstall.html	Mon Aug 14 21:16:18 2006
@@ -20,7 +20,7 @@
 </div>
 <{/if}>
 
-<form  method="post" action="#">
+<form  method="post" action="">
 <{xoops_token form=$actionForm}>
 <{xoops_input type=hidden name=dirname value=$module->get('dirname')}>
 
Index: xoops2jp/html/modules/base/admin/templates/install_wizard.html
diff -u xoops2jp/html/modules/base/admin/templates/install_wizard.html:1.1.2.4 xoops2jp/html/modules/base/admin/templates/install_wizard.html:1.1.2.5
--- xoops2jp/html/modules/base/admin/templates/install_wizard.html:1.1.2.4	Mon Aug 14 21:05:18 2006
+++ xoops2jp/html/modules/base/admin/templates/install_wizard.html	Mon Aug 14 21:16:18 2006
@@ -11,7 +11,7 @@
   <li><{$smarty.const._MD_A_BASE_LANG_MODINSTALL_ADVICE|replace:"_%s_":$module->getShow('name')}>
 </ul>
 
-<form method="post" action="#">
+<form method="post" action="">
 <{xoops_token form=$actionForm}>
 <input type="hidden" name="dirname" value="<{$module->getShow('dirname')}>" />
 <table class="outer">
@@ -23,7 +23,7 @@
       <img src="<{$xoops_url}>/modules/<{$module->getShow('dirname')}>/<{$module->modinfo.installer.image|escape}>" alt="<{$module->getShow('name')}>" title="<{$module->getShow('name')}>" />
     </td>
     <td class="even" valign="top">
-      <h4><{$module->getShow('name')}></h4>
+      <h4 class="admintitle"><{$module->getShow('name')}></h4>
       <ul>
         <{foreach item=item from=$module->modinfo.installer.description}>
           <li><{$item|escape}>
Index: xoops2jp/html/modules/base/admin/templates/legacy_admin_actionsearch_success.html
diff -u xoops2jp/html/modules/base/admin/templates/legacy_admin_actionsearch_success.html:1.1.2.5 xoops2jp/html/modules/base/admin/templates/legacy_admin_actionsearch_success.html:1.1.2.6
--- xoops2jp/html/modules/base/admin/templates/legacy_admin_actionsearch_success.html:1.1.2.5	Tue Aug  1 19:45:55 2006
+++ xoops2jp/html/modules/base/admin/templates/legacy_admin_actionsearch_success.html	Mon Aug 14 21:16:18 2006
@@ -1,6 +1,6 @@
 <{include file="legacy_admin_actionsearch_form.html"}>
 
-<h4><{$smarty.const._MB_A_BASE_LANG_RESULT}></h4>
+<h4 class="admintitle"><{$smarty.const._MB_A_BASE_LANG_RESULT}></h4>
 
 <ul>
   <{foreach item=record from=$records}>
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.7 xoops2jp/html/modules/base/admin/templates/module_update_success.html:1.1.2.8
--- xoops2jp/html/modules/base/admin/templates/module_update_success.html:1.1.2.7	Mon Aug 14 21:05:18 2006
+++ xoops2jp/html/modules/base/admin/templates/module_update_success.html	Mon Aug 14 21:16:18 2006
@@ -6,7 +6,7 @@
 
 <h3 class="admintitle"><{$smarty.const._MD_A_BASE_LANG_MODUPDATE_SUCCESS}></h3>
 
-<h4><{$smarty.const._MD_A_BASE_LANG_MODUPDATE_LOG}></h4>
+<h4 class="admintitle"><{$smarty.const._MD_A_BASE_LANG_MODUPDATE_LOG}></h4>
 <ul>
 <{foreach item=msg from=$log}>
   <{if $msg.type=="error"}>
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.2 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.2	Tue Aug  1 19:45:07 2006
+++ xoops2jp/html/modules/base/admin/templates/install_wizard_error.html	Mon Aug 14 21:16:18 2006
@@ -1,4 +1,4 @@
-<h4><{$smarty.const._ERROR}></h4>
+<h4 class="admintitle"><{$smarty.const._ERROR}></h4>
 
 <ul>
 <{foreach item=msg from=$log}>


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