Ignore:
Timestamp:
2012/05/23 18:53:58 (12 years ago)
Author:
h_yoshimoto
Message:

#1821 プラグイン管理の有効・無効チェックボックスにラベルを付与

File:
1 edited

Legend:

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

    r21808 r21849  
    197197                            <!-- 有効/無効 --> 
    198198                                <!--{if $plugin.enable == $smarty.const.PLUGIN_ENABLE_TRUE}--> 
    199                                     <input id="plugin_enable" type="checkbox" name="disable" value="<!--{$plugin.plugin_id}-->" id="login_memory" checked="checked">有効</input><br/> 
     199                                    <label><input id="plugin_enable" type="checkbox" name="disable" value="<!--{$plugin.plugin_id}-->" id="login_memory" checked="checked">有効</input></label><br/> 
    200200                                <!--{else}--> 
    201                                     <input id="plugin_enable" type="checkbox" name="enable" value="<!--{$plugin.plugin_id}-->" id="login_memory">有効にする</input><br/> 
     201                                    <label><input id="plugin_enable" type="checkbox" name="enable" value="<!--{$plugin.plugin_id}-->" id="login_memory">有効にする</input></label><br/> 
    202202                                <!--{/if}--> 
    203203 
Note: See TracChangeset for help on using the changeset viewer.