Ignore:
Timestamp:
2011/01/19 17:22:29 (13 years ago)
Author:
kotani
Message:

#280 管理画面>システム設定>メンバー管理 の「稼働・非稼働」を「新規登録・編集画面」で設定するように変更。

File:
1 edited

Legend:

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

    r19965 r19977  
    3535    <colgroup width="20%"> 
    3636    <colgroup width="20%"> 
    37     <colgroup width="10%"> 
    38     <colgroup width="10%"> 
    3937    <colgroup width="5%"> 
    4038    <colgroup width="5%"> 
     
    4745      <th>名前</th> 
    4846      <th>所属</th> 
    49       <th>稼動</th> 
    50       <th>非稼動</th> 
    5147      <th>編集</th> 
    5248      <th>削除</th> 
     
    5854      <td><!--{$list_data[data].name|h}--></td> 
    5955      <td><!--{$list_data[data].department|h}--></td> 
    60       <td align="center"><!--{if $list_data[data].work eq 1}--><input type="radio" name="radio<!--{$smarty.section.data.iteration}-->" value="稼動" onclick="fnChangeRadio(this.name, 1, <!--{$list_data[data].member_id}-->, <!--{$tpl_disppage}-->);" checked /><!--{else}--><input type="radio" name="radio<!--{$smarty.section.data.iteration}-->" value="稼動" onclick="fnChangeRadio(this.name, 1, <!--{$list_data[data].member_id}-->, <!--{$tpl_disppage}-->);"/><!--{/if}--></td> 
    61       <td align="center"><!--{if $list_data[data].work eq 0}--><input type="radio" name="radio<!--{$smarty.section.data.iteration}-->" value="非稼動"  onclick="fnChangeRadio(this.name, 0, <!--{$list_data[data].member_id}-->, <!--{$tpl_disppage}-->);" checked /><!--{else}--><input type="radio" name="radio<!--{$smarty.section.data.iteration}-->" value="非稼動" onclick="fnChangeRadio(this.name, 0, <!--{$list_data[data].member_id}-->, <!--{$tpl_disppage}-->);" <!--{if $workmax <= 1 }-->disabled<!--{/if}-->  /><!--{/if}--></td> 
    6256      <td align="center"><a href="#" onClick="win01('./input.php?id=<!--{$list_data[data].member_id}-->&amp;pageno=<!--{$tpl_disppage}-->','member_edit','615','450'); return false;">編集</a></td> 
    6357      <td align="center"><!--{if $workmax > 1 }--><a href="#" onClick="fnDeleteMember(<!--{$list_data[data].member_id}-->,<!--{$tpl_disppage}-->); return false;">削除</a><!--{else}-->-<!--{/if}--></td> 
Note: See TracChangeset for help on using the changeset viewer.