Changeset 20175


Ignore:
Timestamp:
2011/02/17 13:50:23 (13 years ago)
Author:
coelacanth
Message:

#964 バグフィックス 規約タイトル名が重複した場合の警告表示が無かったので追加

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/Smarty/templates/admin/basis/kiyaku.tpl

    r20116 r20175  
    3131      <td> 
    3232        <span class="attention"><!--{$arrErr.kiyaku_title}--></span> 
    33         <input type="text" name="kiyaku_title" value="<!--{$arrForm.kiyaku_title|h}-->" maxlength="<!--{$smarty.const.SMTEXT_LEN}-->" style="<!--{if $arrErr.kiyaku_title != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}-->" size="60" class="box60"/> 
     33        <span class="attention"><!--{$arrErr.name}--></span> 
     34        <input type="text" name="kiyaku_title" value="<!--{$arrForm.kiyaku_title|h}-->" maxlength="<!--{$smarty.const.SMTEXT_LEN}-->" style="<!--{if $arrErr.kiyaku_title != "" || $arrErr.name != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}-->" size="60" class="box60"/> 
    3435        <span class="attention"> (上限<!--{$smarty.const.SMTEXT_LEN}-->文字)</span> 
    3536      </td> 
     
    9293 
    9394</div> 
    94 </form>     
     95</form> 
Note: See TracChangeset for help on using the changeset viewer.