Tuesday 05 July 2011 1:34:50 am
Hi Alex. I guess you're adding your workflow from a custom extension, right? you will need two new templates. one for edit the workflow and the other one for viewing the info of it (that's it, the classes or sections you have selected in the edit template). that edit template will be loaded just below the comments field you're talking about. if you have your debug enabled, i guess it would telling you which templates are missing (if this is case, of course). Normally this edit template should be placed in extension/[yourextension]/design/standard/templates/workflow/eventtype/edit/event_[yourevent].tpl then, it's a matter of tweak that template and get the values from the php class you have added for the template.
|