[WTF CVS] wtf/templates/pages/input tracking.tmpl,1.3,1.4
Brought to you by:
gryphonshafer
From: Gryphon S. <gry...@us...> - 2006-12-02 22:37:54
|
Update of /cvsroot/wtf-tracker/wtf/templates/pages/input In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv11451/templates/pages/input Modified Files: tracking.tmpl Log Message: Switched some forms from method GET to method POST because we were sending large query strings Index: tracking.tmpl =================================================================== RCS file: /cvsroot/wtf-tracker/wtf/templates/pages/input/tracking.tmpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** tracking.tmpl 2 Dec 2006 00:09:09 -0000 1.3 --- tracking.tmpl 2 Dec 2006 22:37:50 -0000 1.4 *************** *** 3,7 **** <h4 class="iframe"><tmpl_var name="title"></h4> ! <form name="tracking" class="tracking" method="get" onsubmit="return submitTrackingForm( this, false )" action="<tmpl_var name="root_url">/save/input/timesheet"> --- 3,7 ---- <h4 class="iframe"><tmpl_var name="title"></h4> ! <form name="tracking" class="tracking" method="post" onsubmit="return submitTrackingForm( this, false )" action="<tmpl_var name="root_url">/save/input/timesheet"> *************** *** 54,58 **** </tmpl_if> ! <h4 class="tight" style="margin-top: 0px">Accomplishments & To-Do Items</h4> <textarea name="notes" onchange="trackingChange = true"><tmpl_var name="notes" --- 54,58 ---- </tmpl_if> ! <h4 class="tight" style="margin-top: 0px">Notes, Accomplishments, Status</h4> <textarea name="notes" onchange="trackingChange = true"><tmpl_var name="notes" |