All, I have been asked to provide a simple form in the
description field
as an aid to providing complete problem descriptions. This
info doesn't
have to be preserved, validated, or anything; its merely an
aid.
How can I do this?
Barry
Barry Benowitz
Raritan Computer
(732) 764 8886 x1362
barry.benowitzraritan.com
presetting info in the Description
2006-07-14 14:42:27
Barry,
Barry Benowitz wrote:
> All, I have been asked to provide a simple form in the
description field
> as an aid to providing complete problem descriptions.
This info doesn't
> have to be preserved, validated, or anything; its
merely an aid.
>
> How can I do this?
Open up templates/en/new.tpl.html
Look for the row:
<textarea name="description"
rows="10" tabindex="{$tabindex++}"
style="width:
97%">{$issue_description}</textarea>
Replace it with:
<textarea name="description"
rows="10" tabindex="{$tabindex++}"
style="width: 97%">{if $issue_description !=
''}{$issue_description}YOUR CONTENT
HERE{/if}</textarea>
Best Regards,
/bryan
--
Eventum Users Mailing List
For list archives: http://lists.mys
ql.com/eventum-users
To unsubscribe: http:
//lists.mysql.com/eventum-users?unsub=bondyahoo.com