forked from extern/egroupware
a3a85a862d
eGW code to use it, is in phpgwapi/inc/class.html.inc.php the translations (via eGW standard translation system) are in phpgwapi/inc/htmlarea-lang.php
16 lines
198 B
HTML
16 lines
198 B
HTML
<html>
|
|
<head>
|
|
<title>Editor Help</title>
|
|
<style>
|
|
body, td, p, div { font-family: arial; font-size: x-small; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
|
|
<h2>Editor Help<hr></h2>
|
|
|
|
Todo...
|
|
|
|
|
|
</body>
|
|
</html> |