Project

General

Profile

MessageListing.py.autoapply.diff

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

Download (912 Bytes)

View differences:

./MessageListing.py 2007-06-28 20:11:53.036545184 -0400
395 395
        write('''"/>
396 396
   </td>
397 397
  </tr>
398
  
399
  <tr>
400
    <th id="auto_apply_label">''')
401
        if False:
402
            _("Auto Update Time")
403
        _v = VFFSL(SL,"_",False)("Auto Apply") # '$_("Limit")' on line 95, col 34
404
        if _v is not None: write(_filter(_v, rawExpr='$_("auto_apply")')) # from line 95, col 34.
405
        write('''</th>
406

  
407
   <td colspan="4">
408
    <input id="autoapply_value" type="text" size="2" name="auto_apply" value="''')
409
        _v = VFFSL(SL,"auto_apply",True) # '$limit' on line 98, col 79
410
        if _v is not None: write(_filter(_v, rawExpr='$autoapply')) # from line 98, col 79.
411
    
412
	write('''"/>
413
   </td>
414
  </tr>
398 415

  
399 416
  <tr style="text-align: center;">
400 417
      <td colspan=3><input type="submit" name="apply" value="''')