diff options
author | ivan <ivan> | 2002-04-05 23:51:18 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-04-05 23:51:18 +0000 |
commit | 87af741da0dd5f6a76bbb566b4d6c54cd5b15315 (patch) | |
tree | d7c594b3e74bcea1e78beef56150ddf51ba24934 /httemplate/docs/schema.html | |
parent | ee037398ef051cca986f799c52e52c0114f897c9 (diff) |
- add message catalog table & beginning of web interface
- add security_phrase and conf option to svc_acct.pm
- random other stuff
Diffstat (limited to 'httemplate/docs/schema.html')
-rw-r--r-- | httemplate/docs/schema.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/httemplate/docs/schema.html b/httemplate/docs/schema.html index 192f56ba9..a7c21c7c9 100644 --- a/httemplate/docs/schema.html +++ b/httemplate/docs/schema.html @@ -298,6 +298,7 @@ <li>svcnum - <a href="#cust_svc">primary key</a> <li>username <li>_password + <li>sec_phrase - security phrase <li>popnum - <a href="#svc_acct_pop">Point of Presence</a> <li>uid <li>gid @@ -389,5 +390,12 @@ <li>svcnum - <a href="#svc_acct">account</a> <li>groupname </ul> + <li><a name="msgcat" href="man/FS/msgcat.html">msgcat</a> - i18n message catalog + <ul> + <li>msgnum - primary key + <li>msgcode - message code + <li>locale - locale + <li>msg - Message text + </ul> </ul> </body> |