Project

General

Profile

MessageListing.tmpl.autoapply.diff

auto apply patch - prmarino1-gmail-com -, 06/29/2007 04:10 AM

Download (857 Bytes)

View differences:

./MessageListing.tmpl 2007-06-28 20:12:09.069458848 -0400
2 2
#extends prewikka.templates.ClassicLayout
3 3

  
4 4
#def layout_start_hook
5
<form method="post" action="?">
5
<form name="viewfilter" method="post" action="?">
6 6
#for $name, $value in $hidden_parameters
7 7
  <input type="hidden" name="$name" value="$value"/>
8 8
#end for
......
98 98
    <input id="timeline_limit_value" type="text" size="2" name="limit" value="$limit"/>
99 99
   </td>
100 100
  </tr>
101
  
102
  <tr>
103
    <th id="auto_apply_label">$_("Auto Update Time")</th>
104

  
105
    <td colspan="4">
106
     <input id="autoapply_value" type="text" size="2" name="auto_apply" value="$auto_apply"/>
107
    </td>
108
  </tr>
101 109

  
102 110
  <tr style="text-align: center;">
103 111
      <td colspan=3><input type="submit" name="apply" value="$_("Apply")" />