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.

Line 
1<!-- BEGIN page -->
2<form method="post" action="index.php?menuaction=mobile.ui_home.search" id="form_search">
3        {search}
4       
5       
6        <div class="menu-contexto">
7                {lang_new_mail}:
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>
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>
10        </div>
11       
12        <dl id="lista_miolo">
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>
14                        {default_folders_box}
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>
16      {personal_folders_box}                   
17                <dt><input type="checkbox" name="calendar_search" value='1'><a href="index.php?menuaction=mobile.ui_mobilecalendar.index"> {lang_my_commitments}</a></dt>
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>                       
20        </dl>
21</form>
22
23<!-- END page -->
24<!-- BEGIN folder_block -->
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>
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.