Index: branches/camp/camp-2_5-C/data/Smarty/templates/admin/products/index.tpl
===================================================================
--- branches/camp/camp-2_5-C/data/Smarty/templates/admin/products/index.tpl	(revision 19394)
+++ branches/camp/camp-2_5-C/data/Smarty/templates/admin/products/index.tpl	(revision 19396)
@@ -258,5 +258,5 @@
       <td  rowspan="2" class="center">
          <a href="<!--{$smarty.const.URL_DIR}-->" title="編集" onclick="fnChangeAction('./product.php'); fnModeSubmit('pre_edit', 'product_id', <!--{$arrProducts[cnt].product_id}-->); return false;" >
-             <img src="<!--{$TPL_DIR}-->img/contents/icon_edit.gif" alt="" /> 
+             <img src="<!--{$TPL_DIR}-->img/contents/icon_edit.gif" alt="" />
          </a>&nbsp;
          <a href="<!--{$smarty.const.URL_DIR}-->"  title="削除" onclick="fnSetFormValue('category_id', '<!--{$arrProducts[cnt].category_id}-->'); fnModeSubmit('delete', 'product_id', <!--{$arrProducts[cnt].product_id}-->); return false;" >
@@ -280,5 +280,7 @@
         <!--{* URL *}-->
         <div id="disp_url<!--{$smarty.section.cnt.iteration}-->" style="display:none">
-        <!--{$smarty.const.SITE_URL|sfTrimURL}-->/products/detail.php?product_id=<!--{$arrProducts[cnt].product_id}-->
+        <a href="<!--{$smarty.const.SITE_URL|sfTrimURL}-->/products/detail.php?product_id=<!--{$arrProducts[cnt].product_id}-->" target="_blank">
+            <!--{$smarty.const.SITE_URL|sfTrimURL}-->/products/detail.php?product_id=<!--{$arrProducts[cnt].product_id}-->
+        </a>
         </div>
       </td>
