source: sandbox/2.4.2-expresso1/prototype/modules/calendar/templates/task_quick_add.ejs @ 6946

Revision 6946, 394 bytes checked in by douglasz, 12 years ago (diff)

Ticket #2966 - Adicionado validacoes para status das tarefas.

  • Property svn:executable set to *
Line 
1<div class="add-simple-task">
2
3        <input type="text" class="task" name="summary" value=""/>
4        <textarea name="description" class="task"></textarea>
5
6        <fieldset class="menu-container footer-container menu-addevent">
7                <a class="button advanced" href="#">Avançado</a>
8                <a class="button cancel" href="#">Cancelar</a>
9            <a class="button save" href="#">Salvar</a>
10    </fieldset>
11
12</div>
Note: See TracBrowser for help on using the repository browser.