|
Revision 46, 282 bytes
(checked in by d0nut, 6 years ago)
|
|
Patched tagging up to version 0.2 - It's the first runnable version, which allows saving and editing tags.
The javascript library had the problem that it only could run with present data. This is fixed.
|
| Line | |
|---|
| 1 | <?xml version="1.0"?> |
|---|
| 2 | <!DOCTYPE import SYSTEM "DTD/import.dtd"> |
|---|
| 3 | <data> |
|---|
| 4 | <import> |
|---|
| 5 | <headermenuitem name="wcf.header.menu.tagging"> |
|---|
| 6 | <icon>icon/tagging24.png</icon> |
|---|
| 7 | <link>index.php?page=Tagging</link> |
|---|
| 8 | <showorder>5</showorder> |
|---|
| 9 | </headermenuitem> |
|---|
| 10 | </import> |
|---|
| 11 | </data> |
|---|