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

Zurück zum Archiv-Index

Minahito minah****@users*****
2005年 12月 19日 (月) 23:02:36 JST


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.1 xoops2jp/html/modules/base/admin/templates/legacy_admin_actionsearch_success.html:1.1.2.2
--- xoops2jp/html/modules/base/admin/templates/legacy_admin_actionsearch_success.html:1.1.2.1	Wed Nov 16 19:10:02 2005
+++ xoops2jp/html/modules/base/admin/templates/legacy_admin_actionsearch_success.html	Mon Dec 19 23:02:36 2005
@@ -1,10 +1,11 @@
 <{include file="legacy_admin_actionsearch_form.html"}>
-<h2><{$smarty.const._MD_A_BASE_LANG_ACTIONSEARCH}></h2>
-<table class="outer" cellspacing="1">
+
+<h4>&raquo; <{$smarty.const._MB_A_BASE_LANG_RESULT}></h4>
+
+<ul>
 	<{foreach item=record from=$records}>
-		<tr>
-			<th><{$record->mModuleName}></th>
-			<td class="<{cycle values="odd,even"}>"><a href="<{$record->mActionUrl}>"><{$record->mTitle}></a></td>
-		</tr>
+		<li><b>[ <{$record->mModuleName}> ] - <a href="<{$record->mActionUrl}>"><{$record->mTitle}></a></b>
+		  <{if $record->mDescription}><br /><i>( <{$record->mDescription}> )</i><{/if}>
+		</li>
 	<{/foreach}>
-</table>
+</ul>


xoops-cvslog メーリングリストの案内
Zurück zum Archiv-Index