[xoops-cvslog 5956] CVS update: xoops2jp/html/modules/legacy/templates/blocks

Zurück zum Archiv-Index

NobuNobu nobun****@users*****
2006年 11月 27日 (月) 16:42:21 JST


Index: xoops2jp/html/modules/legacy/templates/blocks/legacy_block_themes.html
diff -u xoops2jp/html/modules/legacy/templates/blocks/legacy_block_themes.html:1.1.2.3 xoops2jp/html/modules/legacy/templates/blocks/legacy_block_themes.html:1.1.2.4
--- xoops2jp/html/modules/legacy/templates/blocks/legacy_block_themes.html:1.1.2.3	Fri Nov 17 19:42:13 2006
+++ xoops2jp/html/modules/legacy/templates/blocks/legacy_block_themes.html	Mon Nov 27 16:42:21 2006
@@ -5,12 +5,12 @@
   <form action="#" method="post">
   <{if $block.mode==1}>
     <img vspace="2" id="xoops_theme_img" src="<{$xoops_imageurl}>screenshot.png" alt="screenshot" title="screenshot" width="<{$block.width}>" /><br />
-    <select id="xoops_theme_select" name="xoops_theme_select" onchange="showImgSelected('xoops_theme_img','xoops_theme_select','themes','/screenshot.png', '<{$xoops_url}>');">
+    <select id="xoops_theme_select" name="xoops_theme_select" onchange="showThemeScreenshot('xoops_theme_img','xoops_theme_select', '<{$xoops_url}>');">
   <{else}>
     <select id="xoops_theme_select" name="xoops_theme_select" onchange="submit();" size="3">
   <{/if}>
   <{foreach item=theme_option from=$block.theme_options}>
-      <option value="<{$theme_option.name}>" <{$theme_option.selected}> ><{$theme_option.name}></option>
+      <option value="<{$theme_option.name}>!-!<{$theme_option.screenshot}>" <{$theme_option.selected}> ><{$theme_option.name}></option>
   <{/foreach}>
     </select>
   <{if $block.mode==1}>


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