Changeset 21408 for branches/version-2_11-dev/data/Smarty/templates/admin
- Timestamp:
- 2012/01/17 16:24:22 (15 years ago)
- Location:
- branches/version-2_11-dev/data/Smarty/templates/admin
- Files:
-
- 2 edited
-
basis/payment_input.tpl (modified) (1 diff)
-
order/product_select.tpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_11-dev/data/Smarty/templates/admin/basis/payment_input.tpl
r21343 r21408 81 81 <img src="<!--{$arrFile[$key].filepath}-->" alt="<!--{$arrForm.name|h}-->"> <br /><a href="" onclick="fnModeSubmit('delete_image', 'image_key', '<!--{$key}-->'); return false;">[画像の取り消し]</a><br /> 82 82 <!--{/if}--> 83 <input type="file" name="<!--{$key}-->" s tyle="<!--{$arrErr[$key]|sfGetErrorColor}-->" />83 <input type="file" name="<!--{$key}-->" size="30" class="box30" style="<!--{$arrErr[$key]|sfGetErrorColor}-->" /> 84 84 <a class="btn-normal" href="javascript:;" name="btn" onclick="fnModeSubmit('upload_image', 'image_key', '<!--{$key}-->'); return false;">アップロード</a> 85 85 </td> -
branches/version-2_11-dev/data/Smarty/templates/admin/order/product_select.tpl
r21343 r21408 47 47 fm1.getElementById("no").value = escape('<!--{$tpl_no}-->'); 48 48 } 49 if (document.getElementById(class1).type == 'select-one' && class1_id == ' __unselected') {49 if (document.getElementById(class1).type == 'select-one' && class1_id == '') { 50 50 err_text = class_name1 + "を選択してください。\n"; 51 51 }
Note: See TracChangeset
for help on using the changeset viewer.
