XPressME Integration Kit

Trac


Ignore:
Timestamp:
Mar 18, 2009, 6:02:31 PM (15 years ago)
Author:
toemon
Message:

テンプレートのクラスにブロック全般クラス(<div class="xpress_block">)を追加

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/templates/source/authors_block.html

    r110 r115  
    1010************************* End of usage ************************ *}> 
    1111<{* Start Template *}> 
    12 <{$block.err_message}> 
    13 <ul class="xpress_authors_content"> 
    14         <{foreach from=$block.contents item=content}> 
    15                 <li> 
    16                 <{$content.author}> 
    17                 </li> 
    18         <{/foreach}> 
    19 </ul> 
     12<div class="xpress_block"> 
     13        <div class="xpress_authors_block"> 
     14                <{$block.err_message}> 
     15                <ul> 
     16                <{foreach from=$block.contents item=content}> 
     17                        <li> 
     18                        <{$content.author}> 
     19                        </li> 
     20                <{/foreach}> 
     21                </ul> 
     22        </div> 
     23</div> 
Note: See TracChangeset for help on using the changeset viewer.