[doc] Updated doc. Ready for publishing a new version of appyframework.org (at least I think :))
This commit is contained in:
parent
ed3a31ff29
commit
6061060c49
48 changed files with 259 additions and 294 deletions
|
@ -226,7 +226,8 @@ class Tool(ModelClass):
|
|||
def isManager(self): pass
|
||||
def isManagerEdit(self): pass
|
||||
lf = {'layouts':'f'}
|
||||
title = gen.String(show=False, page=gen.Page('main', show=False), **lf)
|
||||
title = gen.String(show=False, page=gen.Page('main', show=False),
|
||||
default='Configuration', **lf)
|
||||
mailHost = gen.String(default='localhost:25', **lf)
|
||||
mailEnabled = gen.Boolean(default=False, **lf)
|
||||
mailFrom = gen.String(default='info@appyframework.org', **lf)
|
||||
|
|
|
@ -44,7 +44,7 @@ img { border: 0; vertical-align: middle}
|
|||
|
||||
/* Styles that apply when viewing content of XHTML fields, that mimic styles
|
||||
that ckeditor uses for displaying XHTML content in the edit view. */
|
||||
.xhtml { margin-top: 10px }
|
||||
.xhtml { margin-top: 5px }
|
||||
.xhtml img { margin-right: 5px }
|
||||
.xhtml p { margin: 3px 0 7px 0}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue