Mercurial > hg > MPIWGThesaurus
view zpt/addMPIWGThesaurusForm.zpt @ 50:8bfd713e5d99
closed: small bug in export
(https://otrs.mpiwg-berlin.mpg.de/otrs/index.pl?Action=AgentTicketZoom;TicketID=38)
author | dwinter |
---|---|
date | Thu, 05 Dec 2013 13:24:43 +0100 |
parents | b2e4605f20b2 |
children |
line wrap: on
line source
<html> <body> <h2>Add a thesaurus folder</h2> <form method="post" action="manage_addMPIWGThesaurus"> <table> <tr> <td><b>ID</b></td> <td><input type="text" size="40" name="id"></td> </tr> <input type="submit" value="create"> </form> </body> </html>