Ignore:
Timestamp:
2011/03/11 14:38:53 (13 years ago)
Author:
t_yuo
Message:

#1065 ([管理画面]デザイン管理(レイアウト設定):「ヘッダー部」の上にブロックを挿入できない)
修正いたしました。

File:
1 edited

Legend:

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

    r20516 r20601  
    5656            <tr> 
    5757                <!-- ★☆★ ヘッダより上部ナビテーブル ☆★☆ --> 
    58                 <td colspan="3" id="<!--{$arrTarget[$smarty.const.TARGET_ID_HEADER_TOP]}-->" class="ui-sortable"> 
    59                     <!--{assign var="firstflg" value=false}--> 
    60                     <!--{foreach key=key item=item from=$tpl_arrBloc name="bloc_loop"}--> 
    61                         <!--{if $item.target_id == $arrTarget[$smarty.const.TARGET_ID_HEAD]}--> 
     58                <td colspan="3" id="<!--{$arrTarget[$smarty.const.TARGET_ID_HEAD_TOP]}-->" class="ui-sortable"> 
     59                    <!--{assign var="firstflg" value=false}--> 
     60                    <!--{foreach key=key item=item from=$tpl_arrBloc name="bloc_loop"}--> 
     61                        <!--{if $item.target_id == $arrTarget[$smarty.const.ID_HEAD_TOP]}--> 
    6262                            <div class="sort<!--{if !$firstflg}--> first<!--{/if}-->"> 
    6363                                <input type="hidden" class="name" name="name_<!--{$smarty.foreach.bloc_loop.iteration}-->" value="<!--{$item.name}-->" /> 
Note: See TracChangeset for help on using the changeset viewer.