Changeset 841


Ignore:
Timestamp:
Aug 20, 2005, 11:11:30 AM (19 years ago)
Author:
chrisaga
Message:

fix title

Location:
trunk/template/cclear/admin
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/cclear/admin/configuration.tpl

    r820 r841  
    1 <!-- BEGIN errors -->
    2 <div class="errors">
    3 <ul>
    4   <!-- BEGIN error -->
    5   <li>{errors.error.ERROR}</li>
    6   <!-- END error -->
    7 </ul>
    8 </div>
    9 <!-- END errors -->
    10 <!-- BEGIN confirmation -->
    11 <div class="info">{L_CONFIRM}</div>
    12 <!-- END confirmation -->
     1<!-- $Id$ -->
     2<h2>{lang:title_configuration}</h2>
     3
    134<form method="post" action="{F_ACTION}">
    145<table width="100%" align="center">
  • trunk/template/cclear/admin/thumbnail.tpl

    r820 r841  
    1 <!-- BEGIN errors -->
    2 <div class="errors">
    3 <ul>
    4   <!-- BEGIN error -->
    5   <li>{errors.error.ERROR}</li>
    6   <!-- END error -->
    7 </ul>
    8 </div>
    9 <!-- END errors -->
     1<!-- $Id$ -->
     2<h2>{lang:title_thumbnails}</h2>
    103
    114<!-- BEGIN results -->
  • trunk/template/cclear/admin/update.tpl

    r820 r841  
     1<!-- $Id$ -->
     2
     3<h2>{lang:title_update}</h2>
     4
    15<!-- BEGIN update -->
    26<h3>{L_RESULT_UPDATE}</h3>
  • trunk/template/cclear/admin/waiting.tpl

    r820 r841  
    1 <form action="{F_ACTION}" method="post">
    2   <!-- BEGIN confirmation -->
    3   <div class="info">{L_WAITING_CONFIRMATION}</div>
    4   <!-- END confirmation -->
     1<!-- $Id$ -->
     2<h2>{lang:title_waiting}</h2>
     3
     4<form action="{F_ACTION}" method="post" id="waiting">
    55  <table style="width:100%;" >
    66    <tr class="throw">
     
    3333    </tr>
    3434    <!-- END picture -->
    35     <tr>
    36       <td colspan="6" align="center">
    37           <input type="submit" name="submit" value="{L_SUBMIT}" class="bouton" />
    38           <input type="reset" name="reset" value="{L_RESET}" class="bouton" />
    39           </td>
    40     </tr>
    4135  </table>
     36  <p>
     37    <input type="submit" name="submit" value="{L_SUBMIT}" class="bouton" />
     38    <input type="reset" name="reset" value="{L_RESET}" class="bouton" />
     39  </p>
    4240</form>
Note: See TracChangeset for help on using the changeset viewer.