[Svn-src-all:2753] [version-2_12-dev 21652] テキストエリアのvalue属性を削除

pingpong admin @ mail.ec-cube.net
2012年 3月 16日 (金) 20:42:59 JST


Subversion committed to /home/svn/open 21652
http://svn.ec-cube.net/open_trac/changeset/21652
┌────────────────────────────┐
│更新者 :  pingpong                                     │
│更新日時:  2012-03-16 20:42:58 +0900 (金, 16  3月 2012)│
└────────────────────────────┘

Log:
--------------------------------------------------------
テキストエリアのvalue属性を削除


Changed:                      [U:修正,A:追加,D:削除]
--------------------------------------------------------
U   branches/version-2_12-dev/data/Smarty/templates/admin/products/product.tpl

変更: branches/version-2_12-dev/data/Smarty/templates/admin/products/product.tpl
===================================================================
--- branches/version-2_12-dev/data/Smarty/templates/admin/products/product.tpl	2012-03-16 11:14:58 UTC (rev 21651)
+++ branches/version-2_12-dev/data/Smarty/templates/admin/products/product.tpl	2012-03-16 11:42:58 UTC (rev 21652)
@@ -276,7 +276,7 @@
             <th>詳細-メインコメント<span class="attention">(タグ許可)*</span></th>
             <td>
                 <span class="attention"><!--{$arrErr.main_comment}--></span>
-                <textarea name="main_comment" value="<!--{$arrForm.main_comment|h}-->" maxlength="<!--{$smarty.const.LLTEXT_LEN}-->" style="<!--{if $arrErr.main_comment != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}-->" cols="60" rows="8" class="area60"><!--{$arrForm.main_comment|h}--></textarea><br />
+                <textarea name="main_comment" maxlength="<!--{$smarty.const.LLTEXT_LEN}-->" style="<!--{if $arrErr.main_comment != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}-->" cols="60" rows="8" class="area60"><!--{$arrForm.main_comment|h}--></textarea><br />
                 <span class="attention"> (上限<!--{$smarty.const.LLTEXT_LEN}-->文字)</span>
             </td>
         </tr>




Svn-src-all メーリングリストの案内