Changeset 3c8c05e3cf3aa31557957fcad353dfdf2e7c4505
- Timestamp:
- 03/09/08 12:12:32
(9 months ago)
- Author:
- Christopher Jung <bktheg@web.de>
- git-committer:
- Christopher Jung <bktheg@web.de> 1205061152 +0100
- git-parent:
[7d55579edacad17eebc9b854529244f2221b51b1]
- git-author:
- Christopher Jung <bktheg@web.de> 1205061152 +0100
- Message:
BBCode TagIntrnlConfTask? gefixt
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rdcd6229 |
r3c8c05e |
|
| 44 | 44 | str.append("<br />"); |
|---|
| 45 | 45 | str.append("<a class=\"ok\" target=\"main\" href=\"./ds?module=comm&sess="+sess+"&action=send&to=task&title="+taskid+"&msg=handletm\">ja</a> - "); |
|---|
| 46 | | str.append("<a class=\"error\" target=\"main\" href=\".ds?module=comm&sess="+sess+"&action=send&to=task&title="+taskid+"&msg=dismiss\">nein</a>"); |
|---|
| | 46 | str.append("<a class=\"error\" target=\"main\" href=\"./ds?module=comm&sess="+sess+"&action=send&to=task&title="+taskid+"&msg=dismiss\">nein</a>"); |
|---|
| 47 | 47 | str.append("</td></tr></table>"); |
|---|
| 48 | 48 | str.append("</div>"); |
|---|