Tom Hayakawa
tom_g3x****@users*****
2006年 6月 14日 (水) 01:12:53 JST
Index: xoops2jp/html/modules/legacyRender/admin/templates/tplset_upload_error.html diff -u xoops2jp/html/modules/legacyRender/admin/templates/tplset_upload_error.html:1.1.2.3 xoops2jp/html/modules/legacyRender/admin/templates/tplset_upload_error.html:1.1.2.4 --- xoops2jp/html/modules/legacyRender/admin/templates/tplset_upload_error.html:1.1.2.3 Mon Jun 12 01:08:03 2006 +++ xoops2jp/html/modules/legacyRender/admin/templates/tplset_upload_error.html Wed Jun 14 01:12:52 2006 @@ -1,12 +1,14 @@ <h3><{$smarty.const._AD_LEGACYRENDER_LANG_TPLSET_UPLOAD_RESULT}></h3> -<ul class="error"> +<div class="error"> +<ul> <{foreach item=message from=$errorMessages}> <li><{$message|escape}></li> <{/foreach}> </ul> - -<div class="toptab"> - [ <a href="./index.php?action=TplsetList"><{$smarty.const._AD_LEGACYRENDER_LANG_TEMPLATE_SET_LIST}></a> ] - [ <a href="./index.php?action=TplsetUpload"><{$smarty.const._AD_LEGACYRENDER_LANG_TPLSET_UPLOAD}></a> ] </div> + +<ul class="toptab"> + <li><a href="./index.php?action=TplsetList"><{$smarty.const._AD_LEGACYRENDER_LANG_TEMPLATE_SET_LIST}></a></li> + <li><a href="./index.php?action=TplsetUpload"><{$smarty.const._AD_LEGACYRENDER_LANG_TPLSET_UPLOAD}></a></li> +</ul> Index: xoops2jp/html/modules/legacyRender/admin/templates/tplfile_clone.html diff -u xoops2jp/html/modules/legacyRender/admin/templates/tplfile_clone.html:1.1.2.2 xoops2jp/html/modules/legacyRender/admin/templates/tplfile_clone.html:1.1.2.3 --- xoops2jp/html/modules/legacyRender/admin/templates/tplfile_clone.html:1.1.2.2 Sun Jun 11 23:05:34 2006 +++ xoops2jp/html/modules/legacyRender/admin/templates/tplfile_clone.html Wed Jun 14 01:12:52 2006 @@ -21,11 +21,13 @@ </script> <{if $actionForm->hasError()}> - <ul class="error"> +<div class="error"> + <ul> <{foreach item=message from=$actionForm->getErrorMessages()}> <li><{$message|escape}></li> <{/foreach}> </ul> +</div> <{/if}> <form action="./index.php?action=TplfileClone" method="post"> Index: xoops2jp/html/modules/legacyRender/admin/templates/tplfile_edit.html diff -u xoops2jp/html/modules/legacyRender/admin/templates/tplfile_edit.html:1.1.2.8 xoops2jp/html/modules/legacyRender/admin/templates/tplfile_edit.html:1.1.2.9 --- xoops2jp/html/modules/legacyRender/admin/templates/tplfile_edit.html:1.1.2.8 Sun Jun 11 23:05:34 2006 +++ xoops2jp/html/modules/legacyRender/admin/templates/tplfile_edit.html Wed Jun 14 01:12:52 2006 @@ -21,11 +21,13 @@ </script> <{if $actionForm->hasError()}> - <ul class="error"> +<div class="error"> + <ul> <{foreach item=message from=$actionForm->getErrorMessages()}> <li><{$message|escape}></li> <{/foreach}> </ul> +</div> <{/if}> <form action="" method="post"> Index: xoops2jp/html/modules/legacyRender/admin/templates/tplset_edit.html diff -u xoops2jp/html/modules/legacyRender/admin/templates/tplset_edit.html:1.1.2.8 xoops2jp/html/modules/legacyRender/admin/templates/tplset_edit.html:1.1.2.9 --- xoops2jp/html/modules/legacyRender/admin/templates/tplset_edit.html:1.1.2.8 Sun Jun 11 23:05:34 2006 +++ xoops2jp/html/modules/legacyRender/admin/templates/tplset_edit.html Wed Jun 14 01:12:52 2006 @@ -7,11 +7,13 @@ <h3><{$smarty.const._AD_LEGACYRENDER_LANG_TEMPLATE_SET_EDIT}></h3> <{if $actionForm->hasError()}> - <ul class="error"> +<div class="error"> + <ul> <{foreach item=message from=$actionForm->getErrorMessages()}> <li><{$message|escape}></li> <{/foreach}> </ul> +</div> <{/if}> <form action="./index.php?action=TplsetEdit" method="post"> Index: xoops2jp/html/modules/legacyRender/admin/templates/bannerclient_edit.html diff -u xoops2jp/html/modules/legacyRender/admin/templates/bannerclient_edit.html:1.1.2.3 xoops2jp/html/modules/legacyRender/admin/templates/bannerclient_edit.html:1.1.2.4 --- xoops2jp/html/modules/legacyRender/admin/templates/bannerclient_edit.html:1.1.2.3 Sun Jun 11 23:05:34 2006 +++ xoops2jp/html/modules/legacyRender/admin/templates/bannerclient_edit.html Wed Jun 14 01:12:52 2006 @@ -16,12 +16,15 @@ <{/if}> <{if $actionForm->hasError()}> - <ul class="error"> +<div class="error"> + <ul> <{foreach item=message from=$actionForm->getErrorMessages()}> <li><{$message|escape}></li> <{/foreach}> </ul> +</div> <{/if}> + <form action="index.php?action=BannerclientEdit" method="post"> <{xoops_token form=$actionForm}> <{xoops_input type=hidden name=cid value=$actionForm->getVar('cid')}> Index: xoops2jp/html/modules/legacyRender/admin/templates/tplset_clone.html diff -u xoops2jp/html/modules/legacyRender/admin/templates/tplset_clone.html:1.1.2.8 xoops2jp/html/modules/legacyRender/admin/templates/tplset_clone.html:1.1.2.9 --- xoops2jp/html/modules/legacyRender/admin/templates/tplset_clone.html:1.1.2.8 Sun Jun 11 23:05:34 2006 +++ xoops2jp/html/modules/legacyRender/admin/templates/tplset_clone.html Wed Jun 14 01:12:52 2006 @@ -7,11 +7,13 @@ <h3><{$smarty.const._AD_LEGACYRENDER_LANG_TEMPLATE_SET_CLONE}></h3> <{if $actionForm->hasError()}> - <ul class="error"> +<div class="error"> + <ul> <{foreach item=message from=$actionForm->getErrorMessages()}> <li><{$message|escape}></li> <{/foreach}> </ul> +</div> <{/if}> <form action="./index.php?action=TplsetClone" method="post"> Index: xoops2jp/html/modules/legacyRender/admin/templates/tplfile_list.html diff -u xoops2jp/html/modules/legacyRender/admin/templates/tplfile_list.html:1.1.2.12 xoops2jp/html/modules/legacyRender/admin/templates/tplfile_list.html:1.1.2.13 --- xoops2jp/html/modules/legacyRender/admin/templates/tplfile_list.html:1.1.2.12 Sun Jun 11 23:05:34 2006 +++ xoops2jp/html/modules/legacyRender/admin/templates/tplfile_list.html Wed Jun 14 01:12:52 2006 @@ -55,11 +55,13 @@ </div> <{if $actionForm->hasError()}> - <ul class="error"> +<div class="error"> + <ul> <{foreach item=message from=$actionForm->getErrorMessages()}> <li><{$message|escape}></li> <{/foreach}> </ul> +</div> <{/if}> <form action="./index.php?action=TplfileList" method="post" enctype="multipart/form-data"> Index: xoops2jp/html/modules/legacyRender/admin/templates/theme_list.html diff -u xoops2jp/html/modules/legacyRender/admin/templates/theme_list.html:1.1.2.13 xoops2jp/html/modules/legacyRender/admin/templates/theme_list.html:1.1.2.14 --- xoops2jp/html/modules/legacyRender/admin/templates/theme_list.html:1.1.2.13 Sun Jun 11 23:05:34 2006 +++ xoops2jp/html/modules/legacyRender/admin/templates/theme_list.html Wed Jun 14 01:12:52 2006 @@ -8,11 +8,13 @@ <div class="tips"><{$smarty.const._AD_LEGACYRENDER_TIPS_THEME_ADMIN}></div> <{if $actionForm->hasError()}> - <ul class="error"> +<div class="error"> + <ul> <{foreach item=message from=$actionForm->getErrorMessages()}> <li><{$message|escape}></li> <{/foreach}> </ul> +</div> <{/if}> <form action="index.php" method="post" > Index: xoops2jp/html/modules/legacyRender/admin/templates/tplset_list.html diff -u xoops2jp/html/modules/legacyRender/admin/templates/tplset_list.html:1.1.2.16 xoops2jp/html/modules/legacyRender/admin/templates/tplset_list.html:1.1.2.17 --- xoops2jp/html/modules/legacyRender/admin/templates/tplset_list.html:1.1.2.16 Mon Jun 12 02:03:51 2006 +++ xoops2jp/html/modules/legacyRender/admin/templates/tplset_list.html Wed Jun 14 01:12:52 2006 @@ -25,11 +25,13 @@ </ul> <{if $actionForm->hasError()}> - <ul class="error"> +<div class="error"> + <ul> <{foreach item=message from=$actionForm->getErrorMessages()}> <li><{$message|escape}></li> <{/foreach}> </ul> +</div> <{/if}> <{assign var=tokenName value=$actionForm->getTokenName()}> Index: xoops2jp/html/modules/legacyRender/admin/templates/banner_edit.html diff -u xoops2jp/html/modules/legacyRender/admin/templates/banner_edit.html:1.1.2.5 xoops2jp/html/modules/legacyRender/admin/templates/banner_edit.html:1.1.2.6 --- xoops2jp/html/modules/legacyRender/admin/templates/banner_edit.html:1.1.2.5 Sun Jun 11 23:05:34 2006 +++ xoops2jp/html/modules/legacyRender/admin/templates/banner_edit.html Wed Jun 14 01:12:52 2006 @@ -15,11 +15,13 @@ <{/if}> <{if $actionForm->hasError()}> - <ul class="error"> +<div class="error"> + <ul> <{foreach item=message from=$actionForm->getErrorMessages()}> <li><{$message|escape}></li> <{/foreach}> </ul> +</div> <{/if}> <form action="index.php?action=BannerEdit" method="post"> Index: xoops2jp/html/modules/legacyRender/admin/templates/tplset_upload.html diff -u xoops2jp/html/modules/legacyRender/admin/templates/tplset_upload.html:1.1.2.3 xoops2jp/html/modules/legacyRender/admin/templates/tplset_upload.html:1.1.2.4 --- xoops2jp/html/modules/legacyRender/admin/templates/tplset_upload.html:1.1.2.3 Sun Jun 11 23:05:34 2006 +++ xoops2jp/html/modules/legacyRender/admin/templates/tplset_upload.html Wed Jun 14 01:12:52 2006 @@ -11,11 +11,13 @@ </div> <{if $actionForm->hasError()}> - <ul class="error"> +<div class="error"> + <ul> <{foreach item=message from=$actionForm->getErrorMessages()}> <li><{$message|escape}></li> <{/foreach}> </ul> +</div> <{/if}> <form action="./index.php?action=TplsetUpload" method="post" enctype="multipart/form-data">