Ignore:
Timestamp:
2010/10/14 16:46:42 (14 years ago)
Author:
Seasoft
Message:

#626(表記の統一性の向上)

  • 括弧とスペースの使い方 (途中)
  • 名前の補助表記 (途中)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/Smarty/templates/default/admin/contents/index.tpl

    r18700 r18853  
    139139        <!--{if $arrErr.news_title}--><span class="attention"><!--{$arrErr.news_title}--></span><!--{/if}--> 
    140140        <textarea name="news_title" cols="60" rows="8" class="area60" maxlength="<!--{$smarty.const.MTEXT_LEN}-->" <!--{if $arrErr.news_title}-->style="background-color:<!--{$smarty.const.ERR_COLOR|escape}-->"<!--{/if}-->><!--{$arrForm.news_title|escape}--></textarea><br /> 
    141         <span class="attention"> (上限<!--{$smarty.const.MTEXT_LEN}-->文字)</span> 
     141        <span class="attention"> (上限<!--{$smarty.const.MTEXT_LEN}-->文字)</span> 
    142142      </td> 
    143143    </tr> 
     
    147147        <span class="attention"><!--{$arrErr.news_url}--></span> 
    148148        <input type="text" name="news_url" size="60" class="box60"  value="<!--{$arrForm.news_url|escape}-->" <!--{if $arrErr.news_url}-->style="background-color:<!--{$smarty.const.ERR_COLOR|escape}-->"<!--{/if}--> maxlength="<!--{$smarty.const.URL_LEN}-->" /> 
    149         <span class="attention"> (上限<!--{$smarty.const.URL_LEN}-->文字)</span> 
     149        <span class="attention"> (上限<!--{$smarty.const.URL_LEN}-->文字)</span> 
    150150      </td> 
    151151    </tr> 
     
    159159        <!--{if $arrErr.news_comment}--><span class="attention"><!--{$arrErr.news_comment}--></span><!--{/if}--> 
    160160        <textarea name="news_comment" cols="60" rows="8" wrap="soft" class="area60" maxlength="<!--{$smarty.const.LTEXT_LEN}-->" style="background-color:<!--{if $arrErr.news_comment}--><!--{$smarty.const.ERR_COLOR|escape}--><!--{/if}-->"><!--{$arrForm.news_comment|escape}--></textarea><br /> 
    161         <span class="attention"> (上限3000文字)</span> 
     161        <span class="attention"> (上限3000文字)</span> 
    162162      </td> 
    163163    </tr> 
Note: See TracChangeset for help on using the changeset viewer.