Tom Hayakawa
tom_g3x****@users*****
2006年 9月 19日 (火) 22:01:54 JST
Index: xoops2jp/html/modules/user/templates/user_avatar_edit.html diff -u xoops2jp/html/modules/user/templates/user_avatar_edit.html:1.1.2.12 xoops2jp/html/modules/user/templates/user_avatar_edit.html:1.1.2.13 --- xoops2jp/html/modules/user/templates/user_avatar_edit.html:1.1.2.12 Fri Aug 18 18:06:57 2006 +++ xoops2jp/html/modules/user/templates/user_avatar_edit.html Tue Sep 19 22:01:54 2006 @@ -22,7 +22,7 @@ <th colspan="2" style="text-align:center;"><{$smarty.const._MD_USER_LANG_AVATAR_EDIT}></th> </tr> <tr> - <td class="<{cycle values="odd,even"}>" cospan="2"> + <td colspan="2" class="<{cycle values="odd,even"}>"> <{$smarty.const._MD_USER_MESSAGE_OLDDELETED}> <td> </tr> @@ -58,7 +58,7 @@ <{xoops_input type=hidden name=uid value=$avatarSelectForm->get('uid')}> <table class="outer" style="text-align:center;"> <tr> - <th colspan="5"><{$smarty.const._MD_USER_LANG_AVATAR_LIST}></th> + <th colspan="4"><{$smarty.const._MD_USER_LANG_AVATAR_LIST}></th> </tr> <tr> <{foreach item=obj from=$systemAvatars}> @@ -66,7 +66,7 @@ <img src="<{$smarty.const.XOOPS_UPLOAD_URL}>/<{$obj->getShow('avatar_file')}>" alt="<{$obj->getShow('avatar_name')}>" title="<{$obj->getShow('avatar_name')}>"/><br /> <{$obj->getShow('avatar_name')}><br /> <input name="avatar_id[<{$obj->getShow('avatar_id')}>]" type="submit" value="<{$smarty.const._MD_USER_LANG_SELECT}>" /> - <{cycle name="table" values="</td>,</td>,</td>,</td>,</td></tr><tr>"}> + <{cycle name="table" values="</td>,</td>,</td>,</td></tr><tr>"}> <{/foreach}> </tr> </table>