Changeset 223


Ignore:
Timestamp:
06/02/09 05:47:57 (15 years ago)
Author:
nanardon
Message:
  • form method = POST
File:
1 edited

Legend:

Unmodified
Added
Removed
  • LATMOS-Accounts-Web/root/html/massedit/index.tt

    r222 r223  
    1616 
    1717<table border="1"> 
    18 <form action="[% c.uri_for() %]"> 
     18<form action="[% c.uri_for() %]" method="POST"> 
    1919<input type="hidden" name="otype" value="[% c.req.param('otype') %]"> 
    2020<tr> 
     
    4646</form> 
    4747 
    48 <form action="[% c.uri_for() %]"> 
     48<form action="[% c.uri_for() %]" method="POST"> 
    4949<input type="hidden" name="otype" value="[% c.req.param('otype') %]"> 
    5050[% FOREACH atcol = c.req.param('attrcol') %] 
     
    6565</form> 
    6666 
    67 <form action="[% c.uri_for() %]"> 
     67<form action="[% c.uri_for() %]" method="POST"> 
    6868<input type="hidden" name="otype" value="[% c.req.param('otype') %]"> 
    6969[% FOREACH atcol = c.req.param('attrcol') %] 
Note: See TracChangeset for help on using the changeset viewer.