Ignore:
Timestamp:
12/29/10 09:49:47 (13 years ago)
Author:
eduardoalex
Message:

Ticket #1475 - Barra em arquivo de template único

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/mobile/templates/default/home_index.tpl

    r3600 r3641  
    11<!-- BEGIN page --> 
    22<form method="post" action="index.php?menuaction=mobile.ui_home.search" id="form_search"> 
    3         <div class="busca">  
    4                 <input type="text" name="name" id="name" /> 
    5                 <button id="buscar" class="btn-generico" onclick="document.getElementById('form_search').submit()">{lang_search}</button> 
    6         </div> 
     3        {search} 
     4         
    75         
    86        <div class="menu-contexto"> 
     
    1412         
    1513        <dl id="lista_miolo"> 
    16                 <dt><input type="checkbox" name="default_folders" value='1'></input>{lang_my_mail} | <span class="rotulo-complementar">Usados {quota_percent}% [{quota_used}/{quota_limit}]</span></dt> 
     14                <dt><input type="checkbox" name="default_folders" value='1'/> {lang_my_mail} | <span class="rotulo-complementar">Usados {quota_percent}% [{quota_used}/{quota_limit}]</span></dt> 
    1715                        {default_folders_box} 
    18     <dt><input type="checkbox" name="personal_folders" value='1'><a href="index.php?menuaction=mobile.ui_home.index&expand_folders={expand_folders}">{lang_my_folders}</a></dt> 
     16    <dt><input type="checkbox" name="personal_folders" value='1'><a href="index.php?menuaction=mobile.ui_home.index&expand_folders={expand_folders}"> {lang_my_folders}</a></dt> 
    1917      {personal_folders_box}                     
    20                 <dt><input type="checkbox" name="calendar_search" value='1'><a href="index.php?menuaction=mobile.ui_mobilecalendar.index">{lang_my_commitments}</a></dt> 
     18                <dt><input type="checkbox" name="calendar_search" value='1'><a href="index.php?menuaction=mobile.ui_mobilecalendar.index"> {lang_my_commitments}</a></dt> 
    2119                        {commitments_box}  
    22     <dt><input type="checkbox" name="contacts_search" value='1'>{lang_my_contacts}</dt>                  
     20    <dt><input type="checkbox" name="contacts_search" value='1'> {lang_my_contacts}</dt>                         
    2321        </dl> 
    2422</form> 
Note: See TracChangeset for help on using the changeset viewer.