This question about Using an extension: Asked

How can I customise "edit"-link and "actionform.tmpl" ?

While the Action Tracker is really great, I am becoming frustrated by trying to customise it as follows.

The customised actionform.tmpl

I would like to customise the actionformtemplate, alas it doesnt work

<form method="post" action="/bin/save/Support/Question1285" type="POST" enctype="application/x-www-form-urlencoded"> <h1>Action %UID% in Support.Question1285</h1>

<table class="atpEdit atpOrientRows"> <tbody> <tr><th > Erstellt für </th><td class="atpEdit"><input type="text" size="35" value="" name="who"></td></tr>

<tr><th> Due date </th><td class="atpEdit"><input id="date_due" type="text" size="16" value="" name="due"> <input type="image" align="middle" onclick="return showCalendar('date_due','%e %b %Y')" alt="Calendar" src="/pub/System/JSCalendarContrib/img.gif" name="calendar"></td></tr> <tr><th> Status </th><td class="atpEdit"><select size="1" name="state"><option selected="selected" value="open">open</option> <option value="closed">closed</option></select></td></tr>

<tr><th> Notify </th><td class="atpEdit"><input type="text" size="35" name="notify"></td></tr> </tbody> </table> <textarea name="text" wrap="virtual" rows="%EBH%" cols="%EBW%" style="width:99%" class="foswikiTextarea foswikiEditboxStyleProportional">%TEXT%</textarea>

%HIDDENFIELDS% <br />

<label for="sig" class="foswikiGrayText">Your signature to copy/paste: </label> <input name="sig" type="text" readonly="readonly" title="Select, copy and paste your signature text to the bottom of your entry" id="sig" value="-- <nop>Main.WikiGuest - 28 Mar 2024" /> <br />

<input type="submit" value=" Save Changes " /> </form>

Perhaps somebody with experience knows the trick?

-- ThomasSchmidt - 27 Apr 2013

 

QuestionForm edit

Subject Using an extension
Extension ActionTrackerPlugin
Version Foswiki 1.1.8
Status Asked
Related Topics
Topic revision: r3 - 30 Apr 2013, ThomasSchmidt
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. See Copyright Statement. Creative Commons License    Legal Imprint    Privacy Policy