Closed (won't fix)
Project:
CAPTCHA
Version:
5.x-3.x-dev
Component:
Captcha API (captcha)
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Aug 2007 at 19:31 UTC
Updated:
5 Sep 2007 at 08:26 UTC
Jump to comment: Most recent file
Comments
Comment #1
robloachI removed the @bug documentation so we'll now track it in this issue. Does this problem still persist? I haven't been able to reproduce it.
Comment #2
soxofaan commentedScreenshot of "bug": the CAPTCHA administration links are not placed directly above the buttons. "Authoring info" and "publishing options" are squeezed between them. This is for the site administrator. Untrusted users probably have not enough rights to see the authoring and publishing options, so it's not a big problem.
Reason for the bug: the create node form uses a custom theming function which groups the "authoring info", "publishing options" and the buttons. See /modules/node/node.module, function theme_node_form() (around line 2146):
I would label this issue as won't fix however. It would be very messy to fix this and it's not worth the trouble IMHO.
Comment #3
robloachYeah, not really worth it. If anyone wants to itch their own back, please be kind and submit a patch!