Ignore:
Timestamp:
2011/03/05 13:17:47 (13 years ago)
Author:
Seasoft
Message:

#627(ソース整形・ソースコメントの改善)

File:
1 edited

Legend:

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

    r20513 r20516  
    102102            // 数量 
    103103            var qfield = $('<input type="text" />') 
    104                 .attr({'name': 'multiple_quantity[' + index + ']', 
    105                        'size': 4}) 
     104                .attr({ 
     105                    'name': 'multiple_quantity[' + index + ']', 
     106                    'size': 4 
     107                }) 
    106108                .val(1); 
    107109 
     
    155157        // TODO タグをベタ書きにしないと, innerHTML で value が空になってしまう 
    156158        $(div).append('<input type="hidden" name="' 
    157                       + $(this).attr('name') 
    158                       + '" value="' + $(this).val() + '" />'); 
     159            + $(this).attr('name') 
     160            + '" value="' + $(this).val() + '" />'); 
    159161    }); 
    160162 
Note: See TracChangeset for help on using the changeset viewer.