[Moin-devel] CVS: MoinMoin/action AttachFile.py,1.26,1.27
J?rgen Hermann
jhermann at users.sourceforge.net
Fri Mar 8 11:41:02 EST 2002
- Previous message (by thread): [Moin-devel] CVS: MoinMoin/i18n fi.py,1.13,1.14 fr.py,1.17,1.18 it.py,1.1,1.2 ja.py,1.3,1.4 ko.py,1.4,1.5 nl.py,1.13,1.14 pt.py,1.10,1.11 sv.py,1.16,1.17 zh.py,1.8,1.9
- Next message (by thread): [Moin-devel] CVS: dist Makefile,1.3,1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/moin/MoinMoin/action
In directory usw-pr-cvs1:/tmp/cvs-serv9967/action
Modified Files:
AttachFile.py
Log Message:
Changed FORM because of Konqueror being anal
Index: AttachFile.py
===================================================================
RCS file: /cvsroot/moin/MoinMoin/action/AttachFile.py,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -r1.26 -r1.27
*** AttachFile.py 13 Feb 2002 21:13:52 -0000 1.26
--- AttachFile.py 8 Mar 2002 19:40:08 -0000 1.27
***************
*** 232,239 ****
""")
print """
- <table border="0">
<form action="%(baseurl)s/%(pagename)s" method="POST" enctype="multipart/form-data">
<input type="hidden" name="action" value="%(action_name)s">
<input type="hidden" name="do" value="upload">
<tr><td><b>%(upload_label_file)s</b></td>
<td><input type="file" name="file" size="50"></td></tr>
--- 232,239 ----
""")
print """
<form action="%(baseurl)s/%(pagename)s" method="POST" enctype="multipart/form-data">
<input type="hidden" name="action" value="%(action_name)s">
<input type="hidden" name="do" value="upload">
+ <table border="0">
<tr><td><b>%(upload_label_file)s</b></td>
<td><input type="file" name="file" size="50"></td></tr>
***************
*** 243,248 ****
<td><input type="text" name="rename" size="50" value="%(rename)s"></td></tr>
<tr><td></td><td><input type="submit" value="%(upload_button)s"></td></tr>
- </form>
</table>
""" % {
'baseurl': webapi.getBaseURL(),
--- 243,248 ----
<td><input type="text" name="rename" size="50" value="%(rename)s"></td></tr>
<tr><td></td><td><input type="submit" value="%(upload_button)s"></td></tr>
</table>
+ </form>
""" % {
'baseurl': webapi.getBaseURL(),
- Previous message (by thread): [Moin-devel] CVS: MoinMoin/i18n fi.py,1.13,1.14 fr.py,1.17,1.18 it.py,1.1,1.2 ja.py,1.3,1.4 ko.py,1.4,1.5 nl.py,1.13,1.14 pt.py,1.10,1.11 sv.py,1.16,1.17 zh.py,1.8,1.9
- Next message (by thread): [Moin-devel] CVS: dist Makefile,1.3,1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Moin-devel
mailing list