Tom Hayakawa
tom_g3x****@users*****
2006年 8月 14日 (月) 21:05:18 JST
Index: xoops2jp/html/modules/user/admin/templates/mailjob_list.html diff -u xoops2jp/html/modules/user/admin/templates/mailjob_list.html:1.1.2.6 xoops2jp/html/modules/user/admin/templates/mailjob_list.html:1.1.2.7 --- xoops2jp/html/modules/user/admin/templates/mailjob_list.html:1.1.2.6 Thu Jul 13 19:53:25 2006 +++ xoops2jp/html/modules/user/admin/templates/mailjob_list.html Mon Aug 14 21:05:18 2006 @@ -3,7 +3,7 @@ »» <a href="./index.php?action=MailjobList"><{$smarty.const._AD_USER_LANG_MAILJOB_LIST}></a> </div> -<h3><{$smarty.const._AD_USER_LANG_MAILJOB_LIST}></h3> +<h3 class="admintitle"><{$smarty.const._AD_USER_LANG_MAILJOB_LIST}></h3> <ul class="toptab"> <li><a href="index.php?action=UserSearch"><{$smarty.const._AD_USER_LANG_CREATE_NEW}></a></li> Index: xoops2jp/html/modules/user/admin/templates/avatar_delete.html diff -u xoops2jp/html/modules/user/admin/templates/avatar_delete.html:1.1.2.8 xoops2jp/html/modules/user/admin/templates/avatar_delete.html:1.1.2.9 --- xoops2jp/html/modules/user/admin/templates/avatar_delete.html:1.1.2.8 Thu Aug 10 19:52:02 2006 +++ xoops2jp/html/modules/user/admin/templates/avatar_delete.html Mon Aug 14 21:05:18 2006 @@ -4,7 +4,7 @@ »» <{$smarty.const._AD_USER_LANG_AVATAR_DELETE}> </div> -<h3><{$smarty.const._AD_USER_LANG_AVATAR_DELETE}></h3> +<h3 class="admintitle"><{$smarty.const._AD_USER_LANG_AVATAR_DELETE}></h3> <div class="tips"><{$smarty.const._AD_USER_TIP_DELETE_AVATAR}></div> Index: xoops2jp/html/modules/user/admin/templates/group_list.html diff -u xoops2jp/html/modules/user/admin/templates/group_list.html:1.1.2.10 xoops2jp/html/modules/user/admin/templates/group_list.html:1.1.2.11 --- xoops2jp/html/modules/user/admin/templates/group_list.html:1.1.2.10 Thu Jul 13 19:53:25 2006 +++ xoops2jp/html/modules/user/admin/templates/group_list.html Mon Aug 14 21:05:18 2006 @@ -3,7 +3,7 @@ »» <a href="./index.php?action=GroupList"><{$smarty.const._AD_USER_LANG_GROUP_LIST}></a> </div> -<h3><{$smarty.const._AD_USER_LANG_GROUP_LIST}></h3> +<h3 class="admintitle"><{$smarty.const._AD_USER_LANG_GROUP_LIST}></h3> <ul class="toptab"> <li><a href="index.php?action=GroupEdit"><{$smarty.const._AD_USER_LANG_GROUP_NEW}></a></li> Index: xoops2jp/html/modules/user/admin/templates/ranks_list.html diff -u xoops2jp/html/modules/user/admin/templates/ranks_list.html:1.1.2.7 xoops2jp/html/modules/user/admin/templates/ranks_list.html:1.1.2.8 --- xoops2jp/html/modules/user/admin/templates/ranks_list.html:1.1.2.7 Thu Aug 10 20:06:25 2006 +++ xoops2jp/html/modules/user/admin/templates/ranks_list.html Mon Aug 14 21:05:18 2006 @@ -3,7 +3,7 @@ »» <a href="./index.php?action=RanksList"><{$smarty.const._AD_USER_LANG_RANK_LIST}></a> </div> -<h3><{$smarty.const._AD_USER_LANG_RANK_LIST}></h3> +<h3 class="admintitle"><{$smarty.const._AD_USER_LANG_RANK_LIST}></h3> <ul class="toptab"> <li><a href="index.php?action=RanksEdit"><{$smarty.const._AD_USER_LANG_CREATE_NEW}></a></li> Index: xoops2jp/html/modules/user/admin/templates/user_search.html diff -u xoops2jp/html/modules/user/admin/templates/user_search.html:1.1.2.5 xoops2jp/html/modules/user/admin/templates/user_search.html:1.1.2.6 --- xoops2jp/html/modules/user/admin/templates/user_search.html:1.1.2.5 Thu Jul 13 19:53:25 2006 +++ xoops2jp/html/modules/user/admin/templates/user_search.html Mon Aug 14 21:05:18 2006 @@ -3,7 +3,7 @@ »» <a href="./index.php?action=UserSearch"><{$smarty.const._MI_USER_ADMENU_USER_SEARCH}></a> </div> -<h3><{$smarty.const._MI_USER_ADMENU_USER_SEARCH}></h3> +<h3 class="admintitle"><{$smarty.const._MI_USER_ADMENU_USER_SEARCH}></h3> <{if $actionForm->hasError()}> <div class="error"> Index: xoops2jp/html/modules/user/admin/templates/user_edit.html diff -u xoops2jp/html/modules/user/admin/templates/user_edit.html:1.1.2.15 xoops2jp/html/modules/user/admin/templates/user_edit.html:1.1.2.16 --- xoops2jp/html/modules/user/admin/templates/user_edit.html:1.1.2.15 Thu Jul 13 19:53:25 2006 +++ xoops2jp/html/modules/user/admin/templates/user_edit.html Mon Aug 14 21:05:18 2006 @@ -10,9 +10,9 @@ </div> <{if $actionForm->get('uid')}> - <h3><{$smarty.const._AD_USER_LANG_USER_EDIT}></h3> + <h3 class="admintitle"><{$smarty.const._AD_USER_LANG_USER_EDIT}></h3> <{else}> - <h3><{$smarty.const._AD_USER_LANG_USER_NEW}></h3> + <h3 class="admintitle"><{$smarty.const._AD_USER_LANG_USER_NEW}></h3> <{/if}> <{if $actionForm->hasError()}> Index: xoops2jp/html/modules/user/admin/templates/mailjob_delete.html diff -u xoops2jp/html/modules/user/admin/templates/mailjob_delete.html:1.1.2.6 xoops2jp/html/modules/user/admin/templates/mailjob_delete.html:1.1.2.7 --- xoops2jp/html/modules/user/admin/templates/mailjob_delete.html:1.1.2.6 Thu Aug 10 19:52:02 2006 +++ xoops2jp/html/modules/user/admin/templates/mailjob_delete.html Mon Aug 14 21:05:18 2006 @@ -4,7 +4,7 @@ »» <{$smarty.const._AD_USER_LANG_MAILJOB_DELETE}> </div> -<h3><{$smarty.const._AD_USER_LANG_MAILJOB_DELETE}></h3> +<h3 class="admintitle"><{$smarty.const._AD_USER_LANG_MAILJOB_DELETE}></h3> <div class="confirm"><{$smarty.const._AD_USER_MESSAGE_CONFIRM_DELETE}></div> Index: xoops2jp/html/modules/user/admin/templates/group_edit.html diff -u xoops2jp/html/modules/user/admin/templates/group_edit.html:1.1.2.9 xoops2jp/html/modules/user/admin/templates/group_edit.html:1.1.2.10 --- xoops2jp/html/modules/user/admin/templates/group_edit.html:1.1.2.9 Thu Jul 13 19:53:25 2006 +++ xoops2jp/html/modules/user/admin/templates/group_edit.html Mon Aug 14 21:05:18 2006 @@ -10,9 +10,9 @@ </div> <{if $actionForm->get('groupid') }> - <h3><{$smarty.const._AD_USER_LANG_GROUP_EDIT}></h3> + <h3 class="admintitle"><{$smarty.const._AD_USER_LANG_GROUP_EDIT}></h3> <{else}> - <h3><{$smarty.const._AD_USER_LANG_GROUP_NEW}></h3> + <h3 class="admintitle"><{$smarty.const._AD_USER_LANG_GROUP_NEW}></h3> <{/if}> <{if $actionForm->hasError()}> Index: xoops2jp/html/modules/user/admin/templates/group_member.html diff -u xoops2jp/html/modules/user/admin/templates/group_member.html:1.1.2.13 xoops2jp/html/modules/user/admin/templates/group_member.html:1.1.2.14 --- xoops2jp/html/modules/user/admin/templates/group_member.html:1.1.2.13 Thu Aug 10 19:52:02 2006 +++ xoops2jp/html/modules/user/admin/templates/group_member.html Mon Aug 14 21:05:18 2006 @@ -4,7 +4,7 @@ »» <{$smarty.const._AD_USER_LANG_GROUP_ASSIGN}> </div> -<h3><{$smarty.const._AD_USER_LANG_GROUP_ASSIGN}> ( <{$group->getShow('name')}> )</h3> +<h3 class="admintitle"><{$smarty.const._AD_USER_LANG_GROUP_ASSIGN}> ( <{$group->getShow('name')}> )</h3> <table class="outer"> <tr> Index: xoops2jp/html/modules/user/admin/templates/mailjob_send.html diff -u xoops2jp/html/modules/user/admin/templates/mailjob_send.html:1.1.2.4 xoops2jp/html/modules/user/admin/templates/mailjob_send.html:1.1.2.5 --- xoops2jp/html/modules/user/admin/templates/mailjob_send.html:1.1.2.4 Thu Aug 10 19:52:02 2006 +++ xoops2jp/html/modules/user/admin/templates/mailjob_send.html Mon Aug 14 21:05:18 2006 @@ -4,7 +4,7 @@ »» <{$smarty.const._AD_USER_LANG_MAILJOB_SEND}> </div> -<h3><{$smarty.const._AD_USER_LANG_MAILJOB_SEND}></h3> +<h3 class="admintitle"><{$smarty.const._AD_USER_LANG_MAILJOB_SEND}></h3> <div class="tips"> <{$smarty.const._AD_USER_TIPS_MAILJOB_SEND}> Index: xoops2jp/html/modules/user/admin/templates/group_property.html diff -u xoops2jp/html/modules/user/admin/templates/group_property.html:1.1.2.11 xoops2jp/html/modules/user/admin/templates/group_property.html:1.1.2.12 --- xoops2jp/html/modules/user/admin/templates/group_property.html:1.1.2.11 Mon Aug 14 18:08:58 2006 +++ xoops2jp/html/modules/user/admin/templates/group_property.html Mon Aug 14 21:05:18 2006 @@ -4,7 +4,7 @@ »» <{$smarty.const._AD_USER_LANG_GROUP_PROPERTY}> </div> -<h3><{$smarty.const._AD_USER_LANG_GROUP_PROPERTY}> ( <{$group->getShow('name')}> )</h3> +<h3 class="admintitle"><{$smarty.const._AD_USER_LANG_GROUP_PROPERTY}> ( <{$group->getShow('name')}> )</h3> <table class="outer"> <tr> Index: xoops2jp/html/modules/user/admin/templates/group_perm.html diff -u xoops2jp/html/modules/user/admin/templates/group_perm.html:1.1.2.17 xoops2jp/html/modules/user/admin/templates/group_perm.html:1.1.2.18 --- xoops2jp/html/modules/user/admin/templates/group_perm.html:1.1.2.17 Sat Aug 12 14:43:12 2006 +++ xoops2jp/html/modules/user/admin/templates/group_perm.html Mon Aug 14 21:05:18 2006 @@ -4,7 +4,7 @@ »» <{$smarty.const._AD_USER_LANG_GROUP_PERMISSION}> </div> -<h3><{$smarty.const._AD_USER_LANG_GROUP_PERMISSION}> ( <{$group->getShow('name')}> )</h3> +<h3 class="admintitle"><{$smarty.const._AD_USER_LANG_GROUP_PERMISSION}> ( <{$group->getShow('name')}> )</h3> <table class="outer"> <tr> Index: xoops2jp/html/modules/user/admin/templates/mailjob_edit.html diff -u xoops2jp/html/modules/user/admin/templates/mailjob_edit.html:1.1.2.8 xoops2jp/html/modules/user/admin/templates/mailjob_edit.html:1.1.2.9 --- xoops2jp/html/modules/user/admin/templates/mailjob_edit.html:1.1.2.8 Thu Jul 13 19:53:25 2006 +++ xoops2jp/html/modules/user/admin/templates/mailjob_edit.html Mon Aug 14 21:05:18 2006 @@ -9,9 +9,9 @@ </div> <{if $actionForm->get('mailjob_id')}> - <h3><{$smarty.const._AD_USER_LANG_MAILJOB_EDIT}></h3> + <h3 class="admintitle"><{$smarty.const._AD_USER_LANG_MAILJOB_EDIT}></h3> <{else}> - <h3><{$smarty.const._AD_USER_LANG_MAILJOB_NEW}></h3> + <h3 class="admintitle"><{$smarty.const._AD_USER_LANG_MAILJOB_NEW}></h3> <{/if}> <{if $actionForm->hasError()}> Index: xoops2jp/html/modules/user/admin/templates/group_delete.html diff -u xoops2jp/html/modules/user/admin/templates/group_delete.html:1.1.2.12 xoops2jp/html/modules/user/admin/templates/group_delete.html:1.1.2.13 --- xoops2jp/html/modules/user/admin/templates/group_delete.html:1.1.2.12 Thu Jul 27 18:43:53 2006 +++ xoops2jp/html/modules/user/admin/templates/group_delete.html Mon Aug 14 21:05:18 2006 @@ -4,7 +4,7 @@ »» <{$smarty.const._AD_USER_LANG_GROUP_DELETE}> </div> -<h3><{$smarty.const._AD_USER_LANG_GROUP_DELETE}></h3> +<h3 class="admintitle"><{$smarty.const._AD_USER_LANG_GROUP_DELETE}></h3> <div class="confirm"> <{$smarty.const._AD_USER_LANG_GROUP_DELETE_ADVICE|replace:"_%s_":$object->getShow('name')}><br /> Index: xoops2jp/html/modules/user/admin/templates/user_search_list.html diff -u xoops2jp/html/modules/user/admin/templates/user_search_list.html:1.1.2.7 xoops2jp/html/modules/user/admin/templates/user_search_list.html:1.1.2.8 --- xoops2jp/html/modules/user/admin/templates/user_search_list.html:1.1.2.7 Thu Jul 13 19:53:25 2006 +++ xoops2jp/html/modules/user/admin/templates/user_search_list.html Mon Aug 14 21:05:18 2006 @@ -4,7 +4,7 @@ »» <{$smarty.const._AD_USER_LANG_USER_SEARCH_LIST}> </div> -<h3><{$smarty.const._AD_USER_LANG_USER_SEARCH_LIST}></h3> +<h3 class="admintitle"><{$smarty.const._AD_USER_LANG_USER_SEARCH_LIST}></h3> <ul class="toptab"> <li><a href="<{$pageNavi->getRenderOtherUrl('./index.php?action=UserSearch')}>"><{$smarty.const._AD_USER_LANG_SEARCH_AGAIN}></a></li> Index: xoops2jp/html/modules/user/admin/templates/ranks_edit.html diff -u xoops2jp/html/modules/user/admin/templates/ranks_edit.html:1.1.2.7 xoops2jp/html/modules/user/admin/templates/ranks_edit.html:1.1.2.8 --- xoops2jp/html/modules/user/admin/templates/ranks_edit.html:1.1.2.7 Thu Jul 13 19:53:25 2006 +++ xoops2jp/html/modules/user/admin/templates/ranks_edit.html Mon Aug 14 21:05:18 2006 @@ -10,9 +10,9 @@ </div> <{if $actionForm->get('rank_id') }> - <h3><{$smarty.const._AD_USER_LANG_RANK_EDIT}></h3> + <h3 class="admintitle"><{$smarty.const._AD_USER_LANG_RANK_EDIT}></h3> <{else}> - <h3><{$smarty.const._AD_USER_LANG_RANK_NEW}></h3> + <h3 class="admintitle"><{$smarty.const._AD_USER_LANG_RANK_NEW}></h3> <{/if}> <{if $actionForm->hasError()}> Index: xoops2jp/html/modules/user/admin/templates/user_list.html diff -u xoops2jp/html/modules/user/admin/templates/user_list.html:1.1.2.14 xoops2jp/html/modules/user/admin/templates/user_list.html:1.1.2.15 --- xoops2jp/html/modules/user/admin/templates/user_list.html:1.1.2.14 Fri Jul 28 17:56:37 2006 +++ xoops2jp/html/modules/user/admin/templates/user_list.html Mon Aug 14 21:05:18 2006 @@ -3,7 +3,7 @@ »» <a href="./index.php?action=UserList"><{$smarty.const._AD_USER_LANG_USER_LIST}></a> </div> -<h3><{$smarty.const._AD_USER_LANG_USER_LIST}></h3> +<h3 class="admintitle"><{$smarty.const._AD_USER_LANG_USER_LIST}></h3> <ul class="toptab"> <li><a href="index.php?action=UserEdit"><{$smarty.const._AD_USER_LANG_USER_NEW}></a></li> Index: xoops2jp/html/modules/user/admin/templates/avatar_edit.html diff -u xoops2jp/html/modules/user/admin/templates/avatar_edit.html:1.1.2.6 xoops2jp/html/modules/user/admin/templates/avatar_edit.html:1.1.2.7 --- xoops2jp/html/modules/user/admin/templates/avatar_edit.html:1.1.2.6 Thu Jul 13 19:53:25 2006 +++ xoops2jp/html/modules/user/admin/templates/avatar_edit.html Mon Aug 14 21:05:18 2006 @@ -10,9 +10,9 @@ </div> <{if $actionForm->get('avatar_id')}> - <h3><{$smarty.const._AD_USER_LANG_AVATAR_EDIT}></h3> + <h3 class="admintitle"><{$smarty.const._AD_USER_LANG_AVATAR_EDIT}></h3> <{else}> - <h3><{$smarty.const._AD_USER_LANG_AVATAR_NEW}></h3> + <h3 class="admintitle"><{$smarty.const._AD_USER_LANG_AVATAR_NEW}></h3> <{/if}> <{if $actionForm->hasError()}> Index: xoops2jp/html/modules/user/admin/templates/user_delete.html diff -u xoops2jp/html/modules/user/admin/templates/user_delete.html:1.1.2.9 xoops2jp/html/modules/user/admin/templates/user_delete.html:1.1.2.10 --- xoops2jp/html/modules/user/admin/templates/user_delete.html:1.1.2.9 Thu Jul 13 19:53:25 2006 +++ xoops2jp/html/modules/user/admin/templates/user_delete.html Mon Aug 14 21:05:18 2006 @@ -4,7 +4,7 @@ »» <{$smarty.const._AD_USER_LANG_USER_DELETE}> </div> -<h3><{$smarty.const._AD_USER_LANG_USER_DELETE}></h3> +<h3 class="admintitle"><{$smarty.const._AD_USER_LANG_USER_DELETE}></h3> <div class="confirm"><{$smarty.const._AD_USER_LANG_USER_DELETE_ADVICE|replace:"_%s_":$object->getShow('uname')}></div> Index: xoops2jp/html/modules/user/admin/templates/avatar_list.html diff -u xoops2jp/html/modules/user/admin/templates/avatar_list.html:1.1.2.10 xoops2jp/html/modules/user/admin/templates/avatar_list.html:1.1.2.11 --- xoops2jp/html/modules/user/admin/templates/avatar_list.html:1.1.2.10 Thu Aug 10 20:06:25 2006 +++ xoops2jp/html/modules/user/admin/templates/avatar_list.html Mon Aug 14 21:05:18 2006 @@ -3,7 +3,7 @@ »» <a href="./index.php?action=AvatarList"><{$smarty.const._MI_USER_ADMENU_AVATAR_MANAGE}></a> </div> -<h3><{$smarty.const._MI_USER_ADMENU_AVATAR_MANAGE}></h3> +<h3 class="admintitle"><{$smarty.const._MI_USER_ADMENU_AVATAR_MANAGE}></h3> <ul class="toptab"> <li><a href="index.php?action=AvatarEdit"><{$smarty.const._AD_USER_LANG_AVATAR_NEW}></a></li> Index: xoops2jp/html/modules/user/admin/templates/ranks_delete.html diff -u xoops2jp/html/modules/user/admin/templates/ranks_delete.html:1.1.2.9 xoops2jp/html/modules/user/admin/templates/ranks_delete.html:1.1.2.10 --- xoops2jp/html/modules/user/admin/templates/ranks_delete.html:1.1.2.9 Thu Aug 10 19:52:02 2006 +++ xoops2jp/html/modules/user/admin/templates/ranks_delete.html Mon Aug 14 21:05:18 2006 @@ -4,7 +4,7 @@ »» <{$smarty.const._AD_USER_LANG_DELETE_RANK}> </div> -<h3><{$smarty.const._AD_USER_LANG_DELETE_RANK}></h3> +<h3 class="admintitle"><{$smarty.const._AD_USER_LANG_DELETE_RANK}></h3> <div class="confirm"><{$smarty.const._AD_USER_MESSAGE_CONFIRM_DELETE_RANK}></div>