Closed (fixed)
Project:
Node Form Template
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
17 Jan 2009 at 05:39 UTC
Updated:
31 Mar 2009 at 23:50 UTC
I thought this module was exactly what I needed, until I took a look at the default markup in node-form.tpl.php... yikes. :)
<div class="node-form">
<div class="standard">
<?php print implode('', $form['#rendered_content_children']); ?>
</div>
<?php print implode('', $form['#rendered_generic_children']); ?>
</div>
That output scares the bejeezus out of me, let alone a poor themer who only has XHTML/CSS knowledge and maybe enough PHP to be dangerous. :)
I would've expected this to look a lot more like http://api.drupal.org/api/function/theme_node_form/6, with divs clearly delineating where parts of the form lay and individual fields rendered out and stuff like that.
Comments
Comment #1
brei9000 commentedHi webchick, did you get this module to work for you? I would be interested in getting a confirmation that this works in D6.
Comment #2
effulgentsia commentedThanks for the suggestion. I hope you find the tpl file in beta2 to be more friendly and well-documented.