SID-00880: ActionTrackerPlugin CSS problems.
| Status: |
Unanswered |
TWiki version: |
4.3.2 |
Perl version: |
5.010000 (linux) |
| Category: |
CategoryPlugins |
Server OS: |
Linux 2.6.30.5-dsa-amd64 (x86_64-linux-gnu-thread-multi) |
Last update: |
15 years ago |
I'm currently in the process of migrating our 4.0.5 Twiki installation to 4.3.2 and am having problems getting the
ActionTrackerPlugin to format it's output as per the CSS that controls it's look.
My main problem is that I don’t seem to be able to influence the table cell borders. While I'm sure the plugin is referencing the CSS as I can change the colour of things like the atpwarn class it just doesn't seem to pick up changes to atpDef th or td or even atpSearch th, td.
When I look at the page source returned for an ACTIONSEARCH these classes don’t even appear in the table. An example of the page source is below;
<table class="twikiFormTable">
<tr>
<th> Assigned to </th>
<th> Due date </th>
<th> Description </th>
<th> State </th>
<th> Notify </th>
<th> </th>
</tr>
<tr>
<td>
<a href="/twiki/bin/view/Main/NickPorter" class="twikiLink">NickPorter</a>
</td>
<td>
<span class="atpWarn">Thu, 21 Jan 2010</span>
</td>
<td>
Some action. <br /> <br />s <br /><font color="#008000"> DONE - 20100121 </font> <br /> <a href="http://192.168.115.22/twiki/bin/view/Main/ItMiscActions#000592"><img alt="(go to action)" src="http://192.168.115.22/twiki/pub/TWiki/TWikiDocGraphics/target.gif" /></a> </td>
<td>
<select class="atpStateopen" onchange="atp_update(this,"/twiki/bin/rest/ActionTrackerPlugin/update?topic=Main.ItMiscActions;uid=000592","state",this.value)"><option value="open" selected="selected">open</option><option value="closed">closed</option></select>
</td>
<td>
</td>
<td>
<a href="http://192.168.115.22/twiki/bin/edit/Main/ItMiscActions?skin=action%2ctweak%2c%20pattern;atp_action=000592;nowysiwyg=1;t=1277889617" onclick="return atp_editWindow('http://192.168.115.22/twiki/bin/edit/Main/ItMiscActions?skin=action%2ctweak%2c%20pattern;atp_action=000592;nowysiwyg=1;t=1277889617')">edit</a> </td>
</tr>
<tr>
<td> <a href="/twiki/bin/view/Main/NickPorter" class="twikiLink">NickPorter</a>
</td>
.....
I guess my main question is why is the table class 'twikiFormTable' and not 'atpDef'
--
NickPorter - 2010-06-30
Discussion and Answer
Anybody?
--
NickPorter - 2010-07-06
Sorry, I am not familiar with this plugin. (I just fixed formatting in your example above)
--
PeterThoeny - 2010-07-06
Closing this question after more than 30 days of inactivity. Feel free to reopen if needed. Consider engaging one of the
TWiki consultants if you need timely help. We invite you to
get involved with the community, it is more likely you get community support if you support the open source project!
--
PeterThoeny - 2010-09-13
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.