Ignore:
Timestamp:
2011/01/19 11:23:20 (13 years ago)
Author:
uemoto
Message:

#382(管理画面XHTMLに変更)

  • 細部調整
File:
1 edited

Legend:

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

    r19835 r19965  
    2323*}--> 
    2424<form name="form1" id="form1" method="post" action="?"> 
     25<div class="btn"> 
     26    <a class="btn-action" href="./template_input.php"><span class="btn-next">テンプレートを新規入力</span></a> 
     27</div> 
     28<!--{if count($list_data) > 0}--> 
    2529<div id="mail" class="contents-main"> 
    2630    <table class="list center"> 
     31    <colgroup width="15%"> 
     32    <colgroup width="35%"> 
     33    <colgroup width="20%"> 
     34    <colgroup width="10%"> 
     35    <colgroup width="10%"> 
     36    <colgroup width="10%"> 
    2737        <tr> 
    2838            <th>作成日</th> 
     
    4555        <!--{/section}--> 
    4656    </table> 
    47  
    48     <div class="btn addnew"> 
    49         <a class="btn-normal" href="./template_input.php"><span>テンプレートを新規入力</span></a> 
    50     </div> 
    5157</div> 
     58<!--{/if}--> 
Note: See TracChangeset for help on using the changeset viewer.