Ignore:
Timestamp:
2008/06/22 00:00:51 (16 years ago)
Author:
Seasoft
Message:

XHTML管理画面の不具合修正・調整など

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/comu-ver2/data/Smarty/templates/default/admin/design/index.tpl

    r17351 r17365  
    164164 
    165165  <table class="list center"> 
    166   <!--{foreach key=key item=item from=$arrEditPage}--> 
     166  <!--{foreach item=item from=$arrEditPage}--> 
    167167    <tr style="background-color:<!--{if $item.page_id == $page_id}--><!--{$smarty.const.SELECT_RGB}--><!--{else}-->#ffffff<!--{/if}-->;"> 
    168168      <td> 
     
    170170      </td> 
    171171      <td> 
    172         <div class="btn"> 
    173           <button type='button' onclick="location.href='./main_edit.php?page_id=<!--{$item.page_id}-->'"><span>メイン編集</span></button> 
    174         </div> 
     172        <button type='button' onclick="location.href='./main_edit.php?page_id=<!--{$item.page_id}-->'"><span>メイン編集</span></button> 
    175173      </td> 
    176174      <td> 
    177175        <!--{if $item.edit_flg == 1}--> 
    178         <div class="btn"> 
    179176          <button type='button' onclick="fnTargetSelf(); fnFormModeSubmit('form1','delete','','');"><span>削除</span></button> 
    180         </div> 
    181177        <!--{/if}--> 
    182178      </td> 
     
    191187 
    192188 
    193 <!--{foreach key=key item=item from=$tpl_arrBloc name="bloc_loop"}--> 
     189<!--{foreach item=item from=$tpl_arrBloc name="bloc_loop"}--> 
    194190<div align="center" target_id="<!--{$item.target_id}-->" did="<!--{$smarty.foreach.bloc_loop.iteration}-->" class="dragged_elm" id="<!--{$item.target_id}-->" 
    195191   style="left:350px; top:0px; filter: alpha(opacity=100); opacity: 1; width: 120px;"> 
Note: See TracChangeset for help on using the changeset viewer.