Ignore:
Timestamp:
2012/03/23 16:24:29 (12 years ago)
Author:
h_yoshimoto
Message:

#1692 プラグイン設定を呼び出す処理をモジュールと同様の処理に変更

File:
1 edited

Legend:

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

    r21539 r21671  
    187187                            <!-- 設定 --> 
    188188                                <!--{if $plugin.config_flg == true && $plugin.status != $smarty.const.PLUGIN_STATUS_UPLOADED}--> 
    189                                     <a href="?" onclick="win03('<!--{$smarty.const.ROOT_URLPATH}-->plugin/<!--{$plugin.plugin_code}-->/config.php','plugin_setting','620','760'); return false;">プラグイン設定</a>&nbsp;|&nbsp; 
     189                                    <a href="?" onclick="win02('../load_plugin_config.php?plugin_id=<!--{$plugin.plugin_id}-->', 'load', 615, 400);return false;">プラグイン設定</a>&nbsp;|&nbsp; 
    190190                                <!--{else}--> 
    191191                                    <span>プラグイン設定&nbsp;|&nbsp;</span> 
Note: See TracChangeset for help on using the changeset viewer.