source: trunk/calendar/templates/default/form_button_script.tpl @ 663

Revision 663, 356 bytes checked in by niltonneto, 15 years ago (diff)

Alteração que não impacta na Agenda atual, mas será utilizado pelo expressoCalendar (nova agenda).

  • Property svn:eol-style set to native
  • Property svn:executable set to *
Line 
1
2<!-- BEGIN form_button -->
3<nobr>
4<form action="{action_url_button}" method="post" name="{action_text_button}form">
5<div style="padding-top:15px; padding-right: 2px">
6        {action_extra_field}
7        <input id="{button_id}" style="font-size:10px" type="submit" value="{action_text_button}" {action_confirm_button}>
8</div>
9</form>
10</nobr>
11
12<!-- END form_button -->
Note: See TracBrowser for help on using the repository browser.