Changeset 19648 for branches/camp


Ignore:
Timestamp:
2010/11/07 09:59:05 (13 years ago)
Author:
uchida
Message:

db index setting. add recommend_comment.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/camp/camp-2_5-D/data/Smarty/templates/admin/system/editdb.tpl

    r19607 r19648  
    2828  <input type="hidden" name="mode" value="confirm" /> 
    2929      <table class="list"> 
    30        
    3130      <tr> 
    32     <th>テーブル名</th> 
    33     <th>カラム名</th> 
    34     <th>インデックス</th> 
    35     </tr> 
     31        <th>インデックス</th> 
     32        <th>テーブル名</th> 
     33        <th>カラム名</th> 
     34        <th>説明</th> 
     35      </tr> 
    3636 
    3737       
     
    3939   
    4040    <tr> 
     41    <td><input type="checkbox" name="indexflag_new[]" value="<!--{$smarty.section.cnt.index}-->" <!--{if $arrForm[cnt].indexflag == "1"}-->checked<!--{/if}--> /></td> 
    4142    <td><!--{$arrForm[cnt].table_name}--></td> 
    4243    <td><!--{$arrForm[cnt].column_name}--></td> 
    43     <td><input type="checkbox" name="indexflag_new[]" value="<!--{$smarty.section.cnt.index}-->" <!--{if $arrForm[cnt].indexflag == "1"}-->checked<!--{/if}--> /></td> 
     44    <td><!--{$arrForm[cnt].recommend_comment}--></td> 
    4445    </tr> 
    4546<input type="hidden" name="table_name[]" value="<!--{$arrForm[cnt].table_name}-->" /> 
Note: See TracChangeset for help on using the changeset viewer.