source: branches/2.2.0.1/mobile/templates/default/keep_add_participants.tpl @ 4246

Revision 4246, 535 bytes checked in by rafaelraymundo, 13 years ago (diff)

Ticket #1726 - Adicionado mobile com todas as alteracoes realizadas

Line 
1<!-- BEGIN body -->
2<table>
3<tr>
4<td>
5<form action="index.php">
6        <input type="hidden" name="menuaction" value="mobile.ui_mobilecalendar.add_participants">
7        <input type="submit" value="{lang_add_participants}">
8</form>
9</td>
10<td>
11&nbsp; &nbsp;
12</td>
13<td>
14<form action="index.php">
15        <input type="hidden" name="menuaction" value="mobile.ui_mobilecalendar.add">
16        <input type="submit" value="{lang_continue}">
17</form>
18</td>
19</tr>
20</table>
21<!--a href="index.php?menuaction=mobile.ui_mobilecalendar.add">{lang_continue}</a>
22<!-- END body -->
Note: See TracBrowser for help on using the repository browser.