Changeset 2282

Show
Ignore:
Timestamp:
11/01/08 18:43:40 (2 months ago)
Author:
aperez
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cherokee/trunk/ChangeLog

    r2281 r2282  
     12008-11-01  Antonio Perez  <aperez@skarcha.com> 
     2 
     3        * admin/ModuleErrorRedir.py: Changed submit button. Fixes 
     4        bug #190: http://code.google.com/p/cherokee/issues/detail?id=190 
     5 
    162008-11-01  Alvaro Lopez Ortega  <alvaro@octality.com> 
    27 
  • cherokee/trunk/admin/ModuleErrorRedir.py

    r2241 r2282  
    4040        options = EntryOptions ('new_error_code', ERROR_CODES) 
    4141        entry = self.InstanceEntry('new_error_url', 'text', size=30) 
    42         table += (options, entry, SUBMIT_BUTTON
     42        table += (options, entry, SUBMIT_ADD
    4343 
    4444        txt += str(table)