Ignore:
Timestamp:
2012/07/20 16:21:27 (12 years ago)
Author:
h_yoshimoto
Message:

#1899 プラグイン必須モジュールチェックのエラー出力形式を変更

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/Smarty/templates/admin/ownersstore/plugin.tpl

    r21884 r21971  
    127127                <!--{assign var=key value="plugin_file"}--> 
    128128                <span class="attention"><!--{$arrErr[$key]}--></span> 
    129                 <!--{foreach item=val from=$arrErr}--> 
    130                 <!--{if $val != '' && $val != $key}--><span class="attention"><!--{$val}--></span><!--{/if}--> 
    131                 <!--{/foreach}--> 
    132  
    133129                <input type="file" name="<!--{ $key }-->" class="box45" size="43"  style="<!--{$arrErr[$key]|sfGetErrorColor}--> <!--{if $arrErr[$key]}--> background-color:<!--{$smarty.const.ERR_COLOR|h}--><!--{/if}-->"> 
    134130                <a class="btn-action" href="javascript:;" onclick="install(); return false;"><span class="btn-next">インストール</span></a> 
Note: See TracChangeset for help on using the changeset viewer.