source: branches/2.2/mobile/templates/default/home_index.tpl @ 3643

Revision 3643, 1.7 KB checked in by eduardoalex, 13 years ago (diff)

Ticket #1404 - Removido link de compromisso e adicionado link novo contato.

RevLine 
[3564]1<!-- BEGIN page -->
[3600]2<form method="post" action="index.php?menuaction=mobile.ui_home.search" id="form_search">
[3641]3        {search}
[3571]4       
[3641]5       
[3571]6        <div class="menu-contexto">
7                {lang_new_mail}:
[3600]8                <button name="email" class="btn-contexto" type="button" onclick='window.location="index.php?menuaction=mobile.ui_mobilemail.new_msg&type=clk"'>{lang_context_email}</button>
[3643]9                <button name="contato" class="btn-contexto" type="button" onclick='window.location="index.php?menuaction=mobile.ui_mobilecc.contact_add_edit"'>{lang_context_contact}</button>
[3571]10        </div>
11       
12        <dl id="lista_miolo">
[3641]13                <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>
[3571]14                        {default_folders_box}
[3641]15    <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>
[3571]16      {personal_folders_box}                   
[3641]17                <dt><input type="checkbox" name="calendar_search" value='1'><a href="index.php?menuaction=mobile.ui_mobilecalendar.index"> {lang_my_commitments}</a></dt>
[3643]18                        {commitments_box}
19    <dt><input type="checkbox" name="contacts_search" value='1'> <a href="index.php?menuaction=mobile.ui_mobilecc.init_cc"> {lang_my_contacts} </a></dt>                       
[3571]20        </dl>
21</form>
[3564]22
23<!-- END page -->
24<!-- BEGIN folder_block -->
[3600]25<dd class="{dd_class}"><a href="index.php?menuaction=mobile.ui_mobilemail.change_folder&folder={folder_id}"><div class="nome-item">{folder_name}</div></a> <span class="contagem">[{folder_unseen}/{folder_total_msg}]</span></dd>
[3564]26<!-- END folder_block -->
27<!-- BEGIN commitment_block -->
28<dd class="{dd_class}"><strong>{commitment_time}</strong> {commitment_title}</dd>
29<!-- END commitment_block -->
Note: See TracBrowser for help on using the repository browser.