Minahito
minah****@users*****
2006年 1月 14日 (土) 17:04:40 JST
Index: xoops2jp/html/modules/legacyRender/admin/templates/tplset_list.html diff -u xoops2jp/html/modules/legacyRender/admin/templates/tplset_list.html:1.1.2.3 xoops2jp/html/modules/legacyRender/admin/templates/tplset_list.html:1.1.2.4 --- xoops2jp/html/modules/legacyRender/admin/templates/tplset_list.html:1.1.2.3 Sat Jan 14 16:23:18 2006 +++ xoops2jp/html/modules/legacyRender/admin/templates/tplset_list.html Sat Jan 14 17:04:40 2006 @@ -19,6 +19,7 @@ <th><{$smarty.const._AD_LEGACYRENDER_LANG_TPLSET_CREATED}><br /> <a href="<{$pageNavi->renderSortUrl()}>&sort=<{$smarty.const.TPLSET_SORT_KEY_TPLSET_CREATED}>"><img src="<{"icons/up.gif"|theme}>" alt="<{$smarty.const._ASCENDING}>" /></a> <a href="<{$pageNavi->renderSortUrl()}>&sort=-<{$smarty.const.TPLSET_SORT_KEY_TPLSET_CREATED}>"><img src="<{"icons/down.gif"|theme}>" alt="<{$smarty.const._DESCENDING}>" /></a></th> + <th><{$smarty.const._AD_LEGACYRENDER_LANG_TEMPLATE}></th> <th><{$smarty.const._AD_LEGACYRENDER_LANG_CONTROL}></th> </tr> <{foreach item=obj from=$objects}> @@ -32,6 +33,13 @@ <td><{$obj->getVar('tplset_desc')}></td> <td><{$obj->get('tplset_credits')|escape|nl2br}></td> <td style="text-align:center;"><{$obj->getVar('tplset_created')|xoops_formattimestamp:l}></td> + <td> + <ul> + <{foreach item=moduletpl from=$obj->mModuleTemplates}> + <li><a href="./index.php?action=TplfileList&tpl_tplset=<{$obj->get('tplset_name')|escape}>&tpl_module=<{$moduletpl->get('dirname')|escape}>"><{$moduletpl->getVar('name')}></a> (<{$moduletpl->getVar('count')}>)</li> + <{/foreach}> + </ul> + </td> <td style="text-align:center;"> <a href="index.php?action=TplsetClone&tplset_id=<{$obj->get('tplset_id')}>" title="<{$smarty.const._EDIT}>"><img src="<{"icons/clone.gif"|theme}>" alt="<{$smarty.const._CLONE}>" /></a> <{if $obj->getVar('tplset_name') != "default"}>