Ignore:
Timestamp:
2013/03/10 12:03:28 (11 years ago)
Author:
Yammy
Message:

競合中の文言表示追加

refs #2179

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/camp/camp-2_13-plugin/data/Smarty/templates/admin/ownersstore/plugin_hookpoint_list.tpl

    r22664 r22720  
    8080            <tr> 
    8181                <!--{if $hookpoint|@count > 0 && $smarty.foreach.plugin.iteration == '1'}--> 
    82                 <td <!--{if in_array($val.hook_point, $arrConflict)}-->bgcolor="pink"<!--{/if}--> rowspan="<!--{$hookpoint|@count}-->"><!--{$val.hook_point}--></td> 
     82                <td <!--{if in_array($val.hook_point, $arrConflict)}-->bgcolor="pink"<!--{/if}--> rowspan="<!--{$hookpoint|@count}-->"> 
     83                    <!--{$val.hook_point}--> 
     84                    <!--{if in_array($val.hook_point, $arrConflict)}--><br /><span class="attention">※ 競合中</span><!--{/if}--> 
     85                </td> 
    8386                <!--{elseif !$smarty.foreach.plugin.iteration > 1}--> 
    84                 <td <!--{if in_array($val.hook_point, $arrConflict)}-->bgcolor="pink"<!--{/if}-->><!--{$val.hook_point}--></td> 
     87                <td <!--{if in_array($val.hook_point, $arrConflict)}-->bgcolor="pink"<!--{/if}-->> 
     88                    <!--{$val.hook_point}--> 
     89                    <!--{if in_array($val.hook_point, $arrConflict)}--><br /><span class="attention">※ 競合中</span><!--{/if}--> 
     90                </td> 
    8591                <!--{/if}--> 
    8692                <td<!--{if $val.use_flg == "f"}--> bgcolor="grey"<!--{/if}-->><!--{$val.priority}--></td> 
Note: See TracChangeset for help on using the changeset viewer.