Ignore:
Timestamp:
2011/01/19 11:23:20 (13 years ago)
Author:
uemoto
Message:

#382(管理画面XHTMLに変更)

  • 細部調整
File:
1 edited

Legend:

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

    r19954 r19965  
    4242   
    4343    <table class="form"> 
     44    <colgroup width="20%"> 
     45    <colgroup width="80%"> 
    4446      <tr> 
    4547        <th>支払方法<span class="attention"> *</span></th> 
     
    8587          <img src="<!--{$arrFile[$key].filepath}-->" alt="<!--{$arrForm.name|h}-->"> <a href="" onclick="fnModeSubmit('delete_image', 'image_key', '<!--{$key}-->'); return false;">[画像の取り消し]</a><br /> 
    8688          <!--{/if}--> 
    87           <input type="file" name="<!--{$key}-->" size="25" class="box25" style="<!--{$arrErr[$key]|sfGetErrorColor}-->" /> 
     89          <input type="file" name="<!--{$key}-->" size="30" class="box30" style="<!--{$arrErr[$key]|sfGetErrorColor}-->" /> 
    8890          <a class="btn-normal" href="javascript:;" name="btn" onclick="fnModeSubmit('upload_image', 'image_key', '<!--{$key}-->'); return false;">アップロード</a> 
    8991        </td> 
Note: See TracChangeset for help on using the changeset viewer.