File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 1515# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1616# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1717#
18- # $Id: htmltemplate.py,v 1.53 2002-01-14 04:03:32 richard Exp $
18+ # $Id: htmltemplate.py,v 1.54 2002-01-14 05:16:51 richard Exp $
1919
2020__doc__ = """
2121Template engine.
@@ -468,9 +468,9 @@ def do_submit(self):
468468 ''' add a submit button for the item
469469 '''
470470 if self .nodeid :
471- return _ ('<input type="submit" value="Submit Changes">' )
471+ return _ ('<input type="submit" name="submit" value="Submit Changes">' )
472472 elif self .form is not None :
473- return _ ('<input type="submit" value="Submit New Entry">' )
473+ return _ ('<input type="submit" name="submit" value="Submit New Entry">' )
474474 else :
475475 return _ ('[Submit: not called from item]' )
476476
@@ -889,6 +889,9 @@ def render(self, form):
889889
890890#
891891# $Log: not supported by cvs2svn $
892+ # Revision 1.53 2002/01/14 04:03:32 richard
893+ # How about that ... date fields have never worked ...
894+ #
892895# Revision 1.52 2002/01/14 02:20:14 richard
893896# . changed all config accesses so they access either the instance or the
894897# config attriubute on the db. This means that all config is obtained from
You can’t perform that action at this time.
0 commit comments