source: branches/2.2/calendar/templates/default/form_button_dropdown.tpl @ 5110

Revision 5110, 435 bytes checked in by alexandrecorreia, 13 years ago (diff)

Ticket #2279 - Corrigido bug de Exportar todos contendo agenda compartilhada

  • Property svn:eol-style set to native
  • Property svn:executable set to *
Line 
1<form action="{form_link}" method="post" name="{form_name}form">
2<td width="{form_width}%" align="center" valign="top" style="padding-top:16px">
3        <span style="font-size:10px"><b>{title}:</b>
4    {hidden_vars}
5    <select {id_form_select} name="{form_name}" onchange="document.{form_name}form.submit()">
6                {form_options}
7        </select>
8    <noscript>
9        <input type="submit" value="{button_value}">
10    </noscript>
11        </span>
12</td>
13</form>
Note: See TracBrowser for help on using the repository browser.